Go Inoue
commited on
Commit
·
4c7fa32
1
Parent(s):
a2bb58a
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ To use the model with a transformers pipeline:
|
|
22 |
>>> pos = pipeline('text-classification', model='CAMeL-Lab/bert-base-arabic-camelbert-mix-pos-egy')
|
23 |
>>> text = 'عامل ايه ؟'
|
24 |
>>> pos(text)
|
25 |
-
[{'entity': 'adj', 'score': 0.9972628, 'index': 1, 'word': 'عامل', 'start': 0, 'end': 4}, {'entity': 'pron_interrog', 'score': 0.9525163, 'index': 2, 'word': 'ايه', 'start': 5, 'end': 8}, {'entity': 'punc', 'score': 0.99869114, 'index': 3, 'word': '؟', 'start': 9, 'end':
|
26 |
```
|
27 |
*Note*: to download our models, you would need `transformers>=3.5.0`. Otherwise, you could download the models
|
28 |
## Citation
|
|
|
22 |
>>> pos = pipeline('text-classification', model='CAMeL-Lab/bert-base-arabic-camelbert-mix-pos-egy')
|
23 |
>>> text = 'عامل ايه ؟'
|
24 |
>>> pos(text)
|
25 |
+
[{'entity': 'adj', 'score': 0.9972628, 'index': 1, 'word': 'عامل', 'start': 0, 'end': 4}, {'entity': 'pron_interrog', 'score': 0.9525163, 'index': 2, 'word': 'ايه', 'start': 5, 'end': 8}, {'entity': 'punc', 'score': 0.99869114, 'index': 3, 'word': '؟', 'start': 9, 'end': 10}]
|
26 |
```
|
27 |
*Note*: to download our models, you would need `transformers>=3.5.0`. Otherwise, you could download the models
|
28 |
## Citation
|