mazesmazes commited on
Commit
1dc885b
·
verified ·
1 Parent(s): 619c3b1

Model save

Browse files
Files changed (3) hide show
  1. README.md +76 -0
  2. model.safetensors +1 -1
  3. tiny_turn_meta.json +1 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: HuggingFaceTB/SmolLM2-135M-Instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: tiny-turn
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # tiny-turn
16
+
17
+ This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5122
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 64
41
+ - seed: 42
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:------:|:-----:|:---------------:|
51
+ | 1.5988 | 0.4819 | 1000 | 1.6036 |
52
+ | 1.5668 | 0.9639 | 2000 | 1.5508 |
53
+ | 1.5337 | 1.4458 | 3000 | 1.5326 |
54
+ | 1.5210 | 1.9277 | 4000 | 1.5227 |
55
+ | 1.5078 | 2.4096 | 5000 | 1.5176 |
56
+ | 1.5247 | 2.8916 | 6000 | 1.5157 |
57
+ | 1.5034 | 3.3735 | 7000 | 1.5140 |
58
+ | 1.5273 | 3.8554 | 8000 | 1.5137 |
59
+ | 1.5209 | 4.3373 | 9000 | 1.5127 |
60
+ | 1.5108 | 4.8193 | 10000 | 1.5123 |
61
+ | 1.5134 | 5.3012 | 11000 | 1.5123 |
62
+ | 1.5131 | 5.7831 | 12000 | 1.5124 |
63
+ | 1.5197 | 6.2651 | 13000 | 1.5122 |
64
+ | 1.5254 | 6.7470 | 14000 | 1.5122 |
65
+ | 1.5139 | 7.2289 | 15000 | 1.5120 |
66
+ | 1.5068 | 7.7108 | 16000 | 1.5122 |
67
+ | 1.5128 | 8.1928 | 17000 | 1.5121 |
68
+ | 1.5168 | 8.6747 | 18000 | 1.5122 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 5.5.4
74
+ - Pytorch 2.8.0+cu128
75
+ - Datasets 3.6.0
76
+ - Tokenizers 0.22.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6256f01f8f54b2856c8c1b67f97cdfbd3118fbd0b4fc8d5af956c6a0fe598ac2
3
  size 269060552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8978e60c2ab06988ebb3cf5eddb63e6843a9a079b62800ae7f8e1cfbf6c1023d
3
  size 269060552
tiny_turn_meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"threshold": 0.01}