Yuyeong commited on
Commit
3c94236
·
verified ·
1 Parent(s): 320da04

Model save

Browse files
Files changed (3) hide show
  1. README.md +52 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-1B
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Llama-3.2-1B-string_dataset_4nodev5-yz82yl
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/helloyouyoung/GDV/runs/3zarm6ql)
16
+ # Llama-3.2-1B-string_dataset_4nodev5-yz82yl
17
+
18
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
42
+ - lr_scheduler_type: cosine
43
+ - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 50
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.49.0
50
+ - Pytorch 2.3.0
51
+ - Datasets 3.3.2
52
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.49.0"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:010e8c292d21dc732288f4bef0aa2f757b805472748700767f8cad755b2e07d1
3
  size 3951935760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d65b4121d6ace67699407bdf9e974f985b4f6a5855bcef9d02250ccc2f9fb2
3
  size 3951935760