MoatazMohammed commited on
Commit
51950bb
โ€ข
1 Parent(s): a6ca80d

Create README.md

Browse files

This model is a fine-tuned version from arabertv2 on xtreme dataset on Arabic POS tagging which achieved:
validation loss: 0.139
f1-score: 95%
Accuracy: 96%

Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - xtreme
4
+ language:
5
+ - ar
6
+ metrics:
7
+ - name: f1
8
+ value: 95
9
+ - name: accuracy
10
+ value: 96
11
+ pipeline_tag: token-classification
12
+ ---