qing-yao commited on
Commit
8697837
1 Parent(s): d90248c

Model save

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: babylm_seed-42_1e-3
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # babylm_seed-42_1e-3
16
+
17
+ This model was trained from scratch on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.0164
20
+ - Accuracy: 0.4206
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.001
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 256
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 32000
48
+ - num_epochs: 20.0
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
55
+ | 6.1715 | 1.0 | 1803 | 4.2500 | 0.3062 |
56
+ | 4.0426 | 2.0 | 3606 | 3.7214 | 0.3486 |
57
+ | 3.5775 | 3.0 | 5409 | 3.4693 | 0.3724 |
58
+ | 3.3494 | 4.0 | 7212 | 3.3348 | 0.3847 |
59
+ | 3.2229 | 5.0 | 9015 | 3.2595 | 0.3912 |
60
+ | 3.1569 | 6.0 | 10818 | 3.2099 | 0.3959 |
61
+ | 3.0911 | 7.0 | 12621 | 3.1769 | 0.3996 |
62
+ | 3.0487 | 8.0 | 14424 | 3.1536 | 0.4015 |
63
+ | 3.0168 | 9.0 | 16227 | 3.1386 | 0.4034 |
64
+ | 2.9932 | 10.0 | 18030 | 3.1280 | 0.4049 |
65
+ | 2.948 | 11.0 | 19833 | 3.1185 | 0.4058 |
66
+ | 2.9377 | 12.0 | 21636 | 3.1100 | 0.4068 |
67
+ | 2.9329 | 13.0 | 23439 | 3.1038 | 0.4075 |
68
+ | 2.928 | 14.0 | 25242 | 3.1013 | 0.4081 |
69
+ | 2.9258 | 15.0 | 27045 | 3.0978 | 0.4083 |
70
+ | 2.8846 | 16.0 | 28848 | 3.0946 | 0.4086 |
71
+ | 2.8898 | 17.0 | 30651 | 3.0941 | 0.4088 |
72
+ | 2.8957 | 18.0 | 32454 | 3.0807 | 0.4106 |
73
+ | 2.8247 | 19.0 | 34257 | 3.0345 | 0.4165 |
74
+ | 2.6757 | 20.0 | 36060 | 3.0164 | 0.4206 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.45.1
80
+ - Pytorch 2.4.1+cu121
81
+ - Datasets 2.19.1
82
+ - Tokenizers 0.20.0
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 32768
3
+ }
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "models/babylm_seed-42_1e-3",
3
+ "_remove_final_layer_norm": false,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "OPTForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 1,
11
+ "do_layer_norm_before": true,
12
+ "dropout": 0.1,
13
+ "enable_bias": true,
14
+ "eos_token_id": 1,
15
+ "ffn_dim": 3072,
16
+ "hidden_size": 768,
17
+ "init_std": 0.02,
18
+ "layer_norm_elementwise_affine": true,
19
+ "layerdrop": 0.0,
20
+ "max_position_embeddings": 256,
21
+ "model_type": "opt",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "prefix": "<s>",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.45.1",
28
+ "use_cache": true,
29
+ "vocab_size": 32768,
30
+ "word_embed_proj_dim": 768
31
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.45.1"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c3d54c664185ec2cac38e51f45c5f798df7987d0657580d549bcdf68672a0e
3
+ size 441702288
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<unk>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "32768": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "bos_token": "<|endoftext|>",
38
+ "clean_up_tokenization_spaces": false,
39
+ "eos_token": "<|endoftext|>",
40
+ "max_length": null,
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_to_multiple_of": null,
43
+ "pad_token": "<pad>",
44
+ "pad_token_type_id": 0,
45
+ "padding_side": "right",
46
+ "tokenizer_class": "GPT2Tokenizer",
47
+ "unk_token": "<|endoftext|>"
48
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35554e17931c1e30ebd7a0085b058f01c15943c97fa04bc8e885d2f4420fd289
3
+ size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff