Commit
•
cb5f2f1
1
Parent(s):
dc76949
Librarian Bot: Add base_model information to model (#4)
Browse files- Librarian Bot: Add base_model information to model (9e72e64da703d881e5ea040cc5019227f4007ac8)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -8,6 +8,7 @@ datasets:
|
|
8 |
- glue
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
11 |
model-index:
|
12 |
- name: bert-base-uncased-rte
|
13 |
results:
|
|
|
8 |
- glue
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
base_model: bert-base-uncased
|
12 |
model-index:
|
13 |
- name: bert-base-uncased-rte
|
14 |
results:
|