corrected model name
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This model will also be available in [CAMeL Tools](https://github.com/CAMeL-Lab/
|
|
| 19 |
To use the model with a transformers pipeline:
|
| 20 |
```python
|
| 21 |
>>> from transformers import pipeline
|
| 22 |
-
>>> did = pipeline('text-classification', model='CAMeL-Lab/bert-base-arabic-camelbert-mix-did-
|
| 23 |
>>> sentences = ['عامل ايه ؟', 'شلونك ؟ شخبارك ؟']
|
| 24 |
>>> did(sentences)
|
| 25 |
[{'label': 'CAI', 'score': 0.8751305937767029},
|
|
|
|
| 19 |
To use the model with a transformers pipeline:
|
| 20 |
```python
|
| 21 |
>>> from transformers import pipeline
|
| 22 |
+
>>> did = pipeline('text-classification', model='CAMeL-Lab/bert-base-arabic-camelbert-mix-did-madar-corpus26')
|
| 23 |
>>> sentences = ['عامل ايه ؟', 'شلونك ؟ شخبارك ؟']
|
| 24 |
>>> did(sentences)
|
| 25 |
[{'label': 'CAI', 'score': 0.8751305937767029},
|