Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
language: en
|
| 6 |
-
widget:
|
| 7 |
-
- text: "The agent on the phone was very helpful and nice to me."
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
- f1
|
|
|
|
|
|
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: bert-base-uncased-finetuned-surveyclassification
|
| 13 |
results: []
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
- f1
|
| 9 |
+
widget:
|
| 10 |
+
- text: The agent on the phone was very helpful and nice to me.
|
| 11 |
+
base_model: bert-base-uncased
|
| 12 |
model-index:
|
| 13 |
- name: bert-base-uncased-finetuned-surveyclassification
|
| 14 |
results: []
|