aashish1904 commited on
Commit
94e9ccc
·
verified ·
1 Parent(s): 2ed99a9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ library_name: transformers
5
+ license: other
6
+ base_model: meta-llama/Llama-3.1-8B-Instruct
7
+ tags:
8
+ - llama-factory
9
+ - full
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: SimpleBerry/LLaMA-O1-Base-1127
13
+ results: []
14
+
15
+ ---
16
+
17
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
18
+
19
+
20
+ # QuantFactory/LLaMA-O1-Base-1127-GGUF
21
+ This is quantized version of [SimpleBerry/LLaMA-O1-Base-1127](https://huggingface.co/SimpleBerry/LLaMA-O1-Base-1127) created using llama.cpp
22
+
23
+ # Original Model Card
24
+
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # SimpleBerry/LLaMA-O1-Base-1127
30
+
31
+ This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on the longcot_pt dataset.
32
+
33
+ Do not use this model without supervised training, please use [LLaMA-O1-Supervised-1129](https://huggingface.co/SimpleBerry/LLaMA-O1-Supervised-1129) for directly usage.
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 5e-05
53
+ - train_batch_size: 1
54
+ - eval_batch_size: 8
55
+ - seed: 42
56
+ - distributed_type: multi-GPU
57
+ - num_devices: 24
58
+ - total_train_batch_size: 24
59
+ - total_eval_batch_size: 192
60
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
+ - lr_scheduler_type: cosine
62
+ - num_epochs: 4.0
63
+
64
+ ### Training results
65
+
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.46.2
71
+ - Pytorch 2.3.1
72
+ - Datasets 3.1.0
73
+ - Tokenizers 0.20.1
74
+