bhalladitya
commited on
Commit
•
7373134
1
Parent(s):
d690c47
End of training
Browse files- README.md +7 -7
- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- runs/Jul09_13-30-19_ip-10-192-15-28/events.out.tfevents.1720532258.ip-10-192-15-28.15431.0 +3 -0
- runs/Jul09_15-54-27_ip-10-192-15-39/events.out.tfevents.1720540650.ip-10-192-15-39.2114.0 +3 -0
- runs/Jul09_16-09-36_ip-10-192-10-104/events.out.tfevents.1720541466.ip-10-192-10-104.2056.0 +3 -0
- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -6,16 +6,16 @@ tags:
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [llava-hf/llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) on
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,12 +35,12 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1.4e-05
|
38 |
-
- train_batch_size:
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
@@ -51,6 +51,6 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
- PEFT 0.11.1
|
53 |
- Transformers 4.42.3
|
54 |
-
- Pytorch 2.1
|
55 |
-
- Datasets 2.
|
56 |
- Tokenizers 0.19.1
|
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
+
- name: llava-test-dataset
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# llava-test-dataset
|
17 |
|
18 |
+
This model is a fine-tuned version of [llava-hf/llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) on an unknown dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1.4e-05
|
38 |
+
- train_batch_size: 1
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 1
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
|
|
51 |
|
52 |
- PEFT 0.11.1
|
53 |
- Transformers 4.42.3
|
54 |
+
- Pytorch 2.2.1+cu121
|
55 |
+
- Datasets 2.20.0
|
56 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -23,19 +23,19 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"down_proj",
|
27 |
"out_proj",
|
28 |
-
"
|
29 |
-
"up_proj",
|
30 |
"k_proj",
|
31 |
"q_proj",
|
|
|
32 |
"linear_1",
|
33 |
-
"fc1",
|
34 |
-
"o_proj",
|
35 |
-
"lm_head",
|
36 |
"gate_proj",
|
|
|
37 |
"v_proj",
|
38 |
-
"
|
|
|
|
|
|
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"out_proj",
|
27 |
+
"fc1",
|
|
|
28 |
"k_proj",
|
29 |
"q_proj",
|
30 |
+
"linear_2",
|
31 |
"linear_1",
|
|
|
|
|
|
|
32 |
"gate_proj",
|
33 |
+
"fc2",
|
34 |
"v_proj",
|
35 |
+
"up_proj",
|
36 |
+
"o_proj",
|
37 |
+
"lm_head",
|
38 |
+
"down_proj"
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1290994752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67eb1dade3c2ab276d2dd076bc187862220fe6795cd66396a9298d9fa4dad38d
|
3 |
size 1290994752
|
runs/Jul09_13-30-19_ip-10-192-15-28/events.out.tfevents.1720532258.ip-10-192-15-28.15431.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c35b25c4de35d988c36c407f4645873d4ef0c670aa6d1e69a8e34998e7c231
|
3 |
+
size 14337
|
runs/Jul09_15-54-27_ip-10-192-15-39/events.out.tfevents.1720540650.ip-10-192-15-39.2114.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:546b0f042590207de63a0b7a3bf6d6146b10cd29af0534e34c8abc009be1c93f
|
3 |
+
size 16756
|
runs/Jul09_16-09-36_ip-10-192-10-104/events.out.tfevents.1720541466.ip-10-192-10-104.2056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f785bd2233b96126fcf77fb4f49d5892d144973701ad0be27235a2cd190c4db6
|
3 |
+
size 14338
|
tokenizer.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"truncation": null,
|
4 |
"padding": {
|
5 |
"strategy": "BatchLongest",
|
6 |
-
"direction": "
|
7 |
"pad_to_multiple_of": null,
|
8 |
"pad_id": 32001,
|
9 |
"pad_type_id": 0,
|
|
|
3 |
"truncation": null,
|
4 |
"padding": {
|
5 |
"strategy": "BatchLongest",
|
6 |
+
"direction": "Right",
|
7 |
"pad_to_multiple_of": null,
|
8 |
"pad_id": 32001,
|
9 |
"pad_type_id": 0,
|
tokenizer_config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"legacy": false,
|
52 |
"model_max_length": 1000000000000000019884624838656,
|
53 |
"pad_token": "<pad>",
|
54 |
-
"padding_side": "
|
55 |
"processor_class": "LlavaProcessor",
|
56 |
"sp_model_kwargs": {},
|
57 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
51 |
"legacy": false,
|
52 |
"model_max_length": 1000000000000000019884624838656,
|
53 |
"pad_token": "<pad>",
|
54 |
+
"padding_side": "right",
|
55 |
"processor_class": "LlavaProcessor",
|
56 |
"sp_model_kwargs": {},
|
57 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddbf295c5a2ef0434f285b9ba8f00bb42b9d89b6870450dba188ed6f4f362492
|
3 |
+
size 5112
|