-
使用bert_cr模型导出onnx失败,大佬有空帮忙看一下
# 训练
python main.py --bert_dir="./model_hub/chinese-bert-wwm-ext/" --data_dir="./data/xxxx/" --data_name="xxx" --model_name="bert" --log_dir="./logs/" --output_dir=".…
-
如题,我使用的是 hfl/chinese-bert-wwm-ext, 意图识别准确率96%,槽填充只有91%
-
Traceback (most recent call last):
File "D:\Research\Code\CBLUE\baselines\run_classifier.py", line 183, in
main()
File "D:\Research\Code\CBLUE\baselines\run_classifier.py", line 158, in ma…
-
File "/home/vrlab/wwt/pytorch_bert_bilstm_crf_ner-main/bert_base_model.py", line 11, in __init__
assert os.path.exists(bert_dir) and os.path.exists(config_path), \
AssertionError: pretrained ber…
-
您好,基于实体抽取任务(NER)分别提供了基于RoBERTa-wwm-ext, Chinese和BERT-wwm, Chinese训练的模型,这两个模型都属于中文预训练模型,我想问一下是否是基于这两个预训练模型,然后再在数据集(28种实体)上微调训练出来的模型?这个模型的嵌入层是直接使用的预训练模型嘛?
-
您好,请问这个文件怎么来的?
Unsuccessful TensorSliceReader constructor: Failed to find any matching files for pre_models/chinese-roberta-wwm-ext-tf/bert_model.ckpt
-
作者好,我使用t5,gpt2作为初始模型进行训练,验证集指标稳步上升没有问题,但是使用bert,roberta,electra的时候就出现问题,验证集指标一直是0.5203649397197784,想请教下,这是什么原因导致的?
example:
input_example = InputExample(text_a=line['text_pair'], text_b=line['text']…
-
使用paddle2.3.1.post112/cuda11.2/3090显卡/paddlenlp2.3.4/Linux/python3.7环境复现SBert的时候,固定随机种子
paddle.seed(100)
random.seed(100)
np.random.seed(100)
并且使用FLAGS_cudnn_deterministic = True结果仍然不能复现,每次训练的acc指…
-
Namespace(adam_epsilon=1e-08, bert_dir='../model_hub/chinese-bert-wwm-ext/', crf_lr=0.03, data_dir='./data/gdcq', data_name='gdcq', dropout=0.3, dropout_prob=0.3, eval_batch_size=64, gpu_ids='0', log_…
-
你好,我下载pytorch_model.bin好像有点问题?请问该怎么解决?我是在colab跑的,删除transformers也无法解决这个问题。真的非常非常感谢您的回答!!!