krushnakant27 commited on
Commit
5c37fb0
1 Parent(s): d41df3f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,39 +1,31 @@
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": 128,
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.40.2",
37
  "use_cache": true,
38
- "vocab_size": 50257
 
39
  }
 
1
  {
2
+ "_name_or_path": "facebook/opt-125m",
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": 2,
11
+ "do_layer_norm_before": true,
12
+ "dropout": 0.1,
13
+ "enable_bias": true,
14
+ "eos_token_id": 2,
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": 2048,
21
+ "model_type": "opt",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 1,
25
+ "prefix": "</s>",
 
 
 
 
 
 
 
 
 
 
 
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.40.2",
28
  "use_cache": true,
29
+ "vocab_size": 50272,
30
+ "word_embed_proj_dim": 768
31
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d94686904e40e37792c78874a73dbe9e9036e59ab48c4fd2f2f5046962b475c
3
- size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350a26bc4b8e637b240d67919ae824b6f5ce137298e46a88ed53cc6150a726d8
3
+ size 500979600
runs/May15_18-34-55_35c2d6acf988/events.out.tfevents.1715798099.35c2d6acf988.1694.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e857701b614f59500aff1a97eb62dc93dfacbe68507535cc80eef53624ad44
3
+ size 7901
special_tokens_map.json CHANGED
@@ -1,21 +1,21 @@
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,
 
1
  {
2
  "bos_token": {
3
+ "content": "</s>",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
  "lstrip": false,
12
  "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
17
  "unk_token": {
18
+ "content": "</s>",
19
  "lstrip": false,
20
  "normalized": true,
21
  "rstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,17 @@
1
  {
2
- "add_bos_token": false,
3
  "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
- "50256": {
6
- "content": "<|endoftext|>",
 
 
 
 
 
 
 
 
7
  "lstrip": false,
8
  "normalized": true,
9
  "rstrip": false,
@@ -11,12 +19,12 @@
11
  "special": true
12
  }
13
  },
14
- "bos_token": "<|endoftext|>",
15
  "clean_up_tokenization_spaces": true,
16
- "eos_token": "<|endoftext|>",
17
  "errors": "replace",
18
- "model_max_length": 1024,
19
- "pad_token": "<|endoftext|>",
20
  "tokenizer_class": "GPT2Tokenizer",
21
- "unk_token": "<|endoftext|>"
22
  }
 
1
  {
2
+ "add_bos_token": true,
3
  "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
  "lstrip": false,
16
  "normalized": true,
17
  "rstrip": false,
 
19
  "special": true
20
  }
21
  },
22
+ "bos_token": "</s>",
23
  "clean_up_tokenization_spaces": true,
24
+ "eos_token": "</s>",
25
  "errors": "replace",
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "pad_token": "</s>",
28
  "tokenizer_class": "GPT2Tokenizer",
29
+ "unk_token": "</s>"
30
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bc166c4b470c40ad8c795fd0515756cd83fdb21b14151688ec1ea33fdd39c46
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b061f7164ad54c40ccc243580628211290aeb88136e2b40a317e945065a44b1
3
+ size 4984
vocab.json CHANGED
The diff for this file is too large to render. See raw diff