-
When I try to fine-tune the mt5 model, I cannot obtain the 'llm-coref/mt5-coref-ontonotes' dataset. Is this a private dataset? How can I obtain it? Thank you!
-
-
This is my script:
```
CUDA_VISIBLE_DEVICES=2 python src/run_autoreg.py \
--do_predict \
--predict_with_generate \
--evaluation_strategy "no" \
--model_name_or_path "facebook/opt…
-
The statistical model for part of speech tagging is not perfect due to both the limitations of the algorithm and training data. We should use this thread to catalog errors that users identify.
-
Is there going to be neuralcoref compatible with spaCy 3.0 ?
d5555 updated
2 months ago
-
Currently, we track whether a sentence has any links to the previous sentence with booleans. If we could keep track of these references explicitly, we could automatically change them to create contras…
-
/root/miniconda3/envs/entity/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: spacy.morphology.Morphology size changed, may indicate binary incompatibility. Expected 104 from C header, got 1…
-
不知有没有人遇到过这个问题,在ubuntu上跑的好好的,在一台windows上也跑得好好的,文件open时加的编码是utf-8,在另一台国外电脑上就报这个错
![image](https://user-images.githubusercontent.com/69768456/228180035-20d0f7f9-a67b-4f3f-8fca-0a86ed507f12.png)
-
This is more of a general question or feature request.
The `textacy.extract.subject_verb_object_triples()` is really interesting and useful, but I notice for a lot of texts, it ends up returning tr…
-
During evaluation stage on development dataset, I am facing below error intermittently. Have you ever faced this issue and how did you resolve it?
```
Traceback (most recent call last):
File "c…