Training in progress, epoch 1
Browse files- config.json +33 -17
- merges.txt +0 -0
- model.safetensors +2 -2
- runs/Apr21_13-02-14_c8a7cf33e8af/events.out.tfevents.1713704535.c8a7cf33e8af.218.0 +3 -0
- runs/Apr21_13-06-50_c8a7cf33e8af/events.out.tfevents.1713704811.c8a7cf33e8af.218.1 +3 -0
- special_tokens_map.json +21 -5
- tokenizer_config.json +12 -45
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
"id2label": {
|
12 |
"0": "NEGATIVE",
|
13 |
"1": "POSITIVE"
|
@@ -17,17 +17,33 @@
|
|
17 |
"NEGATIVE": 0,
|
18 |
"POSITIVE": 1
|
19 |
},
|
20 |
-
"
|
21 |
-
"model_type": "
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
|
|
|
|
|
|
|
|
25 |
"problem_type": "single_label_classification",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.38.2",
|
32 |
-
"
|
|
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2",
|
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": "NEGATIVE",
|
13 |
"1": "POSITIVE"
|
|
|
17 |
"NEGATIVE": 0,
|
18 |
"POSITIVE": 1
|
19 |
},
|
20 |
+
"layer_norm_epsilon": 1e-05,
|
21 |
+
"model_type": "gpt2",
|
22 |
+
"n_ctx": 1024,
|
23 |
+
"n_embd": 768,
|
24 |
+
"n_head": 12,
|
25 |
+
"n_inner": null,
|
26 |
+
"n_layer": 12,
|
27 |
+
"n_positions": 1024,
|
28 |
+
"pad_token_id": 50256,
|
29 |
"problem_type": "single_label_classification",
|
30 |
+
"reorder_and_upcast_attn": false,
|
31 |
+
"resid_pdrop": 0.1,
|
32 |
+
"scale_attn_by_inverse_layer_idx": false,
|
33 |
+
"scale_attn_weights": true,
|
34 |
+
"summary_activation": null,
|
35 |
+
"summary_first_dropout": 0.1,
|
36 |
+
"summary_proj_to_labels": true,
|
37 |
+
"summary_type": "cls_index",
|
38 |
+
"summary_use_proj": true,
|
39 |
+
"task_specific_params": {
|
40 |
+
"text-generation": {
|
41 |
+
"do_sample": true,
|
42 |
+
"max_length": 50
|
43 |
+
}
|
44 |
+
},
|
45 |
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.38.2",
|
47 |
+
"use_cache": true,
|
48 |
+
"vocab_size": 50257
|
49 |
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69a53be0ec01182144989fbeea195c6efe6b47715f0ba9ff75dfabadd5c6b309
|
3 |
+
size 497780432
|
runs/Apr21_13-02-14_c8a7cf33e8af/events.out.tfevents.1713704535.c8a7cf33e8af.218.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f19fa43d5bea17f1ae59d1d2ca5b196e7088dce7902462cd53dbf0959ba9694f
|
3 |
+
size 4918
|
runs/Apr21_13-06-50_c8a7cf33e8af/events.out.tfevents.1713704811.c8a7cf33e8af.218.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d514e1a3af840676bcf03a732ea05700662417b80095d3fd331dd88daad49332
|
3 |
+
size 5260
|
special_tokens_map.json
CHANGED
@@ -1,7 +1,23 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
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 |
+
"unk_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -1,55 +1,22 @@
|
|
1 |
{
|
|
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
-
"
|
4 |
-
"content": "
|
5 |
"lstrip": false,
|
6 |
-
"normalized":
|
7 |
-
"rstrip": false,
|
8 |
-
"single_word": false,
|
9 |
-
"special": true
|
10 |
-
},
|
11 |
-
"100": {
|
12 |
-
"content": "[UNK]",
|
13 |
-
"lstrip": false,
|
14 |
-
"normalized": false,
|
15 |
-
"rstrip": false,
|
16 |
-
"single_word": false,
|
17 |
-
"special": true
|
18 |
-
},
|
19 |
-
"101": {
|
20 |
-
"content": "[CLS]",
|
21 |
-
"lstrip": false,
|
22 |
-
"normalized": false,
|
23 |
-
"rstrip": false,
|
24 |
-
"single_word": false,
|
25 |
-
"special": true
|
26 |
-
},
|
27 |
-
"102": {
|
28 |
-
"content": "[SEP]",
|
29 |
-
"lstrip": false,
|
30 |
-
"normalized": false,
|
31 |
-
"rstrip": false,
|
32 |
-
"single_word": false,
|
33 |
-
"special": true
|
34 |
-
},
|
35 |
-
"103": {
|
36 |
-
"content": "[MASK]",
|
37 |
-
"lstrip": false,
|
38 |
-
"normalized": false,
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"strip_accents": null,
|
52 |
-
"tokenize_chinese_chars": true,
|
53 |
-
"tokenizer_class": "DistilBertTokenizer",
|
54 |
-
"unk_token": "[UNK]"
|
55 |
}
|
|
|
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,
|
10 |
"single_word": false,
|
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": null,
|
20 |
+
"tokenizer_class": "GPT2Tokenizer",
|
21 |
+
"unk_token": "<|endoftext|>"
|
|
|
|
|
|
|
|
|
22 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c00f7e08d6744399cd7e9781c8e32887b3e6836ecf09025965c91ed6b97ee5f0
|
3 |
size 4920
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|