3oclock commited on
Commit
b0e413d
·
verified ·
1 Parent(s): 89f0f5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -18
README.md CHANGED
@@ -7,19 +7,20 @@ metrics:
7
  tags:
8
  - PyTorch
9
  model-index:
10
- - name: distilbert-imdb
11
- results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: imdb
17
- type: imdb
18
- args: plain_text
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.9316
 
23
  ---
24
  # distilbert-imdb
25
 
@@ -53,11 +54,6 @@ This is the model card for a fine-tuned 🤗 transformers model on the IMDb data
53
  - **License:** [Specify License, e.g., Apache 2.0]
54
  - **Finetuned from model:** `distilbert-base-uncased`
55
 
56
- ### Model Sources
57
-
58
- - **Repository:** [Link to the model repository]
59
- - **Paper [optional]:** [Link to any related paper]
60
- - **Demo [optional]:** [Link to any demo]
61
 
62
  ## Uses
63
 
 
7
  tags:
8
  - PyTorch
9
  model-index:
10
+ - name: distilbert-imdb
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: imdb
17
+ type: imdb
18
+ args: plain_text
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.9316
23
+ pipeline_tag: text-classification
24
  ---
25
  # distilbert-imdb
26
 
 
54
  - **License:** [Specify License, e.g., Apache 2.0]
55
  - **Finetuned from model:** `distilbert-base-uncased`
56
 
 
 
 
 
 
57
 
58
  ## Uses
59