-
Hi,
I'm trying to fine-tune a Persian BERT model on a binary classification dataset prepared on Persian.(paraphrase, non-paraphrase)
the thing is happening is before first epoch is completely done, …
-
- [x] Section1: NER With Lookup Tables
- [x] Develop code for NER with lookup tables
`[FILL HERE WITH THE ANSWER TO PROS AND CONS OF THIS METHOD]`
- [x] Section2: NER With Regex
- [x] Devel…
-
file /home/milad/anaconda3/lib/python3.9/site-packages/dadmatools/saved_models/parsbert/parsbert/config.json not found
---------------------------------------------------------------------------
O…
-
1. Implement sequence labeling dataset (A `torch.utils.data.Dataset` subclass)
2. Implement a data collator class for sequence labeling (@arxyzan )
3. Add a sequence labeling training example to `he…
-
i encounter this error due to use the bert model on data...
code have no error on colab, but in my system, it happens:
OSError: Unable to load weights from the PyTorch checkpoint file. If you tried…
-
Hi
I have an issue while loading models with python3.9:
> RuntimeError Traceback (most recent call last)
> Input In [31], in
> 1 import dadmatools.pipeline.la…
imani updated
2 years ago
-
**Describe the bug**
I notice some tiny bug in [stanza demo](http://stanza.run/) while working with Persian model and here they are:
1. after submitting the sentence the reports was left-to-right an…
-
What is Parsnlu's best model for entailment.
Have you trained 'persiannlp/parsbert-base-parsinlu-entailment' on FarsTail dataset?
-
Hi,
I'm getting this error when trying to load embedding using flair. Any idea what's going on?
Am I using the right model? I just need to use the embedding vectors.
The code:
```
from flair.…
-
Salaam,
Nice work!
Questions for you:
1. Wondering if you're going to release the original set of questions?
2. What version of BERT did you use? (was it fine-tuned on Persian)
3. Have…