-
C:\Users\yinli\miniconda3\envs\bbcn\python.exe D:\实体\pytorch_bert_bilstm_crf_ner-main\main.py
{0: 'O', 1: 'B-dep', 2: 'I-dep', 3: 'E-dep', 4: 'S-dep', 5: 'B-dru', 6: 'I-dru', 7: 'E-dru', 8: 'S-dru',…
-
Using Context-word-enbedding augmenter:
English:
```python
text = 'hi how are you'
context_aug = naw.ContextualWordEmbsAug(
model_path='bert-base-uncased', action="substitute")
augmented_t…
-
hello author
If the model runs on the Chinese dataset,What parts need to be modified and What should be paid attention to?
thank you!
-
In the past we used FaceNet to extract emebeddings from faces and then cluster them using the "chinese whipers" algoritm.
Unfortunately, it required substantial hand tuning to find the correct para…
-
I am trying to use xlnet base but getting an error:
learner = BertLearner.from_pretrained_model(databunch, args.model_name, metrics=metrics,
device=dev…
-
-
**Describe the bug**
A clear and concise description of what the bug is.
could the checkpoint of bert convert to onnx model? I have a bug that 'BertForPreTraining' object has no attribute 'layers, o…
-
请问这个项目支持2.3版本推理了吗
-
可以麻烦您再给一下pytorch.bin的下载链接吗!我进不去提取码出错
-
python3 run_classifier_word.py --task_name NEWS --do_train --do_eval --data_dir $GLUE_DIR/ --vocab_file $BERT_BASE_DIR/vocab.txt --bert_config_file $BERT_BASE_DIR/bert_config.json --init…