roger33303 commited on
Commit
df0fa93
1 Parent(s): 498dcfe

Update evaluation metrics

Browse files
Files changed (1) hide show
  1. README.md +123 -1
README.md CHANGED
@@ -31,9 +31,131 @@ model-index:
31
  type: Custom
32
  split: test
33
  metrics:
34
- - name: CERSCORE
35
  type: cer_score
36
  value: 0.137935
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ---
38
 
39
 
 
31
  type: Custom
32
  split: test
33
  metrics:
34
+ - name: CER_SCORE
35
  type: cer_score
36
  value: 0.137935
37
+
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: Custom
43
+ type: Custom
44
+ split: test
45
+ metrics:
46
+ - name: SACREBLEU
47
+ type: sacrebleu
48
+ value: 85.979319
49
+
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: Custom
55
+ type: Custom
56
+ split: test
57
+ metrics:
58
+ - name: METEOR
59
+ type: meteor
60
+ value: 0.903607
61
+
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: Custom
67
+ type: Custom
68
+ split: test
69
+ metrics:
70
+ - name: SACREBLEU
71
+ type: sacrebleu
72
+ value: 85.979319
73
+ - task:
74
+ type: text-generation
75
+ name: Text Generation
76
+ dataset:
77
+ name: Custom
78
+ type: Custom
79
+ split: test
80
+ metrics:
81
+ - name: ROUGE1
82
+ type: rouge1
83
+ value: 0.904733
84
+
85
+ - task:
86
+ type: text-generation
87
+ name: Text Generation
88
+ dataset:
89
+ name: Custom
90
+ type: Custom
91
+ split: test
92
+ metrics:
93
+ - name: SACREBLEU
94
+ type: sacrebleu
95
+ value: 85.979319
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: Custom
101
+ type: Custom
102
+ split: test
103
+ metrics:
104
+ - name: ROUGE2
105
+ type: rouge2
106
+ value: 0.867881
107
+
108
+ - task:
109
+ type: text-generation
110
+ name: Text Generation
111
+ dataset:
112
+ name: Custom
113
+ type: Custom
114
+ split: test
115
+ metrics:
116
+ - name: SACREBLEU
117
+ type: sacrebleu
118
+ value: 85.979319
119
+ - task:
120
+ type: text-generation
121
+ name: Text Generation
122
+ dataset:
123
+ name: Custom
124
+ type: Custom
125
+ split: test
126
+ metrics:
127
+ - name: ROUGEL
128
+ type: rougeL
129
+ value: 0.905276
130
+
131
+ - task:
132
+ type: text-generation
133
+ name: Text Generation
134
+ dataset:
135
+ name: Custom
136
+ type: Custom
137
+ split: test
138
+ metrics:
139
+ - name: SACREBLEU
140
+ type: sacrebleu
141
+ value: 85.979319
142
+ - task:
143
+ type: text-generation
144
+ name: Text Generation
145
+ dataset:
146
+ name: Custom
147
+ type: Custom
148
+ split: test
149
+ metrics:
150
+ - name: ROUGELSUM
151
+ type: rougeLsum
152
+ value: 0.904084
153
+
154
+
155
+
156
+
157
+
158
+
159
  ---
160
 
161