End of training
Browse files- README.md +59 -0
- config.json +30 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
- runs/Nov11_08-12-56_Akhils-MacBook-Pro.local/events.out.tfevents.1731330780.Akhils-MacBook-Pro.local.43913.2 +3 -0
- runs/Nov11_08-18-40_Akhils-MacBook-Pro.local/events.out.tfevents.1731331134.Akhils-MacBook-Pro.local.43913.3 +3 -0
- runs/Nov11_08-28-41_Akhils-MacBook-Pro.local/events.out.tfevents.1731331727.Akhils-MacBook-Pro.local.43913.4 +3 -0
- runs/Nov13_16-43-00_Akhils-MacBook-Pro.local/events.out.tfevents.1731534277.Akhils-MacBook-Pro.local.63854.0 +3 -0
- runs/Nov13_16-51-29_Akhils-MacBook-Pro.local/events.out.tfevents.1731534694.Akhils-MacBook-Pro.local.64112.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: HuggingFaceTB/SmolLM2-135M
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: fine-tuned-smolLM2-physics_10
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# fine-tuned-smolLM2-physics_10
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9803
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 2
|
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: 3
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 4 | 1.0561 |
|
50 |
+
| No log | 2.0 | 8 | 0.9998 |
|
51 |
+
| 0.8859 | 3.0 | 12 | 0.9803 |
|
52 |
+
|
53 |
+
|
54 |
+
### Framework versions
|
55 |
+
|
56 |
+
- Transformers 4.39.3
|
57 |
+
- Pytorch 2.3.1
|
58 |
+
- Datasets 3.1.0
|
59 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "HuggingFaceTB/SmolLM2-135M",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"eos_token_id": 0,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 576,
|
12 |
+
"initializer_range": 0.041666666666666664,
|
13 |
+
"intermediate_size": 1536,
|
14 |
+
"is_llama_config": true,
|
15 |
+
"max_position_embeddings": 8192,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 9,
|
18 |
+
"num_hidden_layers": 30,
|
19 |
+
"num_key_value_heads": 3,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_interleaved": false,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 100000,
|
25 |
+
"tie_word_embeddings": true,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.39.3",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 49152
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.39.3"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e82bfa45ce95a78b0f0abcc0248ec7f5bb617938d94c9579bb871c1d7a00fe3
|
3 |
+
size 538090408
|
runs/Nov11_08-12-56_Akhils-MacBook-Pro.local/events.out.tfevents.1731330780.Akhils-MacBook-Pro.local.43913.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7151680e5fd6e985e7961fcd29558877f13a7a8c7f981fa59d84100587194950
|
3 |
+
size 4678
|
runs/Nov11_08-18-40_Akhils-MacBook-Pro.local/events.out.tfevents.1731331134.Akhils-MacBook-Pro.local.43913.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31aa341d79a482a7c7984d1356135d0e024d07621342365f22fca050157d7409
|
3 |
+
size 4678
|
runs/Nov11_08-28-41_Akhils-MacBook-Pro.local/events.out.tfevents.1731331727.Akhils-MacBook-Pro.local.43913.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f4d51bde07e631b79aea4d323eac14360232a7bd076c58ce21b990cce23d296
|
3 |
+
size 5824
|
runs/Nov13_16-43-00_Akhils-MacBook-Pro.local/events.out.tfevents.1731534277.Akhils-MacBook-Pro.local.63854.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1faee21018ed9061c7f78dea48b866f6ebde2853d9e44965afeb659c1ad892f5
|
3 |
+
size 4724
|
runs/Nov13_16-51-29_Akhils-MacBook-Pro.local/events.out.tfevents.1731534694.Akhils-MacBook-Pro.local.64112.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d29c57146a3e0c52d4ef2c0ac7f06b84140e42ad82748ad7f9a8c7615f8017a8
|
3 |
+
size 6077
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b673bdad4b4bd458f503a7d7be6cf83d3db8e9d42106875f0af15f6fb04cfa70
|
3 |
+
size 4920
|