vpadaraju commited on
Commit
fbd7537
·
verified ·
1 Parent(s): ad9a20b

End of training

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/DialoGPT-small
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - empathetic_dialogues
9
+ model-index:
10
+ - name: chatbot
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # chatbot
18
+
19
+ This model is a fine-tuned version of [microsoft/DialoGPT-small](https://huggingface.co/microsoft/DialoGPT-small) on the empathetic_dialogues dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8866
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - training_steps: 50
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 0.1 | 10 | 1.3309 |
53
+ | No log | 0.2 | 20 | 0.9199 |
54
+ | No log | 0.3 | 30 | 0.8962 |
55
+ | No log | 0.4 | 40 | 0.8888 |
56
+ | No log | 0.5 | 50 | 0.8866 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.48.1
62
+ - Pytorch 2.6.0
63
+ - Datasets 3.2.0
64
+ - Tokenizers 0.21.0