RichardErkhov commited on
Commit
39f2920
·
verified ·
1 Parent(s): 05a62ab

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ Phi-3.5-vision-instruct_20240915_223241 - AWQ
11
+ - Model creator: https://huggingface.co/muhtasham/
12
+ - Original model: https://huggingface.co/muhtasham/Phi-3.5-vision-instruct_20240915_223241/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ library_name: transformers
20
+ license: mit
21
+ base_model: microsoft/Phi-3.5-vision-instruct
22
+ tags:
23
+ - generated_from_trainer
24
+ model-index:
25
+ - name: Phi-3.5-vision-instruct_20240915_223241
26
+ results: []
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # Phi-3.5-vision-instruct_20240915_223241
33
+
34
+ This model is a fine-tuned version of [microsoft/Phi-3.5-vision-instruct](https://huggingface.co/microsoft/Phi-3.5-vision-instruct) on the None dataset.
35
+
36
+ ## Model description
37
+
38
+ On 1.8M avg dataset
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 4e-05
54
+ - train_batch_size: 1
55
+ - eval_batch_size: 1
56
+ - seed: 42
57
+ - distributed_type: multi-GPU
58
+ - num_devices: 8
59
+ - gradient_accumulation_steps: 2
60
+ - total_train_batch_size: 16
61
+ - total_eval_batch_size: 8
62
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-07
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 50
65
+ - num_epochs: 4
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.44.2
75
+ - Pytorch 2.4.1+cu121
76
+ - Datasets 3.0.0
77
+ - Tokenizers 0.19.1
78
+
79
+