Commit
·
a2384a4
1
Parent(s):
bbd81af
End of training
Browse files- README.md +76 -0
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/DialoGPT-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: DialoGPT-large-faqs-block-size-32-bs-16-lr-1e-05
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# DialoGPT-large-faqs-block-size-32-bs-16-lr-1e-05
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [microsoft/DialoGPT-large](https://huggingface.co/microsoft/DialoGPT-large) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.1840
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 161 | 3.4530 |
|
50 |
+
| No log | 2.0 | 322 | 2.9557 |
|
51 |
+
| No log | 3.0 | 483 | 2.7615 |
|
52 |
+
| 3.4514 | 4.0 | 644 | 2.6893 |
|
53 |
+
| 3.4514 | 5.0 | 805 | 2.6696 |
|
54 |
+
| 3.4514 | 6.0 | 966 | 2.6738 |
|
55 |
+
| 1.9345 | 7.0 | 1127 | 2.6820 |
|
56 |
+
| 1.9345 | 8.0 | 1288 | 2.7452 |
|
57 |
+
| 1.9345 | 9.0 | 1449 | 2.8237 |
|
58 |
+
| 1.3641 | 10.0 | 1610 | 2.9001 |
|
59 |
+
| 1.3641 | 11.0 | 1771 | 2.9492 |
|
60 |
+
| 1.3641 | 12.0 | 1932 | 3.0018 |
|
61 |
+
| 1.0356 | 13.0 | 2093 | 3.0482 |
|
62 |
+
| 1.0356 | 14.0 | 2254 | 3.0798 |
|
63 |
+
| 1.0356 | 15.0 | 2415 | 3.1145 |
|
64 |
+
| 0.8385 | 16.0 | 2576 | 3.1357 |
|
65 |
+
| 0.8385 | 17.0 | 2737 | 3.1498 |
|
66 |
+
| 0.8385 | 18.0 | 2898 | 3.1750 |
|
67 |
+
| 0.7252 | 19.0 | 3059 | 3.1823 |
|
68 |
+
| 0.7252 | 20.0 | 3220 | 3.1840 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.33.0.dev0
|
74 |
+
- Pytorch 2.0.1+cu118
|
75 |
+
- Datasets 2.14.4.dev0
|
76 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.33.0.dev0"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3096262685
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffbb6891b16df18a35991f723342fba11221e579fd1f75fc91b8621b42b73f1c
|
3 |
size 3096262685
|