Jorgeutd librarian-bot commited on
Commit
df66bf9
1 Parent(s): c004968

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (ff0fcc8e9293e345c5fea9766e23984480583572)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -3
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: []