aaparajit02 commited on
Commit
8053cc4
·
1 Parent(s): bc9b241

Training in progress, step 10

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "abinayam/gpt-2-tamil",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "bos_token_id": 0,
9
+ "embd_pdrop": 0.0,
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 128,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 1024,
21
+ "reorder_and_upcast_attn": false,
22
+ "resid_pdrop": 0.0,
23
+ "scale_attn_by_inverse_layer_idx": false,
24
+ "scale_attn_weights": true,
25
+ "summary_activation": null,
26
+ "summary_first_dropout": 0.1,
27
+ "summary_proj_to_labels": true,
28
+ "summary_type": "cls_index",
29
+ "summary_use_proj": true,
30
+ "task_specific_params": {
31
+ "text-generation": {
32
+ "do_sample": true,
33
+ "max_length": 50
34
+ }
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.27.4",
38
+ "use_cache": true,
39
+ "vocab_size": 52000
40
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de31eb7729de01e438490edbd39f470e97aee49f95caa5b6c0851f33748c4d6
3
+ size 515752509
runs/Apr08_09-56-26_07c4f6762b5d/1680947878.6799984/events.out.tfevents.1680947878.07c4f6762b5d.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae6551684c26b29d40a1b69a0bd7b94e2cac7d7e497ff1e1575c8aca906ab8f
3
+ size 5761
runs/Apr08_09-56-26_07c4f6762b5d/events.out.tfevents.1680947878.07c4f6762b5d.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf97b23da0978d6ad0117c3df711e164a7cccdabdb346ed1fb96da3f04e937f
3
+ size 8594
runs/Apr08_10-21-29_07c4f6762b5d/1680949292.1469293/events.out.tfevents.1680949292.07c4f6762b5d.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26da7952685f1f14db301e46ed95032ea8271466e7691bfa27e97c76f38a19c
3
+ size 5761
runs/Apr08_10-21-29_07c4f6762b5d/events.out.tfevents.1680949292.07c4f6762b5d.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a5d92c1bee94fd331bb3f9d8cce315357fb77587c73b0b432c957febf82b3a
3
+ size 4136
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "</s>",
5
+ "unk_token": "<unk>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "tokenizer_class": "GPT2Tokenizer",
7
+ "unk_token": "<|endoftext|>"
8
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a10e2b901e240b9911c843d443723f606253ba2cca043a3d96c81273dd200603
3
+ size 3579
vocab.json ADDED
The diff for this file is too large to render. See raw diff