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