megantosh commited on
Commit
fbe5fcf
1 Parent(s): ad283e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,10 @@ datasets:
7
  embeddings:
8
  - GloVe
9
  - Flair
 
 
 
 
10
  ---
11
  # Arabic NER Model using Flair Embeddings
12
  Training was conducted over 94 epochs, using a linear decaying learning rate of 2e-05, starting from 0.225 and a batch size of 32 with GloVe and Flair forward and backward embeddings.
 
7
  embeddings:
8
  - GloVe
9
  - Flair
10
+ tags:
11
+ - Text Classification
12
+ metrics:
13
+ - f1
14
  ---
15
  # Arabic NER Model using Flair Embeddings
16
  Training was conducted over 94 epochs, using a linear decaying learning rate of 2e-05, starting from 0.225 and a batch size of 32 with GloVe and Flair forward and backward embeddings.