Training in progress, epoch 1
Browse files- added_tokens.json +3 -0
- bpe.codes +0 -0
- config.json +79 -0
- model.safetensors +3 -0
- runs/Dec03_13-42-48_WINDEV/events.out.tfevents.1701585937.WINDEV.18804.0 +3 -0
- runs/Dec03_13-46-32_WINDEV/events.out.tfevents.1701585994.WINDEV.18804.1 +3 -0
- runs/Dec03_13-46-32_WINDEV/events.out.tfevents.1701586033.WINDEV.18804.2 +3 -0
- runs/Dec03_13-47-59_WINDEV/events.out.tfevents.1701586079.WINDEV.18804.3 +3 -0
- runs/Dec03_13-48-40_WINDEV/events.out.tfevents.1701586121.WINDEV.18804.4 +3 -0
- runs/Dec03_13-50-01_WINDEV/events.out.tfevents.1701586201.WINDEV.18804.5 +3 -0
- runs/Dec03_13-51-57_WINDEV/events.out.tfevents.1701586317.WINDEV.18804.6 +3 -0
- runs/Dec03_13-56-27_WINDEV/events.out.tfevents.1701586588.WINDEV.18804.7 +3 -0
- runs/Dec03_13-57-10_WINDEV/events.out.tfevents.1701586631.WINDEV.18804.8 +3 -0
- runs/Dec03_13-58-53_WINDEV/events.out.tfevents.1701586733.WINDEV.18804.9 +3 -0
- runs/Dec03_13-58-53_WINDEV/events.out.tfevents.1701587184.WINDEV.18804.10 +3 -0
- runs/Dec03_14-15-02_WINDEV/events.out.tfevents.1701587703.WINDEV.18804.11 +3 -0
- runs/Dec03_14-15-02_WINDEV/events.out.tfevents.1701588467.WINDEV.18804.12 +3 -0
- runs/Dec03_14-34-18_WINDEV/events.out.tfevents.1701588859.WINDEV.18804.13 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +54 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<mask>": 64000
|
3 |
+
}
|
bpe.codes
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "vinai/phobert-base-v2",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "play_music",
|
15 |
+
"1": "user_manual",
|
16 |
+
"2": "next_content",
|
17 |
+
"3": "pre_content",
|
18 |
+
"4": "end_of_content",
|
19 |
+
"5": "middle_of_content",
|
20 |
+
"6": "start_content",
|
21 |
+
"7": "stop_content",
|
22 |
+
"8": "restart_content",
|
23 |
+
"9": "pause_content",
|
24 |
+
"10": "resume_content",
|
25 |
+
"11": "increase_volume",
|
26 |
+
"12": "decrease_volume",
|
27 |
+
"13": "default_volume",
|
28 |
+
"14": "min_volume",
|
29 |
+
"15": "max_volume",
|
30 |
+
"16": "mute",
|
31 |
+
"17": "un_mute",
|
32 |
+
"18": "lastest_news",
|
33 |
+
"19": "hottest_news",
|
34 |
+
"20": "most_read_news",
|
35 |
+
"21": "read_news",
|
36 |
+
"22": "gpt_ai"
|
37 |
+
},
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"intermediate_size": 3072,
|
40 |
+
"label2id": {
|
41 |
+
"decrease_volume": 12,
|
42 |
+
"default_volume": 13,
|
43 |
+
"end_of_content": 4,
|
44 |
+
"gpt_ai": 22,
|
45 |
+
"hottest_news": 19,
|
46 |
+
"increase_volume": 11,
|
47 |
+
"lastest_news": 18,
|
48 |
+
"max_volume": 15,
|
49 |
+
"middle_of_content": 5,
|
50 |
+
"min_volume": 14,
|
51 |
+
"most_read_news": 20,
|
52 |
+
"mute": 16,
|
53 |
+
"next_content": 2,
|
54 |
+
"pause_content": 9,
|
55 |
+
"play_music": 0,
|
56 |
+
"pre_content": 3,
|
57 |
+
"read_news": 21,
|
58 |
+
"restart_content": 8,
|
59 |
+
"resume_content": 10,
|
60 |
+
"start_content": 6,
|
61 |
+
"stop_content": 7,
|
62 |
+
"un_mute": 17,
|
63 |
+
"user_manual": 1
|
64 |
+
},
|
65 |
+
"layer_norm_eps": 1e-05,
|
66 |
+
"max_position_embeddings": 258,
|
67 |
+
"model_type": "roberta",
|
68 |
+
"num_attention_heads": 12,
|
69 |
+
"num_hidden_layers": 12,
|
70 |
+
"pad_token_id": 1,
|
71 |
+
"position_embedding_type": "absolute",
|
72 |
+
"problem_type": "single_label_classification",
|
73 |
+
"tokenizer_class": "PhobertTokenizer",
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.35.2",
|
76 |
+
"type_vocab_size": 1,
|
77 |
+
"use_cache": true,
|
78 |
+
"vocab_size": 64001
|
79 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:636e98341ff14a31be098c573905f5782355a1c1e648c74b60a3d61c5ac862de
|
3 |
+
size 540087980
|
runs/Dec03_13-42-48_WINDEV/events.out.tfevents.1701585937.WINDEV.18804.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:679edb7fda36406e6cdb99ea546d79fd98628094bf7c25cec0d2efa5365849ed
|
3 |
+
size 5022
|
runs/Dec03_13-46-32_WINDEV/events.out.tfevents.1701585994.WINDEV.18804.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ded5cddff5b18095840c8fac8c1c45fa380a7bf2f7c77a268151f8b39dac93d3
|
3 |
+
size 5024
|
runs/Dec03_13-46-32_WINDEV/events.out.tfevents.1701586033.WINDEV.18804.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46df2e537f4b0c34f3c8e33ec611bab512646118d6d32d50da20299024b1175c
|
3 |
+
size 5216
|
runs/Dec03_13-47-59_WINDEV/events.out.tfevents.1701586079.WINDEV.18804.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8eb2305be5f89752a7298aca73933fdebd443f12e84c9c7635cbb9326e1e45
|
3 |
+
size 5216
|
runs/Dec03_13-48-40_WINDEV/events.out.tfevents.1701586121.WINDEV.18804.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fe7f45acb5cf0fd3fd77837ccabf87036b6c93bf6d28ef04a01ed13b168ff51
|
3 |
+
size 5216
|
runs/Dec03_13-50-01_WINDEV/events.out.tfevents.1701586201.WINDEV.18804.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77414e1c7c15bc3e5abeee2d4e9379a6d06a87699e65e04e7d4904b77d7eaf81
|
3 |
+
size 5414
|
runs/Dec03_13-51-57_WINDEV/events.out.tfevents.1701586317.WINDEV.18804.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d80bb47d57e32e958fe869f0100aaeff9ee7ba32970d43738c0ace8ffb1c18de
|
3 |
+
size 5414
|
runs/Dec03_13-56-27_WINDEV/events.out.tfevents.1701586588.WINDEV.18804.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a662e0f829a42b23adaaa2a32bd58e61579b4c41bf55c6384275329181e05a29
|
3 |
+
size 5216
|
runs/Dec03_13-57-10_WINDEV/events.out.tfevents.1701586631.WINDEV.18804.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aafcbc7dcbb2e1f49e8713f9275ae8cd92de7e8d122e7d236acefabb3a44cda1
|
3 |
+
size 5216
|
runs/Dec03_13-58-53_WINDEV/events.out.tfevents.1701586733.WINDEV.18804.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45089a057c3b40d80594df483948a10728810377f196dd90940adc948a58acfb
|
3 |
+
size 9108
|
runs/Dec03_13-58-53_WINDEV/events.out.tfevents.1701587184.WINDEV.18804.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9285388dc1eb73e5cb2554303f974ba8bc55577c9db95c4f529d02ccd6be760b
|
3 |
+
size 411
|
runs/Dec03_14-15-02_WINDEV/events.out.tfevents.1701587703.WINDEV.18804.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ede0751611a354a24ed1b21b920730f92d0d67a40408a38bf3072f544cfb625c
|
3 |
+
size 9306
|
runs/Dec03_14-15-02_WINDEV/events.out.tfevents.1701588467.WINDEV.18804.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa816de571f9b455efe5c836a46e2d02cc246d2440ee7235fc7d1d199d4b07e
|
3 |
+
size 411
|
runs/Dec03_14-34-18_WINDEV/events.out.tfevents.1701588859.WINDEV.18804.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8a3f56583ed11c834d32aa1721cf96eb9ea2851bee1fbf5a33176e62f5e4804
|
3 |
+
size 5730
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": "<mask>",
|
6 |
+
"pad_token": "<pad>",
|
7 |
+
"sep_token": "</s>",
|
8 |
+
"unk_token": "<unk>"
|
9 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"64000": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"eos_token": "</s>",
|
48 |
+
"mask_token": "<mask>",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"pad_token": "<pad>",
|
51 |
+
"sep_token": "</s>",
|
52 |
+
"tokenizer_class": "PhobertTokenizer",
|
53 |
+
"unk_token": "<unk>"
|
54 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8039c84f11f379c7cbb39479b0990e834559c54c84ce7daf4cce6ef3bf63b437
|
3 |
+
size 4536
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|