Samaksh Khatri commited on
Commit
479c829
1 Parent(s): e9faf4e

Saving model gmra_model_gpt2-medium_15082023T113143

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2-medium",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "id2label": {
12
+ "0": "change_request",
13
+ "1": "discussion_participation",
14
+ "2": "discussion_trigger",
15
+ "3": "acknowledgement",
16
+ "4": "reference",
17
+ "5": "critical"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "acknowledgement": 3,
22
+ "change_request": 0,
23
+ "critical": 5,
24
+ "discussion_participation": 1,
25
+ "discussion_trigger": 2,
26
+ "reference": 4
27
+ },
28
+ "layer_norm_epsilon": 1e-05,
29
+ "model_type": "gpt2",
30
+ "n_ctx": 1024,
31
+ "n_embd": 1024,
32
+ "n_head": 16,
33
+ "n_inner": null,
34
+ "n_layer": 24,
35
+ "n_positions": 1024,
36
+ "n_special": 0,
37
+ "pad_token_id": 15,
38
+ "predict_special_tokens": true,
39
+ "problem_type": "single_label_classification",
40
+ "reorder_and_upcast_attn": false,
41
+ "resid_pdrop": 0.1,
42
+ "scale_attn_by_inverse_layer_idx": false,
43
+ "scale_attn_weights": true,
44
+ "summary_activation": null,
45
+ "summary_first_dropout": 0.1,
46
+ "summary_proj_to_labels": true,
47
+ "summary_type": "cls_index",
48
+ "summary_use_proj": true,
49
+ "task_specific_params": {
50
+ "text-generation": {
51
+ "do_sample": true,
52
+ "max_length": 50
53
+ }
54
+ },
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.31.0",
57
+ "use_cache": true,
58
+ "vocab_size": 50257
59
+ }
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:6e1d83b46bae8116e17c0a7267d617d26d13948d74e0df077da44a998c1224bc
3
+ size 1419412641
runs/Aug15_06-01-43_6841076410fa/events.out.tfevents.1692079310.6841076410fa.570.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf4f27a4e5d4634fffd191726304eb7462ddd7c1de72123a79eacfbab3c03ed
3
+ size 13441
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70460e7732bd07a135192c7a78c29529f12e4b68c408f4504e01e192e25b7bce
3
+ size 4027
vocab.json ADDED
The diff for this file is too large to render. See raw diff