dawoz commited on
Commit
b9e4267
·
verified ·
1 Parent(s): 23d6b20

End of training

Browse files
Files changed (1) hide show
  1. README.md +25 -8
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- license: apache-2.0
3
- base_model: HuggingFaceM4/idefics2-8b
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
- - name: idefics2-frozenlake
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
- # idefics2-frozenlake
15
 
16
- This model is a fine-tuned version of [HuggingFaceM4/idefics2-8b](https://huggingface.co/HuggingFaceM4/idefics2-8b) on an unknown dataset.
17
 
18
  ## Model description
19
 
@@ -29,6 +30,21 @@ More information needed
29
 
30
  ## Training procedure
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
@@ -50,7 +66,8 @@ The following hyperparameters were used during training:
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.41.2
54
- - Pytorch 2.1.1+cu121
55
- - Datasets 2.20.0
 
56
  - Tokenizers 0.19.1
 
1
  ---
2
+ license: other
3
+ base_model: HuggingFaceM4/idefics-9b-instruct
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
+ - name: IDEFICS-frozenlake
8
  results: []
9
+ library_name: peft
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
+ # IDEFICS-frozenlake
16
 
17
+ This model is a fine-tuned version of [HuggingFaceM4/idefics-9b-instruct](https://huggingface.co/HuggingFaceM4/idefics-9b-instruct) on an unknown dataset.
18
 
19
  ## Model description
20
 
 
30
 
31
  ## Training procedure
32
 
33
+
34
+ The following `bitsandbytes` quantization config was used during training:
35
+ - quant_method: bitsandbytes
36
+ - _load_in_8bit: False
37
+ - _load_in_4bit: True
38
+ - llm_int8_threshold: 6.0
39
+ - llm_int8_skip_modules: ['lm_head', 'embed_tokens']
40
+ - llm_int8_enable_fp32_cpu_offload: False
41
+ - llm_int8_has_fp16_weight: False
42
+ - bnb_4bit_quant_type: nf4
43
+ - bnb_4bit_use_double_quant: True
44
+ - bnb_4bit_compute_dtype: bfloat16
45
+ - bnb_4bit_quant_storage: uint8
46
+ - load_in_4bit: True
47
+ - load_in_8bit: False
48
  ### Training hyperparameters
49
 
50
  The following hyperparameters were used during training:
 
66
 
67
  ### Framework versions
68
 
69
+ - PEFT 0.5.0
70
+ - Transformers 4.43.3
71
+ - Pytorch 2.4.0+cu121
72
+ - Datasets 2.16.1
73
  - Tokenizers 0.19.1