-
Hi! Thanks for your contribution. It is an excellent piece of work!
Your idea is great, and I want to test my task. But my corpus language is Chinese, do I need to adjust the tokenizer and pre-trai…
yihp updated
3 months ago
-
Hi, I have done pretraining on Chinese-dataset(50G) and run downstream finetuning on ChineseClue benchmark, the default hyperparameters ars the same to bert-base:
learning_rate: 3e-5,
epoch: 3 or 5
…
-
请问,在用bert-base-case、chinese-bert-wwm-ext、chinese-roberta-wwm-ext、chinese-roberta-wwm-ext-large这几个预训练模型跑多标签分类实验的时候都没问题,为什么使用roberta-xlarge-wwm-chinese-cluecorpussmall这个预训练模型跑多标签分类实验,在训练过程中一直
accuracy:…
-
bert-base-ner-train \
-data_dir /home/lef/Desktop/\
-output_dir /home/lef/Desktop/output\
-init_checkpoint /home/lef/Desktop/bert_chinese/bert_model.ckpt\
-bert_config_file /home/l…
-
Traceback (most recent call last):
File "/home/customer/qlf/code/Chinese-clinical-NER/bert_bilstm_crf/predict_bert.py", line 19, in
model=Bert_ner(config_path,checkpoint_path,dict_path).model…
-
RuntimeError: The version of PaddlePaddle(1.8.1) or PaddleHub(1.7.1) can not match module, please upgrade your PaddlePaddle or PaddleHub according to the form below.
+--------------------------------…
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
-
Chinese_htlData_Classification_with_BERT.ipynb 執行出錯了
之前能成功執行,但不知道是不是fastai有更新?
現在會出現BaseTokenizer未定義
想請問有無新版本的範例 QAQ
-
请问你这里的bert预训练模型用的哪里的,我用的huggingface的bert-base-chinese,不但训练效果差,而且代码也一直报vocab的索引对不上的问题。
glMa7 updated
9 months ago