File size: 2,345 Bytes
ba7366d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
library_name: transformers
license: apache-2.0
base_model: HuggingFaceTB/SmolLM2-135M
tags:
- generated_from_trainer
model-index:
- name: modelSmolLM2-improvd-assignment2-2
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# modelSmolLM2-improvd-assignment2-2

This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.2993

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0003
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- num_epochs: 2

### Training results

| Training Loss | Epoch  | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 2.9887        | 0.1067 | 200  | 2.9221          |
| 2.7337        | 0.2133 | 400  | 2.7976          |
| 2.6423        | 0.32   | 600  | 2.7118          |
| 2.534         | 0.4267 | 800  | 2.6432          |
| 2.4911        | 0.5333 | 1000 | 2.5883          |
| 2.4906        | 0.64   | 1200 | 2.5351          |
| 2.4029        | 0.7467 | 1400 | 2.4751          |
| 2.3421        | 0.8533 | 1600 | 2.4331          |
| 2.3091        | 0.96   | 1800 | 2.3934          |
| 1.9326        | 1.0667 | 2000 | 2.4085          |
| 1.7083        | 1.1733 | 2200 | 2.3911          |
| 1.6905        | 1.28   | 2400 | 2.3594          |
| 1.6651        | 1.3867 | 2600 | 2.3497          |
| 1.647         | 1.4933 | 2800 | 2.3315          |
| 1.6486        | 1.6    | 3000 | 2.3155          |
| 1.6093        | 1.7067 | 3200 | 2.3068          |
| 1.6538        | 1.8133 | 3400 | 2.3016          |
| 1.6138        | 1.92   | 3600 | 2.2993          |


### Framework versions

- Transformers 4.56.1
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.0