Commit
·
18f9c75
1
Parent(s):
5f2526e
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
tags:
|
4 |
-
- generated_from_trainer
|
5 |
model-index:
|
6 |
-
- name: Distilbert-sentiment-analysis
|
7 |
-
results:
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
datasets
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
|
|
|
|
|
3 |
model-index:
|
4 |
+
- name: DracoHugging/Distilbert-sentiment-analysis
|
5 |
+
results:
|
6 |
+
- task:
|
7 |
+
type: Text Classification # Required. Example: automatic-speech-recognition
|
8 |
+
name: Sentiment Analysis # Optional. Example: Speech Recognition
|
9 |
+
|
10 |
+
dataset:
|
11 |
+
type: Text-2-Text # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
12 |
+
name: knkarthick/dialogsum # Required. A pretty name for the dataset. Example: Common Voice (French)
|
13 |
+
|
14 |
+
metrics:
|
15 |
+
- type: Validation Loss # Required. Example: wer. Use metric id from https://hf.co/metrics
|
16 |
+
value: 1.08 # Required. Example: 20.90
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|