SubhrajitSain commited on
Commit
0fb3e2c
·
verified ·
1 Parent(s): b75c52e

Model save

Browse files
README.md CHANGED
@@ -1,20 +1,49 @@
1
  ---
 
2
  license: mit
3
- datasets:
4
- - Elriggs/openwebtext-100k
5
- language:
6
- - en
7
- pipeline_tag: text-generation
8
  tags:
9
- - gpt
10
- - gpt2
11
- - gpt2-medium
12
- - anw
13
- - anwgpt
14
  ---
15
 
16
- # ANWGPT2
17
- Public release of anwgpt2.
18
- Model: `gpt2-medium`
19
 
20
- ### UNDER TRAINING.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
  license: mit
4
+ base_model: SubhrajitSain/anwgpt2-345m
 
 
 
 
5
  tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: anwgpt2-345m
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
+ # anwgpt2-345m
16
+
17
+ This model is a fine-tuned version of [SubhrajitSain/anwgpt2-345m](https://huggingface.co/SubhrajitSain/anwgpt2-345m) on an unknown dataset.
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: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 15
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.56.0
47
+ - Pytorch 2.8.0+cu126
48
+ - Datasets 2.14.6
49
+ - Tokenizers 0.22.0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "pad_token_id": 50256,
8
+ "transformers_version": "4.56.0"
9
+ }
special_tokens_map.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
- "bos_token": "<|endoftext|>",
3
- "eos_token": "<|endoftext|>",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "pad_token": "<|endoftext|>",
5
- "unk_token": "<|endoftext|>"
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
  "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
  }
tokenizer_config.json CHANGED
@@ -14,8 +14,15 @@
14
  "clean_up_tokenization_spaces": false,
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
 
17
  "model_max_length": 1024,
 
18
  "pad_token": "<|endoftext|>",
 
 
 
19
  "tokenizer_class": "GPT2Tokenizer",
 
 
20
  "unk_token": "<|endoftext|>"
21
  }
 
14
  "clean_up_tokenization_spaces": false,
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
17
+ "max_length": 128,
18
  "model_max_length": 1024,
19
+ "pad_to_multiple_of": null,
20
  "pad_token": "<|endoftext|>",
21
+ "pad_token_type_id": 0,
22
+ "padding_side": "right",
23
+ "stride": 0,
24
  "tokenizer_class": "GPT2Tokenizer",
25
+ "truncation_side": "right",
26
+ "truncation_strategy": "longest_first",
27
  "unk_token": "<|endoftext|>"
28
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4b366e233c0e819d4e1e878194b1cea47ad174173aa3dcaed5593c857326723
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7a564900de06743123776d75675ff28ebed58fc1dcbcf052101ab6a3773430
3
  size 5777