Results 10 issues of Lu Junhao

Dear author: I have some questions for the data, the conll2012 data downloaded from the [website: V12 release](http://cemantix.org/data/ontonotes.html) you supplied could not being processed by its own [process scripts](http://ontonotes.cemantix.org/download/conll-formatted-ontonotes-5.0-scripts.tar.gz) due...

In the main function of language_model, the word vocabulary should contain all word from dev+train+test. otherwise the program will through a exception. > model = Model(train+dev+test, args)

Hi , Thank for your code, I learned a lot from them, especially NTN, now I wana do some new model and eval on new data set, but I don't...

![image](https://user-images.githubusercontent.com/11539889/155715456-6d268f8c-f222-4a3f-8a07-12cf6ca4b44d.png)

看了您这个repo的代码,发现整个目录只有测试代码而没有训练代码,能否上传训练代码?

Hello, I am follwing this paper recently, but i have problem about the data split between the github and paper On the github says: ``` The training set consists of...

Hi @saurabhkulkarni77 : Thanks for your repo, It helps me a lot to pre-train LM, especially at data precessing step. But I have encounted a problem about the time spent...

有人碰到这个问题吗? ```AttributeError: 'OpenLLAMAPEFTModel' object has no attribute 'generate_one_sample'```

``` Time to load utils op: 0.000990152359008789 seconds 0%| | 0/908 [00:00

Hi everyone, I encount this error when the code init the ```rouge = evaluate.load('rouge')``` ![image](https://user-images.githubusercontent.com/11539889/227168693-2bb016ce-c3f4-46ad-9a43-6874692aa045.png) But the pip have install the nltk ![image](https://user-images.githubusercontent.com/11539889/227169215-b6c2664f-8da8-4a77-a893-b7cfa978412c.png) Is it a bug or ??