rakitha commited on
Commit
efd0659
1 Parent(s): 7a4e1a4

End of training

Browse files
Files changed (35) hide show
  1. README.md +58 -0
  2. adapter_config.json +43 -0
  3. adapter_model.safetensors +3 -0
  4. runs/Apr30_14-47-53_rkaraputugalallava2/.amlignore +6 -0
  5. runs/Apr30_14-47-53_rkaraputugalallava2/.amlignore.amltmp +6 -0
  6. runs/Apr30_14-47-53_rkaraputugalallava2/events.out.tfevents.1714488587.rkaraputugalallava2.6751.0 +3 -0
  7. runs/Apr30_15-11-01_rkaraputugalallava2/.amlignore +6 -0
  8. runs/Apr30_15-11-01_rkaraputugalallava2/.amlignore.amltmp +6 -0
  9. runs/Apr30_15-11-01_rkaraputugalallava2/events.out.tfevents.1714489864.rkaraputugalallava2.5310.0 +3 -0
  10. runs/Apr30_15-54-57_rkaraputugalallava2/.amlignore +6 -0
  11. runs/Apr30_15-54-57_rkaraputugalallava2/.amlignore.amltmp +6 -0
  12. runs/Apr30_15-54-57_rkaraputugalallava2/events.out.tfevents.1714492500.rkaraputugalallava2.5304.0 +3 -0
  13. runs/Apr30_16-20-21_rkaraputugalallava2/.amlignore +6 -0
  14. runs/Apr30_16-20-21_rkaraputugalallava2/.amlignore.amltmp +6 -0
  15. runs/Apr30_16-20-21_rkaraputugalallava2/events.out.tfevents.1714494023.rkaraputugalallava2.7264.0 +3 -0
  16. runs/Apr30_16-22-15_rkaraputugalallava2/.amlignore +6 -0
  17. runs/Apr30_16-22-15_rkaraputugalallava2/.amlignore.amltmp +6 -0
  18. runs/Apr30_16-22-15_rkaraputugalallava2/events.out.tfevents.1714494139.rkaraputugalallava2.7264.1 +3 -0
  19. runs/Apr30_17-37-26_rkaraputugalallava2/.amlignore +6 -0
  20. runs/Apr30_17-37-26_rkaraputugalallava2/.amlignore.amltmp +6 -0
  21. runs/Apr30_17-37-26_rkaraputugalallava2/events.out.tfevents.1714498648.rkaraputugalallava2.5805.0 +3 -0
  22. runs/Apr30_17-47-40_rkaraputugalallava2/.amlignore +6 -0
  23. runs/Apr30_17-47-40_rkaraputugalallava2/.amlignore.amltmp +6 -0
  24. runs/Apr30_17-47-40_rkaraputugalallava2/events.out.tfevents.1714499288.rkaraputugalallava2.5487.0 +3 -0
  25. runs/Apr30_17-53-38_rkaraputugalallava2/.amlignore +6 -0
  26. runs/Apr30_17-53-38_rkaraputugalallava2/.amlignore.amltmp +6 -0
  27. runs/Apr30_17-53-38_rkaraputugalallava2/events.out.tfevents.1714499626.rkaraputugalallava2.7072.0 +3 -0
  28. runs/Apr30_18-07-42_rkaraputugalallava2/.amlignore +6 -0
  29. runs/Apr30_18-07-42_rkaraputugalallava2/.amlignore.amltmp +6 -0
  30. runs/Apr30_18-07-42_rkaraputugalallava2/events.out.tfevents.1714500489.rkaraputugalallava2.5328.0 +3 -0
  31. runs/Apr30_19-17-34_rkaraputugalallava2/events.out.tfevents.1714504658.rkaraputugalallava2.6307.0 +3 -0
  32. special_tokens_map.json +30 -0
  33. tokenizer.json +0 -0
  34. tokenizer_config.json +60 -0
  35. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - trl
5
+ - sft
6
+ - generated_from_trainer
7
+ base_model: llava-hf/llava-1.5-7b-hf
8
+ datasets:
9
+ - imagefolder
10
+ model-index:
11
+ - name: llava-1.5-7b-hf-ft-mix-vsft
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # llava-1.5-7b-hf-ft-mix-vsft
19
+
20
+ 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 the imagefolder dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1.4e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 1
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - PEFT 0.10.0
55
+ - Transformers 4.40.1
56
+ - Pytorch 2.3.0+cu121
57
+ - Datasets 2.19.0
58
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlavaForConditionalGeneration",
5
+ "parent_library": "transformers.models.llava.modeling_llava"
6
+ },
7
+ "base_model_name_or_path": "llava-hf/llava-1.5-7b-hf",
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,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "out_proj",
27
+ "linear_1",
28
+ "up_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "down_proj",
32
+ "v_proj",
33
+ "o_proj",
34
+ "lm_head",
35
+ "fc1",
36
+ "linear_2",
37
+ "fc2",
38
+ "gate_proj"
39
+ ],
40
+ "task_type": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1f4456ad09c7ac54faed4c4d4e1a7cb23b9348b274321d249764ca000ae147
3
+ size 1290994752
runs/Apr30_14-47-53_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_14-47-53_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_14-47-53_rkaraputugalallava2/events.out.tfevents.1714488587.rkaraputugalallava2.6751.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33eb48d67c38ce44f3b6a33b032d3135f649f7df78db94dc8d2fc77334a0094f
3
+ size 5513
runs/Apr30_15-11-01_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_15-11-01_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_15-11-01_rkaraputugalallava2/events.out.tfevents.1714489864.rkaraputugalallava2.5310.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795e563fcaaadf8af0db797df8f8fd653ed38e98bb87554cddec638c58939e8f
3
+ size 5513
runs/Apr30_15-54-57_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_15-54-57_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_15-54-57_rkaraputugalallava2/events.out.tfevents.1714492500.rkaraputugalallava2.5304.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d79a528718a366ec0d8552e20593d9217261ece06ad54014dadcaaee084b9e
3
+ size 5513
runs/Apr30_16-20-21_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_16-20-21_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_16-20-21_rkaraputugalallava2/events.out.tfevents.1714494023.rkaraputugalallava2.7264.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47daf8d796c012c06909a2883bf5efc61553f9142af63c29f5729411991fe43c
3
+ size 5513
runs/Apr30_16-22-15_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_16-22-15_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_16-22-15_rkaraputugalallava2/events.out.tfevents.1714494139.rkaraputugalallava2.7264.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27c5f282232a99f4d7a1081869277dcced1e94f361b235ba16ba5cd0fb9c1cc
3
+ size 8411
runs/Apr30_17-37-26_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-37-26_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-37-26_rkaraputugalallava2/events.out.tfevents.1714498648.rkaraputugalallava2.5805.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2bf1a06333f08de577c49b8848a47989fc3415a7e22f55e44c392b3cd0554df
3
+ size 5861
runs/Apr30_17-47-40_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-47-40_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-47-40_rkaraputugalallava2/events.out.tfevents.1714499288.rkaraputugalallava2.5487.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e771379a68dad63beec408274d2c5cf1b7058b50210dc12394f59f6685b4f027
3
+ size 5861
runs/Apr30_17-53-38_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-53-38_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_17-53-38_rkaraputugalallava2/events.out.tfevents.1714499626.rkaraputugalallava2.7072.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:779096db872759873c32ad990d3df21e130c6e3b6143039c604e206f419c0455
3
+ size 6140
runs/Apr30_18-07-42_rkaraputugalallava2/.amlignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_18-07-42_rkaraputugalallava2/.amlignore.amltmp ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
2
+ ## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
3
+
4
+ .ipynb_aml_checkpoints/
5
+ *.amltmp
6
+ *.amltemp
runs/Apr30_18-07-42_rkaraputugalallava2/events.out.tfevents.1714500489.rkaraputugalallava2.5328.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbba83fd29cc79c5ea76580dc25edd3f2ae31e3ac19876ee0ed1202050fc76d3
3
+ size 6140
runs/Apr30_19-17-34_rkaraputugalallava2/events.out.tfevents.1714504658.rkaraputugalallava2.6307.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57b5eb8353f371ef75d6c5969b6e1a4c47b805e101bb3450dded589f8b62329
3
+ size 6139
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<image>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<pad>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "bos_token": "<s>",
47
+ "chat_template": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. {% for message in messages %}{% if message['role'] == 'user' %}USER: {% else %}ASSISTANT: {% endif %}{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}<image>{% endif %}{% endfor %}{% if message['role'] == 'user' %} {% else %}{{eos_token}}{% endif %}{% endfor %}",
48
+ "clean_up_tokenization_spaces": false,
49
+ "eos_token": "</s>",
50
+ "legacy": false,
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "<pad>",
53
+ "padding_side": "left",
54
+ "processor_class": "LlavaProcessor",
55
+ "sp_model_kwargs": {},
56
+ "tokenizer_class": "LlamaTokenizer",
57
+ "trust_remote_code": false,
58
+ "unk_token": "<unk>",
59
+ "use_default_system_prompt": false
60
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a45414e00b0a66f27639cef056882a45082de27b0488c3c4fb9b38747ce3e5c
3
+ size 5176