kadirnar commited on
Commit
7e243aa
1 Parent(s): e9ef287

Model save

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - trl
4
+ - sft
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: SmolLM-360M-prompt-enhancer
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/narkadir-ai/alpaca_ft/runs/dlk1m9oo)
15
+ # SmolLM-360M-prompt-enhancer
16
+
17
+ This model was trained from scratch on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 256
38
+ - eval_batch_size: 256
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: cosine
42
+ - lr_scheduler_warmup_steps: 500
43
+ - num_epochs: 3
44
+
45
+ ### Framework versions
46
+
47
+ - Transformers 4.43.1
48
+ - Pytorch 2.1.2+cu121
49
+ - Datasets 2.19.1
50
+ - Tokenizers 0.19.1
events.out.tfevents.1721920481.ip-172-31-40-176.912134.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43db388842174193950f43a421cc88ca388e0df1a8d5e8b631c596dbec5c0b05
3
- size 5249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057c1aefef726c54c22814e9b244f42782eba895cd0b29bf6dc50eeb7829a6d3
3
+ size 5603
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.43.1"
6
+ }