-
作者您好,我从nianlong/memsum-word-embedding下载到了您预先训练好的模型,现在的问题是:如何在自己的中文数据集上训练vocabulary_200dim.pkl 和 unigram_embeddings_200dim.pkl。 希望您能回复我的消息
-
parser = argparse.ArgumentParser()
# Required parameters
parser.add_argument("--task_name", default="do_train", type=str, required=True,
help="The name of the task…
-
可以更新一下榜单~
-
C:\Users\35845\Desktop\连铸\程序\模型构建\ner命名实体识别\BERT-BiLSTM-CRF\ner>python main.py
['O', 'B-故障设备', 'I-故障设备', 'B-故障原因', 'I-故障原因']
{'O': 0, 'B-故障设备': 1, 'I-故障设备': 2, 'B-故障原因': 3, 'I-故障原因': 4}
C:\Users\35…
-
运行时,模型报错。不知道这个路径里面是什么。
报错:requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co//data/Learn_Project/Backup_Data/bert_chinese/resolve/main/config.json
-
As of yet I haven't tried what happens with Chinese/Japanese characters in tokenization. Some special handling is required since these languages don't have spaces between words.
It should be relati…
-
我大概有10亿条短文本约42GB,每次加载数据时都会超出内存,batch size和pad size也调过了都不行,请问有大佬有办法解决吗
-
Hi, wondering if you can help...I.m facing an issue when loading the main.py
Traceback (most recent call last):
File "C:\CP\LocalAIVtuber\venv\lib\site-packages\transformers\utils\hub.py", line …
-
(tf) yang@yang-Precision-Tower-7810:~/桌面/BERT-train2deploy-master$ cd /home/yang/桌面/BERT-train2deploy-master
(tf) yang@yang-Precision-Tower-7810:~/桌面/BERT-train2deploy-master$ export BERT_BASE_DIR=/h…
-
您好!我在进行模型训练时遇到了这个问题:
tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file C:\Users\Desktop\ner_zh\bert_ner\bert_ner\chinese_L-12_H-768_A-12\bert_model.ckpt: Data loss: not…