RJuro commited on
Commit
0b180e8
·
1 Parent(s): d135d54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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
+ ![](https://github.com/AI-Growth-Lab/SciNerTopic/raw/main/vis/ner-model-confusion.pngsciner-map.jpg)
42
+
43
+
44
  ## Colab
45
 
46
  Check out how this model is used for NER-enhanced topic modelling.