Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,14 @@ license: mit
|
|
3 |
base_model: microsoft/DialoGPT-medium
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
model-index:
|
7 |
- name: diablo_gpt
|
8 |
results: []
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# diablo_gpt
|
15 |
|
16 |
-
This model is a fine-tuned version of [microsoft/DialoGPT-medium](https://huggingface.co/microsoft/DialoGPT-medium) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -49,4 +54,4 @@ The following hyperparameters were used during training:
|
|
49 |
- Transformers 4.36.2
|
50 |
- Pytorch 2.0.1
|
51 |
- Datasets 2.16.1
|
52 |
-
- Tokenizers 0.15.0
|
|
|
3 |
base_model: microsoft/DialoGPT-medium
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- conversational
|
7 |
model-index:
|
8 |
- name: diablo_gpt
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- hakurei/open-instruct-v1
|
12 |
+
language:
|
13 |
+
- en
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# diablo_gpt
|
20 |
|
21 |
+
This model is a fine-tuned version of [microsoft/DialoGPT-medium](https://huggingface.co/microsoft/DialoGPT-medium) on [hakurei/open-instruct-v1 dataset](https://huggingface.co/datasets/hakurei/open-instruct-v1).
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
54 |
- Transformers 4.36.2
|
55 |
- Pytorch 2.0.1
|
56 |
- Datasets 2.16.1
|
57 |
+
- Tokenizers 0.15.0
|