gonglinyuan
commited on
Commit
·
8b96879
1
Parent(s):
cdf6e31
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- t5
|
7 |
+
model-index:
|
8 |
+
- name: metro_t0_base
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: natural-language-inference
|
12 |
+
dataset:
|
13 |
+
type: super_glue
|
14 |
+
name: RTE
|
15 |
+
config: rte
|
16 |
+
split: validation
|
17 |
+
metrics:
|
18 |
+
- type: accuracy
|
19 |
+
value: 61.6245487364621
|
20 |
+
---
|