-
您好
用您默认的训练集训练完全没有问题。
目前正在试验对英语以外的语言的适用性。正在试验日文。
①我准备了日文推特训练集,并且修改dependency_graph.py里的spacy语言模型,让其对应日文的依赖树以便生成正确的1,0 Array。
#nlp = spacy.load('en_core_web_sm')
nlp = spacy.load('ja_core_news_sm…
-
请问,如何将自己的数据集转换成graph格式的数据集?
-
@marioosh @lkuczera @molowny @marekklis @jczuchnowski
![image](https://user-images.githubusercontent.com/20471681/101748123-1cdd3100-3b07-11eb-8f3a-66d003de971f.png)
![image](https://user-image…
-
Hi Li Xin,
Thank you for this repo !
I tried to replicate your result with the command 'python fast_run.py' and I encountered this problem.
It seems that this is a problem on transformer side. …
-
There is a difference between LCF-BERT as described in the paper and the implementation here. Specifically, the paper mentions three self attentions, see for example Figure 3 in https://www.mdpi.com/2…
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): **albert-base-v2**
Language I am using the model on (English, Chinese ...): **English**
The problem arises when using:
* [ ] the…
-
I tried transfer from pytorch_transformer to transformer, the accuracy decrease a lot.
What's the problem, and could the code group consider transfer to new APIS?
Thanks!
-
请问一下,直接运行你的aen模型,参数不断调整但是f1总是只有0.6左右,最多只有0.65,实在调不到你的水平,可以将你修改的参数值发一下吗,参考一下,谢谢了
-
window上调试半天运行不了,报
def test(args): # Load a trained model that you have fine-tuned (we assume evaluate on cpu)
E fixture 'args' not found
> available fixtures: cache, capfd, capfdbinary…
-
Hello authors, thank you for the nice, clean, running repo!
If I want to use the models to my own text classification dataset, what's the best way to prepare the data?
Specifically,
1) What is th…