Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,14 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: Mistral-Finetuned-DialogSumm
|
| 8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -50,4 +58,4 @@ The following hyperparameters were used during training:
|
|
| 50 |
- Transformers 4.35.0.dev0
|
| 51 |
- Pytorch 2.1.0+cu118
|
| 52 |
- Datasets 2.14.6
|
| 53 |
-
- Tokenizers 0.14.1
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: Mistral-Finetuned-DialogSumm
|
| 8 |
results: []
|
| 9 |
+
datasets:
|
| 10 |
+
- knkarthick/dialogsum
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
metrics:
|
| 14 |
+
- bleu
|
| 15 |
+
- accuracy
|
| 16 |
+
pipeline_tag: summarization
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 58 |
- Transformers 4.35.0.dev0
|
| 59 |
- Pytorch 2.1.0+cu118
|
| 60 |
- Datasets 2.14.6
|
| 61 |
+
- Tokenizers 0.14.1
|