-
File "../fastNLP_module.py", line 362, in __init__
self.model = _WordBertModel(model_dir_or_name=model_dir_or_name, vocab=vocab, layers=layers,
NameError: name '_WordBertModel' is not defined
-
Hi,
I'm trying to transfer the labert model to pytorch, I used the code online :
```
path="./chinese_labert-base-std-512/"
tf_checkpoint_path = path + "model.ckpt/"#自己BERT模型文件夹下的ckpt文件(共3个一组)
ber…
-
请问albert_chinese_large 只有64M,为什么还显存溢出呢。用bert,同样的batch_size 并没有问题啊?
-
AttributeError: 'NoneType' object has no attribute 'tokenize'
求救
-
This is Chinese NL2SQL dataset. It has same format with wikisql. https://github.com/ZhuiyiTechnology/TableQA
Except a little of difference.
"sql": [2]. It uses list to wrap the value.
When I loa…
-
```
python create_pretraining_data.py \
--input_file=./chinese_sample_text.txt \
--output_file=/tmp/tf_examples.tfrecord \
--vocab_file=bert_checkpoint/vocab.txt \
--do_lower_case=True \
…
-
I want to check something. I have viewed source code and found it use DistillBert which use "distilbert-base-uncased".
I want to ask this lib if can be used in chinese language? Thanks
-
请问链接里提供的模型权重是使用什么预训练模型训练的呀?bert-base-chinese吗?
-
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/data/Learn_Project/Backup_Data/bert_chinese'. Use `repo_type` argument if neede…
-
I'm using the processed data you provided to reproduce the results for MathQA.
Following the instructions, I replace the vocab.txt for bert-base-uncased folder. I use train_ft_monolingual-en.sh. Howe…