Update README.md
#1
by
abdalrahmanshahrour
- opened
README.md
CHANGED
|
@@ -21,7 +21,7 @@ More details on the fine-tuning of this model will be released later.
|
|
| 21 |
The model can be used as follows:
|
| 22 |
```python
|
| 23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
| 24 |
-
from
|
| 25 |
|
| 26 |
model_name="malmarjeh/bert2bert"
|
| 27 |
preprocessor = ArabertPreprocessor(model_name="")
|
|
|
|
| 21 |
The model can be used as follows:
|
| 22 |
```python
|
| 23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
| 24 |
+
from preprocess import ArabertPreprocessor
|
| 25 |
|
| 26 |
model_name="malmarjeh/bert2bert"
|
| 27 |
preprocessor = ArabertPreprocessor(model_name="")
|