Grogros commited on
Commit
4052360
·
verified ·
1 Parent(s): 8fae458

Model save

Browse files
Files changed (2) hide show
  1. README.md +57 -0
  2. generation_config.json +10 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: Grogros/dmWM-meta-llama-Llama-3.1-8B-Instruct-ft-LucieFr-AlpacaGPT4-OpenWebText-TV
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Grogros-dmWM-Llama-3.1-8B-Instruct-LucieFr-Al4-OWT-TV-OpenMathInstruct
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
+ # Grogros-dmWM-Llama-3.1-8B-Instruct-LucieFr-Al4-OWT-TV-OpenMathInstruct
15
+
16
+ This model is a fine-tuned version of [Grogros/dmWM-meta-llama-Llama-3.1-8B-Instruct-ft-LucieFr-AlpacaGPT4-OpenWebText-TV](https://huggingface.co/Grogros/dmWM-meta-llama-Llama-3.1-8B-Instruct-ft-LucieFr-AlpacaGPT4-OpenWebText-TV) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 4
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 32
42
+ - optimizer: Use adafactor and the args are:
43
+ No additional optimizer arguments
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_ratio: 0.1
46
+ - training_steps: 2500
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.53.3
55
+ - Pytorch 2.2.0a0+81ea7a4
56
+ - Datasets 3.6.0
57
+ - Tokenizers 0.21.2
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "transformers_version": "4.53.3"
10
+ }