SM commited on
Commit
ba705df
·
1 Parent(s): 8e4ca04

Upload 14 files

Browse files
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ base_model: gpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: artgpt
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
+ # artgpt
17
+
18
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 60.5072
21
+ - Accuracy: 0.0
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: 5e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 40.0
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.37.0.dev0
55
+ - Pytorch 2.1.2
56
+ - Datasets 2.15.0
57
+ - Tokenizers 0.15.0
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 40.0,
3
+ "eval_accuracy": 0.0,
4
+ "eval_loss": 60.507171630859375,
5
+ "eval_runtime": 2.1604,
6
+ "eval_samples": 4,
7
+ "eval_samples_per_second": 1.851,
8
+ "eval_steps_per_second": 0.926,
9
+ "perplexity": 1.8964035291436836e+26,
10
+ "train_loss": 58.570675893930286,
11
+ "train_runtime": 5757.0891,
12
+ "train_samples": 78,
13
+ "train_samples_per_second": 0.542,
14
+ "train_steps_per_second": 0.271
15
+ }
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.37.0.dev0",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 40.0,
3
+ "eval_accuracy": 0.0,
4
+ "eval_loss": 60.507171630859375,
5
+ "eval_runtime": 2.1604,
6
+ "eval_samples": 4,
7
+ "eval_samples_per_second": 1.851,
8
+ "eval_steps_per_second": 0.926,
9
+ "perplexity": 1.8964035291436836e+26
10
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.37.0.dev0"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b3865084cdafe4342279733148472e00cd2bb362e20c47bbfbd2e76d2ace55
3
+ size 497774208
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "tokenizer_class": "GPT2Tokenizer",
18
+ "unk_token": "<|endoftext|>"
19
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 40.0,
3
+ "train_loss": 58.570675893930286,
4
+ "train_runtime": 5757.0891,
5
+ "train_samples": 78,
6
+ "train_samples_per_second": 0.542,
7
+ "train_steps_per_second": 0.271
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 40.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1560,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 12.82,
13
+ "learning_rate": 3.397435897435898e-05,
14
+ "loss": 57.3349,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 25.64,
19
+ "learning_rate": 1.794871794871795e-05,
20
+ "loss": 60.598,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 38.46,
25
+ "learning_rate": 1.9230769230769234e-06,
26
+ "loss": 57.9515,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 40.0,
31
+ "step": 1560,
32
+ "total_flos": 1630462279680000.0,
33
+ "train_loss": 58.570675893930286,
34
+ "train_runtime": 5757.0891,
35
+ "train_samples_per_second": 0.542,
36
+ "train_steps_per_second": 0.271
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 1560,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 40,
43
+ "save_steps": 500,
44
+ "total_flos": 1630462279680000.0,
45
+ "train_batch_size": 2,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a070211ff7c023c343776f0db501684b80e80c3dc9f4807beac8922744e1a28
3
+ size 4664
vocab.json ADDED
The diff for this file is too large to render. See raw diff