End of training
Browse files- README.md +1 -1
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
- total_train_batch_size: 16
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
|
|
42 |
- total_train_batch_size: 16
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 100
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 756399848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:031e6e034983ae6fc9e5c8b5a7eca83192008c78ed6d3ef5562e703845a2f00c
|
3 |
size 756399848
|
tokenizer_config.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
}
|
45 |
},
|
46 |
"bos_token": "<s>",
|
47 |
-
"chat_template": "A curious user asks an AI about CAD models based on provided images. The AI provides a detailed and polite answer identifying the model. For each dataset entry:\nUSER: What CAD model do these images represent? <image>\nASSISTANT: The CAD model these images represent is {{ answer }}. {{eos_token}}",
|
48 |
"clean_up_tokenization_spaces": false,
|
49 |
"eos_token": "</s>",
|
50 |
"legacy": false,
|
|
|
44 |
}
|
45 |
},
|
46 |
"bos_token": "<s>",
|
47 |
+
"chat_template": "A curious user asks an AI about CAD models based on provided images. The AI provides a detailed and polite answer identifying the model. For each dataset entry:\nUSER: The image you see is a combination of different views of a CAD model. What CAD model do these images represent? \n<image>\nASSISTANT: The CAD model these images represent is: {{ answer }}. {{eos_token}}",
|
48 |
"clean_up_tokenization_spaces": false,
|
49 |
"eos_token": "</s>",
|
50 |
"legacy": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa384375d6f91e1661015c8f88755966751845b7386b2a8e577d36eaea406859
|
3 |
size 4984
|