Hamma-16 commited on
Commit
e8717d3
·
verified ·
1 Parent(s): e168767

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,12 +35,12 @@ Advanced Arabic Dialect Classification Model with Complete Training Metrics
35
  | 14 | 0.6435 | 0.563709 | 0.809441 | 0.783146 | 0.81018 | 0.813134 | 0.809441 |
36
  | 15 | 0.64 | 0.562957 | 0.808816 | 0.783708 | 0.809795 | 0.813538 | 0.808816 |
37
 
38
- ## Label Mapping
39
 
40
- ```python
41
  {0: 'Egypt', 1: 'Iraq', 2: 'Lebanon', 3: 'Morocco', 4: 'Saudi_Arabia', 5: 'Sudan', 6: 'Tunisia'}
42
 
43
- USAGE Example:
 
44
  from transformers import pipeline
45
 
46
  classifier = pipeline(
 
35
  | 14 | 0.6435 | 0.563709 | 0.809441 | 0.783146 | 0.81018 | 0.813134 | 0.809441 |
36
  | 15 | 0.64 | 0.562957 | 0.808816 | 0.783708 | 0.809795 | 0.813538 | 0.808816 |
37
 
38
+ ## Label Mapping:
39
 
 
40
  {0: 'Egypt', 1: 'Iraq', 2: 'Lebanon', 3: 'Morocco', 4: 'Saudi_Arabia', 5: 'Sudan', 6: 'Tunisia'}
41
 
42
+ ## USAGE Example:
43
+ ```python
44
  from transformers import pipeline
45
 
46
  classifier = pipeline(