Fine-tuned smolLM2-135M with LoRA on camel-ai/physics
Browse files- README.md +12 -7
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# fine-tuned-smolLM2-135M-with-LoRA-on-camel-ai-physics
|
16 |
|
17 |
-
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -40,16 +40,21 @@ The following hyperparameters were used during training:
|
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
-
- lr_scheduler_type:
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
-
| 1.
|
51 |
-
| 1.
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
14 |
|
15 |
# fine-tuned-smolLM2-135M-with-LoRA-on-camel-ai-physics
|
16 |
|
17 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9705
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: cosine
|
44 |
+
- num_epochs: 8
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 1.0142 | 1.0 | 4000 | 1.0403 |
|
51 |
+
| 1.0231 | 2.0 | 8000 | 1.0082 |
|
52 |
+
| 0.9995 | 3.0 | 12000 | 0.9918 |
|
53 |
+
| 0.9527 | 4.0 | 16000 | 0.9822 |
|
54 |
+
| 0.9351 | 5.0 | 20000 | 0.9752 |
|
55 |
+
| 0.9126 | 6.0 | 24000 | 0.9719 |
|
56 |
+
| 0.9161 | 7.0 | 28000 | 0.9706 |
|
57 |
+
| 0.9194 | 8.0 | 32000 | 0.9705 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"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 3702168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:059bd52dfe5c707398401b4deb83345fc1309ff04e1fbd08c5cef6559d948806
|
3 |
size 3702168
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51229cc4a399f51e7c3700b7bdc293400663fa6083fd49be32009de37d362d8b
|
3 |
size 5240
|