NghiemAbe commited on
Commit
16f64c8
·
1 Parent(s): 38756b2

End of training

Browse files
Files changed (5) hide show
  1. README.md +69 -0
  2. config.json +55 -0
  3. generation_config.json +7 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NghiemAbe/gpt-neo-vi-small-v5
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: gpt-neo-vi-small-v6
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # gpt-neo-vi-small-v6
14
+
15
+ This model is a fine-tuned version of [NghiemAbe/gpt-neo-vi-small-v5](https://huggingface.co/NghiemAbe/gpt-neo-vi-small-v5) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4156
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0003
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 64
41
+ - total_train_batch_size: 128
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 100
45
+ - num_epochs: 1
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.3849 | 0.1 | 25 | 0.5802 |
53
+ | 0.3747 | 0.19 | 50 | 0.5680 |
54
+ | 0.3843 | 0.29 | 75 | 0.5695 |
55
+ | 0.4016 | 0.39 | 100 | 0.5782 |
56
+ | 0.4101 | 0.49 | 125 | 0.5563 |
57
+ | 0.4011 | 0.58 | 150 | 0.5162 |
58
+ | 0.3729 | 0.68 | 175 | 0.4888 |
59
+ | 0.3512 | 0.78 | 200 | 0.4544 |
60
+ | 0.316 | 0.88 | 225 | 0.4319 |
61
+ | 0.3126 | 0.97 | 250 | 0.4156 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.35.2
67
+ - Pytorch 2.1.0+cu118
68
+ - Datasets 2.15.0
69
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NghiemAbe/gpt-neo-vi-small-v5",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0,
8
+ "attention_layers": [
9
+ "global",
10
+ "global",
11
+ "global",
12
+ "global",
13
+ "global",
14
+ "global",
15
+ "global",
16
+ "global",
17
+ "global",
18
+ "global",
19
+ "global",
20
+ "global"
21
+ ],
22
+ "attention_types": [
23
+ [
24
+ [
25
+ "global"
26
+ ],
27
+ 12
28
+ ]
29
+ ],
30
+ "bos_token_id": 0,
31
+ "classifier_dropout": 0.1,
32
+ "embed_dropout": 0,
33
+ "eos_token_id": 0,
34
+ "gradient_checkpointing": false,
35
+ "hidden_size": 768,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": null,
38
+ "layer_norm_epsilon": 1e-05,
39
+ "max_position_embeddings": 1024,
40
+ "model_type": "gpt_neo",
41
+ "num_heads": 12,
42
+ "num_layers": 12,
43
+ "pad_token_id": 1,
44
+ "resid_dropout": 0,
45
+ "summary_activation": null,
46
+ "summary_first_dropout": 0.1,
47
+ "summary_proj_to_labels": true,
48
+ "summary_type": "cls_index",
49
+ "summary_use_proj": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.35.2",
52
+ "use_cache": false,
53
+ "vocab_size": 62000,
54
+ "window_size": 256
55
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.35.2"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b50e200d535a9d3b3fd80af6be93c7c91eeac01267266a72cd4ce5e1fded4b1
3
+ size 533740104
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6522a757165a803f68523139e87b252ddde76e551fda37801a3eda12232bf5db
3
+ size 4536