jlpan commited on
Commit
d24731e
1 Parent(s): aa61ade

End of training

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigcode-openrail-m
3
+ base_model: bigcode/starcoder
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: moe_test
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
+ # moe_test
15
+
16
+ This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1210
19
+ - Learning Rate: 0.0
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 4e-05
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 4
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 50
47
+ - training_steps: 700
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Rate |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.1429 | 0.07 | 50 | 0.1353 | 4e-05 |
54
+ | 0.1442 | 0.14 | 100 | 0.1355 | 0.0000 |
55
+ | 0.1392 | 0.21 | 150 | 0.1331 | 0.0000 |
56
+ | 0.1398 | 0.29 | 200 | 0.1302 | 0.0000 |
57
+ | 0.1428 | 0.36 | 250 | 0.1281 | 0.0000 |
58
+ | 0.137 | 1.01 | 300 | 0.1259 | 0.0000 |
59
+ | 0.1439 | 1.08 | 350 | 0.1245 | 0.0000 |
60
+ | 0.1422 | 1.15 | 400 | 0.1253 | 0.0000 |
61
+ | 0.137 | 1.22 | 450 | 0.1219 | 0.0000 |
62
+ | 0.1397 | 1.29 | 500 | 0.1209 | 0.0000 |
63
+ | 0.1405 | 1.36 | 550 | 0.1209 | 0.0000 |
64
+ | 0.1376 | 2.01 | 600 | 0.1210 | 0.0000 |
65
+ | 0.1427 | 2.08 | 650 | 0.1210 | 0.0000 |
66
+ | 0.1404 | 2.15 | 700 | 0.1210 | 0.0 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.32.1
72
+ - Pytorch 2.0.1+cu117
73
+ - Datasets 2.14.4
74
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bigcode/starcoder",
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "GPTBigCodeForCausalLM"
6
+ ],
7
+ "attention_softmax_in_fp32": true,
8
+ "attn_pdrop": 0.1,
9
+ "bos_token_id": 0,
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 0,
12
+ "inference_runner": 0,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "max_batch_size": null,
16
+ "max_sequence_length": null,
17
+ "model_type": "gpt_bigcode",
18
+ "multi_query": true,
19
+ "n_embd": 6144,
20
+ "n_head": 48,
21
+ "n_inner": 24576,
22
+ "n_layer": 40,
23
+ "n_positions": 8192,
24
+ "pad_key_length": true,
25
+ "pre_allocate_kv_cache": false,
26
+ "resid_pdrop": 0.1,
27
+ "scale_attention_softmax_in_fp32": true,
28
+ "scale_attn_weights": true,
29
+ "summary_activation": null,
30
+ "summary_first_dropout": 0.1,
31
+ "summary_proj_to_labels": true,
32
+ "summary_type": "cls_index",
33
+ "summary_use_proj": true,
34
+ "torch_dtype": "float16",
35
+ "transformers_version": "4.32.1",
36
+ "use_cache": true,
37
+ "validate_runner_input": true,
38
+ "vocab_size": 49152
39
+ }
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.32.1"
6
+ }
pytorch_model-00001-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0d9dca38f82d341985bb8c0efbdc243e7e5c9cfe370d87c75d98108566ec5a
3
+ size 9991489184
pytorch_model-00002-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f792aef9c1a20a870f1e3db8efe0493e69fafd71e24cc4f44aa67d5332c44fc
3
+ size 9892219467
pytorch_model-00003-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b609967bba3f18a228e11341d90c80269756baa1144e591ae095afc6b5f31a91
3
+ size 9892219467
pytorch_model-00004-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad2c67a4a7cb1d8245ec4f135f543f7f3771bb5993e79ee48d2c553485d825c
3
+ size 1366486131
pytorch_model.bin.index.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fb93da08d8677d965035a9f91d39b2cd4f271f13ea89a6bd5408309f81646d
3
+ size 4027