ABCBABC commited on
Commit
74a1974
·
verified ·
1 Parent(s): d89d05f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,9 +1,14 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
@@ -15,15 +20,15 @@ tags: []
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
 
1
  ---
2
+ base_model: distilbert-base-uncased
3
+ language: en
4
+ license: apache-2.0
5
+ tags:
6
+ - text-classification
7
+ - emotion-detection
8
+ - distilbert
9
  ---
10
 
11
+ # Model Card for ABCBABC/Distilbert-base-emotion
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
 
20
 
21
  <!-- Provide a longer summary of what this model is. -->
22
 
23
+
24
 
25
  - **Developed by:** [More Information Needed]
26
  - **Funded by [optional]:** [More Information Needed]
27
  - **Shared by [optional]:** [More Information Needed]
28
  - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** en
30
+ - **License:** apache-2.0
31
+ - **Finetuned from model [optional]:** distilbert-base-uncased
32
 
33
  ### Model Sources [optional]
34