Commit
•
7517a4d
1
Parent(s):
8adcaff
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (3f3448ebd8422526717ef4cf24f5c544dc17361e)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -9,6 +9,7 @@ datasets:
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
|
|
12 |
model-index:
|
13 |
- name: bert-base-uncased-mrpc
|
14 |
results:
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
+
base_model: bert-base-uncased
|
13 |
model-index:
|
14 |
- name: bert-base-uncased-mrpc
|
15 |
results:
|