Model save
Browse files- README.md +82 -0
- generation_config.json +7 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: BEE-spoke-data/smol_llama-220M-GQA
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: smol_llama-220M-GQA-bees-internal-2048-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 |
+
# smol_llama-220M-GQA-bees-internal-2048-vN
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [BEE-spoke-data/smol_llama-220M-GQA](https://huggingface.co/BEE-spoke-data/smol_llama-220M-GQA) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.6892
|
21 |
+
- Accuracy: 0.4610
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 2
|
43 |
+
- seed: 27634
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- lr_scheduler_warmup_ratio: 0.05
|
49 |
+
- num_epochs: 2.0
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 3.0959 | 0.1 | 50 | 2.9671 | 0.4245 |
|
56 |
+
| 2.9975 | 0.19 | 100 | 2.8691 | 0.4371 |
|
57 |
+
| 2.8938 | 0.29 | 150 | 2.8271 | 0.4419 |
|
58 |
+
| 2.9027 | 0.39 | 200 | 2.7973 | 0.4457 |
|
59 |
+
| 2.8983 | 0.49 | 250 | 2.7719 | 0.4489 |
|
60 |
+
| 2.8789 | 0.58 | 300 | 2.7519 | 0.4515 |
|
61 |
+
| 2.8672 | 0.68 | 350 | 2.7366 | 0.4535 |
|
62 |
+
| 2.8369 | 0.78 | 400 | 2.7230 | 0.4558 |
|
63 |
+
| 2.8271 | 0.88 | 450 | 2.7118 | 0.4569 |
|
64 |
+
| 2.7775 | 0.97 | 500 | 2.7034 | 0.4587 |
|
65 |
+
| 2.671 | 1.07 | 550 | 2.6996 | 0.4592 |
|
66 |
+
| 2.695 | 1.17 | 600 | 2.6965 | 0.4598 |
|
67 |
+
| 2.6962 | 1.27 | 650 | 2.6934 | 0.4601 |
|
68 |
+
| 2.6034 | 1.36 | 700 | 2.6916 | 0.4605 |
|
69 |
+
| 2.716 | 1.46 | 750 | 2.6901 | 0.4609 |
|
70 |
+
| 2.6968 | 1.56 | 800 | 2.6896 | 0.4608 |
|
71 |
+
| 2.6626 | 1.66 | 850 | 2.6893 | 0.4609 |
|
72 |
+
| 2.6881 | 1.75 | 900 | 2.6891 | 0.4610 |
|
73 |
+
| 2.7339 | 1.85 | 950 | 2.6891 | 0.4610 |
|
74 |
+
| 2.6729 | 1.95 | 1000 | 2.6892 | 0.4610 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.36.2
|
80 |
+
- Pytorch 2.1.0
|
81 |
+
- Datasets 2.16.1
|
82 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2",
|
6 |
+
"use_cache": false
|
7 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435736840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c1c88ae6f826a159fbd4a52b6cf5795c1cc8f3df15053e61aede76d5f5f53e9
|
3 |
size 435736840
|