Training in progress, epoch 0
Browse files- .gitignore +1 -0
- added_tokens.json +1 -0
- config.json +57 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Apr21_04-20-27_372cc7ae7b16/1650514873.1104875/events.out.tfevents.1650514873.372cc7ae7b16.79.1 +3 -0
- runs/Apr21_04-20-27_372cc7ae7b16/1650514892.9909906/events.out.tfevents.1650514892.372cc7ae7b16.79.3 +3 -0
- runs/Apr21_04-20-27_372cc7ae7b16/events.out.tfevents.1650514873.372cc7ae7b16.79.0 +3 -0
- runs/Apr21_04-20-27_372cc7ae7b16/events.out.tfevents.1650514892.372cc7ae7b16.79.2 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"[PAD]": 50257}
|
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:8214abd8fdb34f9c0f74e5e5585139fadbf13ed9f7add245d637252475bfe5dc
|
3 |
+
size 510418533
|
runs/Apr21_04-20-27_372cc7ae7b16/1650514873.1104875/events.out.tfevents.1650514873.372cc7ae7b16.79.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d9f98ebf3e9e2c26ec11421a3aeb6983227fd53fd48656615d810427f8b492
|
3 |
+
size 4807
|
runs/Apr21_04-20-27_372cc7ae7b16/1650514892.9909906/events.out.tfevents.1650514892.372cc7ae7b16.79.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40613952002dc0a9738885e650ec69357ab0285a7c7b95c17dd5715cbe17d469
|
3 |
+
size 4807
|
runs/Apr21_04-20-27_372cc7ae7b16/events.out.tfevents.1650514873.372cc7ae7b16.79.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92e86199b812b4b498ccbd3e0ed171c19b7d40d55d843be2999281c69240cead
|
3 |
+
size 3897
|
runs/Apr21_04-20-27_372cc7ae7b16/events.out.tfevents.1650514892.372cc7ae7b16.79.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:311c01dad289fbbe9579d1c61ea26a6e2a7c1aab1f081a8f8dd2f8be45b94b10
|
3 |
+
size 4526
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "[PAD]"}
|
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:258109e0b994498958b0ec375c03d0cad73e987e51cd4fea0500a961a2c8ac8b
|
3 |
+
size 2991
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|