Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,20 @@ discourse structure, tree, node, tree kernel, features, noise, criteria
|
|
27 |
often used as connection words.
|
28 |
E.g model, approach, prior knowledge, them, it...
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Colab
|
31 |
|
32 |
Check out how this model is used for NER-enhanced topic modelling.
|
|
|
27 |
often used as connection words.
|
28 |
E.g model, approach, prior knowledge, them, it...
|
29 |
|
30 |
+
|
31 |
+
## Training
|
32 |
+
- Learning Rate: 1e-05
|
33 |
+
-Epochs: 10,
|
34 |
+
|
35 |
+
## Performance
|
36 |
+
- Eval Loss: 0.401
|
37 |
+
- Precision 0.577
|
38 |
+
- Recall: 0.632
|
39 |
+
- F1: 0.603
|
40 |
+
|
41 |
+

|
42 |
+
|
43 |
+
|
44 |
## Colab
|
45 |
|
46 |
Check out how this model is used for NER-enhanced topic modelling.
|