Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
 
 
2
  license: apache-2.0
3
- model-index:
4
- - name: roberta-base-spam-detector
5
- results: []
6
  datasets:
7
  - 0x7194633/spam_detector
8
- language:
9
- - en
10
  metrics:
11
  - accuracy
12
  pipeline_tag: text-classification
 
 
 
 
13
  ---
14
 
15
  # roberta-base-spam-detector
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
 
 
 
5
  datasets:
6
  - 0x7194633/spam_detector
 
 
7
  metrics:
8
  - accuracy
9
  pipeline_tag: text-classification
10
+ base_model: roberta-base
11
+ model-index:
12
+ - name: roberta-base-spam-detector
13
+ results: []
14
  ---
15
 
16
  # roberta-base-spam-detector