Librarian Bot: Add base_model information to model

#5
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- model-index:
3
- - name: twitter-roberta-base-hate-multiclass-latest
4
- results: []
5
  language:
6
  - en
7
  pipeline_tag: text-classification
 
 
 
 
8
  ---
9
 
10
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
  pipeline_tag: text-classification
5
+ base_model: cardiffnlp/twitter-roberta-base-2022-154m
6
+ model-index:
7
+ - name: twitter-roberta-base-hate-multiclass-latest
8
+ results: []
9
  ---
10
 
11