brad1141 commited on
Commit
b3d8f09
·
1 Parent(s): cbe7794

Training complete

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForTokenClassification"
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": "Lead",
13
+ "1": "Position",
14
+ "2": "Evidence",
15
+ "3": "Claim",
16
+ "4": "Concluding Statement",
17
+ "5": "Counterclaim",
18
+ "6": "Rebuttal"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "Claim": "3",
23
+ "Concluding Statement": "4",
24
+ "Counterclaim": "5",
25
+ "Evidence": "2",
26
+ "Lead": "0",
27
+ "Position": "1",
28
+ "Rebuttal": "6"
29
+ },
30
+ "layer_norm_epsilon": 1e-05,
31
+ "model_type": "gpt2",
32
+ "n_ctx": 1024,
33
+ "n_embd": 768,
34
+ "n_head": 12,
35
+ "n_inner": null,
36
+ "n_layer": 12,
37
+ "n_positions": 1024,
38
+ "reorder_and_upcast_attn": false,
39
+ "resid_pdrop": 0.1,
40
+ "scale_attn_by_inverse_layer_idx": false,
41
+ "scale_attn_weights": true,
42
+ "summary_activation": null,
43
+ "summary_first_dropout": 0.1,
44
+ "summary_proj_to_labels": true,
45
+ "summary_type": "cls_index",
46
+ "summary_use_proj": true,
47
+ "task_specific_params": {
48
+ "text-generation": {
49
+ "do_sample": true,
50
+ "max_length": 50
51
+ }
52
+ },
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.18.0",
55
+ "use_cache": true,
56
+ "vocab_size": 50257
57
+ }
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:80b857ed868976094b0e60e3fdcdd6e9a2158d370256a88da6252c652c73bc1c
3
+ size 510418533
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbed1f66d9682e36d97337fc4226850d087a714e3c75946c34161147123be63e
3
+ size 3055
vocab.json ADDED
The diff for this file is too large to render. See raw diff