GOREExperiment commited on
Commit
a41a43b
1 Parent(s): 04d1079

Config update. Add metrics evaluation.

Browse files
Files changed (4) hide show
  1. README.MD +7 -0
  2. config.json +9 -9
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.MD ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ## Eval results
2
+ We obtain the following results on ```validation``` and ```test``` sets:
3
+
4
+ | Set | F1<sub>micro</sub> | F1<sub>macro</sub> |
5
+ |------------|--------------------|--------------------|
6
+ | validation | 98.2 | 93.2 |
7
+ | test | 97.7 | 87.4 |
config.json CHANGED
@@ -66,6 +66,14 @@
66
  "label2id": {
67
  "ABR": 0,
68
  "ADJ": 1,
 
 
 
 
 
 
 
 
69
  "DET:pre": 10,
70
  "EPE": 11,
71
  "ETR": 12,
@@ -76,7 +84,6 @@
76
  "NAM": 17,
77
  "NAM:sig": 18,
78
  "NOM": 19,
79
- "ADV": 2,
80
  "NOM:sig": 20,
81
  "NUM": 21,
82
  "PRO": 22,
@@ -87,7 +94,6 @@
87
  "PRO:rel": 27,
88
  "PRP": 28,
89
  "PRP:det": 29,
90
- "DET:art": 3,
91
  "PRT:int": 30,
92
  "PUN": 31,
93
  "PUN:cit": 32,
@@ -98,7 +104,6 @@
98
  "VER:cond": 37,
99
  "VER:futu": 38,
100
  "VER:impe": 39,
101
- "DET:def": 4,
102
  "VER:impf": 40,
103
  "VER:infi": 41,
104
  "VER:pper": 42,
@@ -107,12 +112,7 @@
107
  "VER:simp": 45,
108
  "VER:subi": 46,
109
  "VER:subp": 47,
110
- "VER:trc": 48,
111
- "DET:dem": 5,
112
- "DET:ind": 6,
113
- "DET:int": 7,
114
- "DET:par": 8,
115
- "DET:pos": 9
116
  },
117
  "layer_norm_eps": 1e-05,
118
  "max_position_embeddings": 514,
 
66
  "label2id": {
67
  "ABR": 0,
68
  "ADJ": 1,
69
+ "ADV": 2,
70
+ "DET:art": 3,
71
+ "DET:def": 4,
72
+ "DET:dem": 5,
73
+ "DET:ind": 6,
74
+ "DET:int": 7,
75
+ "DET:par": 8,
76
+ "DET:pos": 9,
77
  "DET:pre": 10,
78
  "EPE": 11,
79
  "ETR": 12,
 
84
  "NAM": 17,
85
  "NAM:sig": 18,
86
  "NOM": 19,
 
87
  "NOM:sig": 20,
88
  "NUM": 21,
89
  "PRO": 22,
 
94
  "PRO:rel": 27,
95
  "PRP": 28,
96
  "PRP:det": 29,
 
97
  "PRT:int": 30,
98
  "PUN": 31,
99
  "PUN:cit": 32,
 
104
  "VER:cond": 37,
105
  "VER:futu": 38,
106
  "VER:impe": 39,
 
107
  "VER:impf": 40,
108
  "VER:infi": 41,
109
  "VER:pper": 42,
 
112
  "VER:simp": 45,
113
  "VER:subi": 46,
114
  "VER:subp": 47,
115
+ "VER:trc": 48
 
 
 
 
 
116
  },
117
  "layer_norm_eps": 1e-05,
118
  "max_position_embeddings": 514,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddc2f0f7484789ec472bc19ef53545cc0b81f5f262b2fadba29a3870eb0d58e6
3
  size 440360881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff66d691696972e2ee099d8c1252855515854eb43895a1bb8a243b988c377e35
3
  size 440360881
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2938a382a732e28fc25d3834aeae118c5ad5b5c9c83ddf9733caca7569c8842c
3
  size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ba44b0a5f8666eda6fbbb984eadc4365e738273e07f544a7b20fc7b5b834c2
3
  size 2863