Commit
•
db28604
1
Parent(s):
63be4f8
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (53ad8b649e7c56a96fe7a9811e3a47d1e8c97cc6)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -7,6 +7,7 @@ datasets:
|
|
7 |
metrics:
|
8 |
- f1
|
9 |
- accuracy
|
|
|
10 |
model-index:
|
11 |
- name: glue_sst_classifier
|
12 |
results:
|
|
|
7 |
metrics:
|
8 |
- f1
|
9 |
- accuracy
|
10 |
+
base_model: bert-base-cased
|
11 |
model-index:
|
12 |
- name: glue_sst_classifier
|
13 |
results:
|