WilliamHH commited on
Commit
b902739
·
verified ·
1 Parent(s): 744e5fb

End of training

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: HuggingFaceTB/SmolLM-135M
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Assignment2-new-V3
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
+ # Assignment2-new-V3
16
+
17
+ This model is a fine-tuned version of [HuggingFaceTB/SmolLM-135M](https://huggingface.co/HuggingFaceTB/SmolLM-135M) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2898
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: 0.0002
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 8
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: constant
44
+ - num_epochs: 2
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:------:|:----:|:---------------:|
50
+ | 3.0969 | 0.2667 | 200 | 3.2086 |
51
+ | 2.7618 | 0.5333 | 400 | 3.1396 |
52
+ | 2.6575 | 0.8 | 600 | 3.1075 |
53
+ | 2.3658 | 1.0667 | 800 | 3.2368 |
54
+ | 1.6353 | 1.3333 | 1000 | 3.3381 |
55
+ | 1.6669 | 1.6 | 1200 | 3.2797 |
56
+ | 1.6874 | 1.8667 | 1400 | 3.2898 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.57.1
62
+ - Pytorch 2.8.0+cu126
63
+ - Datasets 4.0.0
64
+ - Tokenizers 0.22.1