gonglinyuan
commited on
Commit
•
7581677
1
Parent(s):
68d74e9
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,34 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -196,6 +224,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- t5
|
5 |
+
- code
|
6 |
+
license: mit
|
7 |
+
datasets:
|
8 |
+
- bigcode/the-stack-dedup
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
model-index:
|
11 |
+
- name: ast_t5_base
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-generation
|
15 |
+
dataset:
|
16 |
+
type: openai_humaneval
|
17 |
+
name: HumanEval
|
18 |
+
metrics:
|
19 |
+
- name: pass@1
|
20 |
+
type: pass@1
|
21 |
+
value: 0.1402439024390244
|
22 |
+
- task:
|
23 |
+
type: text-generation
|
24 |
+
dataset:
|
25 |
+
type: mbpp
|
26 |
+
name: MBPP (Zero-Shot)
|
27 |
+
config: sanitized
|
28 |
+
metrics:
|
29 |
+
- name: pass@1
|
30 |
+
type: pass@1
|
31 |
+
value: 0.2388758782201405
|
32 |
---
|
33 |
|
34 |
# Model Card for Model ID
|
|
|
224 |
|
225 |
## Model Card Contact
|
226 |
|
227 |
+
[More Information Needed]
|
|
|
|