DiegoAI597 commited on
Commit
2c40e0a
1 Parent(s): c56d2e8

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: GeneZC/MiniChat-1.5-3B
3
+ datasets:
4
+ - generator
5
+ library_name: peft
6
+ license: apache-2.0
7
+ tags:
8
+ - trl
9
+ - sft
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: Rogue-MiniChat-1.5-3B
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # Rogue-MiniChat-1.5-3B
20
+
21
+ This model is a fine-tuned version of [GeneZC/MiniChat-1.5-3B](https://huggingface.co/GeneZC/MiniChat-1.5-3B) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.9729
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 12
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 24
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: constant
50
+ - lr_scheduler_warmup_ratio: 0.03
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 2.2186 | 1.0 | 109 | 1.0841 |
58
+ | 1.0611 | 2.0 | 218 | 1.0355 |
59
+ | 0.9969 | 3.0 | 327 | 1.0105 |
60
+ | 0.9458 | 4.0 | 436 | 0.9904 |
61
+ | 0.8941 | 5.0 | 545 | 0.9729 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.7.2.dev0
67
+ - Transformers 4.36.2
68
+ - Pytorch 2.3.0+cu121
69
+ - Datasets 2.16.1
70
+ - Tokenizers 0.15.2