Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -4,19 +4,20 @@ datasets:
|
|
| 4 |
- sagawa/ZINC-canonicalized
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: ZINC-deberta
|
| 9 |
results:
|
| 10 |
- task:
|
| 11 |
-
name: Masked Language Modeling
|
| 12 |
type: fill-mask
|
|
|
|
| 13 |
dataset:
|
| 14 |
name: sagawa/ZINC-canonicalized
|
| 15 |
type: sagawa/ZINC-canonicalized
|
| 16 |
metrics:
|
| 17 |
-
-
|
| 18 |
-
type: accuracy
|
| 19 |
value: 0.9475839734077454
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# ZINC-t5
|
|
|
|
| 4 |
- sagawa/ZINC-canonicalized
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
base_model: google/t5-v1_1-base
|
| 8 |
model-index:
|
| 9 |
- name: ZINC-deberta
|
| 10 |
results:
|
| 11 |
- task:
|
|
|
|
| 12 |
type: fill-mask
|
| 13 |
+
name: Masked Language Modeling
|
| 14 |
dataset:
|
| 15 |
name: sagawa/ZINC-canonicalized
|
| 16 |
type: sagawa/ZINC-canonicalized
|
| 17 |
metrics:
|
| 18 |
+
- type: accuracy
|
|
|
|
| 19 |
value: 0.9475839734077454
|
| 20 |
+
name: Accuracy
|
| 21 |
---
|
| 22 |
|
| 23 |
# ZINC-t5
|