nizarhabash commited on
Commit
0a6f7d7
·
verified ·
1 Parent(s): cf6e30c

corrected model name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-madar26')
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},