Commit
·
3503708
1
Parent(s):
22251c9
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigcode-openrail-m
|
3 |
+
base_model: bigcode/santacoder
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: santacoder-finetuned-the-stack-bash
|
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 |
+
# santacoder-finetuned-the-stack-bash
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.9406
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 1
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 4
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
+
- lr_scheduler_warmup_steps: 100
|
46 |
+
- training_steps: 5000
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.1768 | 0.1 | 500 | 1.6939 |
|
53 |
+
| 2.8451 | 0.2 | 1000 | 2.0221 |
|
54 |
+
| 3.0141 | 0.3 | 1500 | 2.1031 |
|
55 |
+
| 2.7306 | 0.4 | 2000 | 2.1053 |
|
56 |
+
| 2.3385 | 0.5 | 2500 | 2.0770 |
|
57 |
+
| 1.981 | 0.6 | 3000 | 0.9364 |
|
58 |
+
| 1.6687 | 0.7 | 3500 | 0.9637 |
|
59 |
+
| 1.2663 | 0.8 | 4000 | 0.9459 |
|
60 |
+
| 1.7485 | 0.9 | 4500 | 0.9428 |
|
61 |
+
| 1.9006 | 1.0 | 5000 | 0.9406 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.31.0
|
67 |
+
- Pytorch 2.0.1+cu118
|
68 |
+
- Datasets 2.14.0
|
69 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 49152,
|
4 |
+
"eos_token_id": 49152,
|
5 |
+
"transformers_version": "4.31.0",
|
6 |
+
"use_cache": false
|
7 |
+
}
|
runs/Jul26_04-21-36_4b0ca5ffb389/events.out.tfevents.1690346398.4b0ca5ffb389.6181.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0952dd21d66ff35d538b64d25d3e49bbf8a2ecce9db9c62ca56b926ef8ac2c
|
3 |
+
size 86018
|