Ammar-alhaj-ali commited on
Commit
76d0c43
1 Parent(s): c32e3ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,6 +19,6 @@ from transformers import pipeline
19
  model = pipeline('text-classification', model='Ammar-alhaj-ali/arabic-MARBERT-dialect-identification-city')
20
  sentences = ['ناطرين البرنامج', 'اكلنا هوا بهل شروة']
21
  model(sentences)
22
- [{'label': 'Beirut', 'score': 0.9731963276863098},
23
- {'label': 'Aleppo', 'score': 0.4592577815055847}]
24
 
 
19
  model = pipeline('text-classification', model='Ammar-alhaj-ali/arabic-MARBERT-dialect-identification-city')
20
  sentences = ['ناطرين البرنامج', 'اكلنا هوا بهل شروة']
21
  model(sentences)
22
+ >>>>[{'label': 'Beirut', 'score': 0.9731963276863098},
23
+ >>>>{'label': 'Aleppo', 'score': 0.4592577815055847}]
24