-
您好,在freeze_graph那一步中,您的line17 使用了import modeling,请问这个是项目提供的吗?为什么一直报找不到modeling
-
直接相似度预测,请问下过程是不是先通过data里的两个csv训练执行了sim.train(), sim.eval()
后,然后注释掉sim.train(),sim.eval()步骤,只做sim = BertSim(),sim.set_mode(tf.estimator.ModeKeys.PREDICT) 就可以通过sim.predict(sentence1, sentence2)预测? 谢谢了
…
-
-
**Is your feature request related to a problem? Please describe.**
Other related issues: #408 #251
I trained a Chinese model for spaCy, linked it to `[spacy's package folder]/data/zh` (using `spacy…
-
When trying to export the Huggingface models Deeppavlov/rubert-base-cased and ckiplab/bert-base-chinese-ner using the command line, it fails with the output
```
Some weights of the model checkpoint …
-
您好,我遇到了一些问题
1. 运行到start evaluate engines...之后报错
100%|██████████| 5796/5796 [1:35:50
-
Thank you for releasing [bert-small-japanese-fin](https://huggingface.co/izumi-lab/bert-small-japanese-fin) and other Electra models for FinTech. But I've found they tokenize "四半期連結会計期間末日満期手形" in bad …
-
Hi all,
I am trying to develop a ranking function for Chinese text, so I have adopted some models that's been further finetuned to replace the original BERT model checkpoint. However, when I tried …
-
模型使用的是19年百度三元组抽取的数据集,做了BIO的标注。但是在跑NER模型的时候,遇到了loss为nan的情况。
```shell
2021-01-05 15:21:22,065|INFO|epoch:0, batch: 1, current loss: 4.891431
2021-01-05 15:21:27,084|INFO|epoch:0, batch: 11, current l…
-
## Environment info
- `adapter-transformers` version: 3.1.0
- Platform: Ubuntu 18.04 (Linux-5.4.0-87-generic-x86_64-with-glibc2.27)
- Python version: Python 3.9.13
- PyTorch version (GPU?…