Training in progress, step 8
Browse files- README.md +4 -20
- adapter_config.json +5 -2
- adapter_model.safetensors +1 -1
- generation_config.json +2 -13
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: other
|
| 3 |
base_model: HuggingFaceM4/idefics-9b-instruct
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
-
- name:
|
| 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 |
-
#
|
| 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 |
|
|
@@ -30,21 +30,6 @@ More information needed
|
|
| 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,8 +51,7 @@ The following hyperparameters were used during training:
|
|
| 66 |
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
-
-
|
| 70 |
-
- Transformers 4.43.3
|
| 71 |
- Pytorch 2.4.0+cu121
|
| 72 |
- Datasets 2.16.1
|
| 73 |
- Tokenizers 0.19.1
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
license: other
|
| 4 |
base_model: HuggingFaceM4/idefics-9b-instruct
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
+
- name: idefics-frozenlake
|
| 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 |
+
# 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 |
|
|
|
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
|
|
|
| 51 |
|
| 52 |
### Framework versions
|
| 53 |
|
| 54 |
+
- Transformers 4.44.2
|
|
|
|
| 55 |
- Pytorch 2.4.0+cu121
|
| 56 |
- Datasets 2.16.1
|
| 57 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
-
"auto_mapping":
|
|
|
|
|
|
|
|
|
|
| 4 |
"base_model_name_or_path": "HuggingFaceM4/idefics-9b-instruct",
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
-
"inference_mode":
|
| 8 |
"init_lora_weights": true,
|
| 9 |
"layer_replication": null,
|
| 10 |
"layers_pattern": null,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "IdeficsForVisionText2Text",
|
| 5 |
+
"parent_library": "transformers.models.idefics.modeling_idefics"
|
| 6 |
+
},
|
| 7 |
"base_model_name_or_path": "HuggingFaceM4/idefics-9b-instruct",
|
| 8 |
"bias": "none",
|
| 9 |
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
"init_lora_weights": true,
|
| 12 |
"layer_replication": null,
|
| 13 |
"layers_pattern": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 316083632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aed52d837b559feddb8ad93f11bf3bd8d4701b8acc18725907da8fb1e05ae623
|
| 3 |
size 316083632
|
generation_config.json
CHANGED
|
@@ -1,18 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"bad_words_ids": [
|
| 4 |
-
[
|
| 5 |
-
32000
|
| 6 |
-
],
|
| 7 |
-
[
|
| 8 |
-
32001
|
| 9 |
-
]
|
| 10 |
-
],
|
| 11 |
"bos_token_id": 1,
|
| 12 |
-
"eos_token_id":
|
| 13 |
-
2,
|
| 14 |
-
32002
|
| 15 |
-
],
|
| 16 |
"pad_token_id": 0,
|
| 17 |
-
"transformers_version": "4.
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
|
|
|
|
|
|
|
|
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.44.2"
|
| 7 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e2f04de1e05d3a5b7d49028a0731255792b86d69756b7b498f60b499b343716
|
| 3 |
size 5176
|