摘要:
import xlrd import numpy as np from sklearn.model_selection import train_test_split #划分测试集和训练集 import matplotlib.pyplot as plt from sklearn.model_sele 阅读全文
摘要:
#coding=utf-8 from __future__ import division import numpy as np import pandas as pd import random import math from sklearn import metrics from sklear 阅读全文
摘要:
代码参考: https://mp.weixin.qq.com/s/9D-h0T6ZBeEf09wUQBemnw 使用中文模型,需要下载的文件: 模型文件下载地址:bert-base-chinese at main (huggingface.co) 注意:另存为可能下载的是html,注意文件大小与原始 阅读全文