Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
 
 
2
  license: mit
3
  datasets:
4
  - sst2
5
- language:
6
- - en
7
  metrics:
8
  - accuracy
9
  pipeline_tag: text-classification
10
-
11
  widget:
12
- - text: "it 's just incredibly dull ."
13
- example_title: Example 1
 
14
  ---
15
 
16
  # distilbert-base-uncased-finetuned-sst2
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  datasets:
6
  - sst2
 
 
7
  metrics:
8
  - accuracy
9
  pipeline_tag: text-classification
 
10
  widget:
11
+ - text: it 's just incredibly dull .
12
+ example_title: Example 1
13
+ base_model: distilbert-base-uncased
14
  ---
15
 
16
  # distilbert-base-uncased-finetuned-sst2