letianWoowoof commited on
Commit
83beafd
·
verified ·
1 Parent(s): 53ced0c

letianWoowoof/woowoofv1

Browse files
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.2-11B-Vision-Instruct
3
+ library_name: peft
4
+ license: llama3.2
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: llama3.2-vision-11B-instruct-v1.0
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
+ # llama3.2-vision-11B-instruct-v1.0
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) on an unknown dataset.
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: 0.0003
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: constant
46
+ - lr_scheduler_warmup_ratio: 0.03
47
+ - num_epochs: 2
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.13.0
56
+ - Transformers 4.45.1
57
+ - Pytorch 2.4.0+cu121
58
+ - Datasets 3.0.1
59
+ - Tokenizers 0.20.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b22ded8370f2bd66a8add678cf90f4f5d3c0c9cb1d3a71a9029ed4ba9366e566
3
  size 23641256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa59ec5c1499fffb1f5053b51385d4280b5f972bc8f06278d53584d54a91414
3
  size 23641256
runs/Oct25_00-29-16_f1599c019a00/events.out.tfevents.1729816160.f1599c019a00.1135.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5cfd5506db733954c596e78b0655ed5bf2493c5341a74c55fdc7e75e2c7e9a0
3
- size 15105
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7995725734fa5faa3e65229f1ceeb10d6d2d90593dace91107c4735caa67602
3
+ size 20304
tokenizer_config.json CHANGED
@@ -2067,5 +2067,6 @@
2067
  ],
2068
  "model_max_length": 131072,
2069
  "pad_token": "<|finetune_right_pad_id|>",
 
2070
  "tokenizer_class": "PreTrainedTokenizerFast"
2071
  }
 
2067
  ],
2068
  "model_max_length": 131072,
2069
  "pad_token": "<|finetune_right_pad_id|>",
2070
+ "processor_class": "MllamaProcessor",
2071
  "tokenizer_class": "PreTrainedTokenizerFast"
2072
  }