Update README.md
Browse files
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.
|