pszemraj commited on
Commit
67a526d
1 Parent(s): e6107df

Model save

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2-1.5B
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: Qwen2-1.5B-stepbasin-books-vN
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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/pszemraj/long-generation-tests/runs/ethp25f9)
17
+ # Qwen2-1.5B-stepbasin-books-vN
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2-1.5B](https://huggingface.co/Qwen/Qwen2-1.5B) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.8110
22
+ - Accuracy: 0.4298
23
+ - Num Input Tokens Seen: 44040192
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 3e-05
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 80085
46
+ - gradient_accumulation_steps: 32
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_ratio: 0.05
51
+ - num_epochs: 3.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Input Tokens Seen |
56
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:-----------------:|
57
+ | 2.7792 | 0.9967 | 28 | 2.8183 | 0.4287 | 14729216 |
58
+ | 2.6971 | 1.9933 | 56 | 2.8112 | 0.4297 | 29458432 |
59
+ | 2.7116 | 2.9900 | 84 | 2.8110 | 0.4298 | 44040192 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.42.4
65
+ - Pytorch 2.3.1+cu121
66
+ - Datasets 2.20.0
67
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.42.4"
6
+ }