Training in progress, epoch 1
Browse files- config.json +86 -0
- model.safetensors +3 -0
- runs/Nov14_22-34-28_adbe656c9deb/events.out.tfevents.1700001296.adbe656c9deb.2853.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForMultilabelSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": [
|
12 |
+
{
|
13 |
+
"0": "admiration",
|
14 |
+
"1": "amusement",
|
15 |
+
"10": "disapproval",
|
16 |
+
"11": "disgust",
|
17 |
+
"12": "embarrassment",
|
18 |
+
"13": "excitement",
|
19 |
+
"14": "fear",
|
20 |
+
"15": "gratitude",
|
21 |
+
"16": "grief",
|
22 |
+
"17": "joy",
|
23 |
+
"18": "love",
|
24 |
+
"19": "nervousness",
|
25 |
+
"2": "anger",
|
26 |
+
"20": "optimism",
|
27 |
+
"21": "pride",
|
28 |
+
"22": "realization",
|
29 |
+
"23": "relief",
|
30 |
+
"24": "remorse",
|
31 |
+
"25": "sadness",
|
32 |
+
"26": "surprise",
|
33 |
+
"27": "neutral",
|
34 |
+
"3": "annoyance",
|
35 |
+
"4": "approval",
|
36 |
+
"5": "caring",
|
37 |
+
"6": "confusion",
|
38 |
+
"7": "curiosity",
|
39 |
+
"8": "desire",
|
40 |
+
"9": "disappointment"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"label2id": {
|
45 |
+
"admiration": 0,
|
46 |
+
"amusement": 1,
|
47 |
+
"anger": 2,
|
48 |
+
"annoyance": 3,
|
49 |
+
"approval": 4,
|
50 |
+
"caring": 5,
|
51 |
+
"confusion": 6,
|
52 |
+
"curiosity": 7,
|
53 |
+
"desire": 8,
|
54 |
+
"disappointment": 9,
|
55 |
+
"disapproval": 10,
|
56 |
+
"disgust": 11,
|
57 |
+
"embarrassment": 12,
|
58 |
+
"excitement": 13,
|
59 |
+
"fear": 14,
|
60 |
+
"gratitude": 15,
|
61 |
+
"grief": 16,
|
62 |
+
"joy": 17,
|
63 |
+
"love": 18,
|
64 |
+
"nervousness": 19,
|
65 |
+
"neutral": 27,
|
66 |
+
"optimism": 20,
|
67 |
+
"pride": 21,
|
68 |
+
"realization": 22,
|
69 |
+
"relief": 23,
|
70 |
+
"remorse": 24,
|
71 |
+
"sadness": 25,
|
72 |
+
"surprise": 26
|
73 |
+
},
|
74 |
+
"max_position_embeddings": 512,
|
75 |
+
"model_type": "distilbert",
|
76 |
+
"n_heads": 12,
|
77 |
+
"n_layers": 6,
|
78 |
+
"pad_token_id": 0,
|
79 |
+
"qa_dropout": 0.1,
|
80 |
+
"seq_classif_dropout": 0.2,
|
81 |
+
"sinusoidal_pos_embds": false,
|
82 |
+
"tie_weights_": true,
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.35.1",
|
85 |
+
"vocab_size": 30522
|
86 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d0ba849eab267bcdd4cd979b1517e6df5d9f37f8567fdcc6b81945a60eb2151
|
3 |
+
size 267912544
|
runs/Nov14_22-34-28_adbe656c9deb/events.out.tfevents.1700001296.adbe656c9deb.2853.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11749de8be4fd6debf41850ed2521c8c5d411eebc783d372f5463ba704784f7c
|
3 |
+
size 6129
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
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 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ef86c07910ff68222d1c5ed9d99583b3030652b8a1f870812e1ce744adc08ba
|
3 |
+
size 4664
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|