athirdpath commited on
Commit
393b4f1
1 Parent(s): 43725c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: athirdpath/Harmonia-20B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: lora
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
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ # lora
16
+
17
+ This model is a fine-tuned version of [athirdpath/Harmonia-20B](https://huggingface.co/athirdpath/Harmonia-20B) on the HF No Robots dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.4881
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 3.5e-05
39
+ - train_batch_size: 3
40
+ - eval_batch_size: 3
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 3
43
+ - total_train_batch_size: 9
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 10
47
+ - num_epochs: 3
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.5598 | 0.55 | 50 | 1.5816 |
54
+ | 1.5384 | 1.08 | 100 | 1.5146 |
55
+ | 1.5362 | 1.64 | 150 | 1.4972 |
56
+ | 1.4234 | 2.17 | 200 | 1.4902 |
57
+ | 1.4678 | 2.72 | 250 | 1.4881 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.35.2
63
+ - Pytorch 2.0.1+cu118
64
+ - Datasets 2.15.0
65
+ - Tokenizers 0.15.0