mrcuddle commited on
Commit
337e1c2
·
verified ·
1 Parent(s): dac77b3

End of training

Browse files
Files changed (2) hide show
  1. README.md +105 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: mrcuddle/NemoMix-Magcap-12B
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ datasets:
8
+ - mrcuddle/adonis_nsfw_alpaca
9
+ model-index:
10
+ - name: Magcap-Adonis-12B
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
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.12.0.dev0`
21
+ ```yaml
22
+ base_model: mrcuddle/NemoMix-Magcap-12B
23
+ tokenizer_type: AutoTokenizer
24
+ hub_model_id: mrcuddle/Magcap-Adonis-12B
25
+ strict: false
26
+
27
+ datasets:
28
+ - path: mrcuddle/adonis_nsfw_alpaca
29
+ type: alpaca
30
+ streaming: false
31
+
32
+ output_dir: ./mistral-12b-adonis
33
+
34
+
35
+ sequence_len: 2048
36
+ sample_packing: true
37
+ pad_to_sequence_len: true
38
+
39
+
40
+ eval_sample_packing: False
41
+ gradient_accumulation_steps: 2
42
+ micro_batch_size: 2
43
+ num_epochs: 4
44
+ optimizer: paged_adamw_8bit
45
+ lr_scheduler: cosine
46
+ learning_rate: 0.00005
47
+
48
+ train_on_inputs: false
49
+ group_by_length: false
50
+
51
+ bf16: auto
52
+ fp16:
53
+ past_model_outputs: false
54
+
55
+ gradient_checkpointing: true
56
+ save_steps: 500
57
+ special_tokens:
58
+ bos_token: "<s>"
59
+ eos_token: "</s>"
60
+ pad_token: "</s>"
61
+ ```
62
+
63
+ </details><br>
64
+
65
+ # Magcap-Adonis-12B
66
+
67
+ This model is a fine-tuned version of [mrcuddle/NemoMix-Magcap-12B](https://huggingface.co/mrcuddle/NemoMix-Magcap-12B) on the mrcuddle/adonis_nsfw_alpaca dataset.
68
+
69
+ ## Model description
70
+
71
+ More information needed
72
+
73
+ ## Intended uses & limitations
74
+
75
+ More information needed
76
+
77
+ ## Training and evaluation data
78
+
79
+ More information needed
80
+
81
+ ## Training procedure
82
+
83
+ ### Training hyperparameters
84
+
85
+ The following hyperparameters were used during training:
86
+ - learning_rate: 5e-05
87
+ - train_batch_size: 2
88
+ - eval_batch_size: 2
89
+ - seed: 42
90
+ - gradient_accumulation_steps: 2
91
+ - total_train_batch_size: 4
92
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
93
+ - lr_scheduler_type: cosine
94
+ - training_steps: 32
95
+
96
+ ### Training results
97
+
98
+
99
+
100
+ ### Framework versions
101
+
102
+ - Transformers 4.53.2
103
+ - Pytorch 2.7.1+cu126
104
+ - Datasets 4.0.0
105
+ - Tokenizers 0.21.2
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "transformers_version": "4.53.2",
7
+ "use_cache": false
8
+ }