Training in progress, epoch 1
Browse files- config.json +88 -4
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -11,14 +11,98 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
-
"1": "B-
|
15 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"B-
|
21 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"O": "0"
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
+
"1": "B-afraid",
|
15 |
+
"10": "B-excited",
|
16 |
+
"11": "B-grateful",
|
17 |
+
"12": "B-hopeful",
|
18 |
+
"13": "B-impressed",
|
19 |
+
"14": "B-jealous",
|
20 |
+
"15": "B-joyful",
|
21 |
+
"16": "B-lonely",
|
22 |
+
"17": "B-prepared",
|
23 |
+
"18": "B-proud",
|
24 |
+
"19": "B-sad",
|
25 |
+
"2": "B-angry",
|
26 |
+
"20": "B-sentimental",
|
27 |
+
"21": "B-surprised",
|
28 |
+
"22": "B-trusting",
|
29 |
+
"23": "I-afraid",
|
30 |
+
"24": "I-angry",
|
31 |
+
"25": "I-anticipating",
|
32 |
+
"26": "I-caring",
|
33 |
+
"27": "I-confident",
|
34 |
+
"28": "I-content",
|
35 |
+
"29": "I-disappointed",
|
36 |
+
"3": "B-anticipating",
|
37 |
+
"30": "I-disgusted",
|
38 |
+
"31": "I-embarrassed",
|
39 |
+
"32": "I-excited",
|
40 |
+
"33": "I-grateful",
|
41 |
+
"34": "I-hopeful",
|
42 |
+
"35": "I-impressed",
|
43 |
+
"36": "I-jealous",
|
44 |
+
"37": "I-joyful",
|
45 |
+
"38": "I-lonely",
|
46 |
+
"39": "I-prepared",
|
47 |
+
"4": "B-caring",
|
48 |
+
"40": "I-proud",
|
49 |
+
"41": "I-sad",
|
50 |
+
"42": "I-sentimental",
|
51 |
+
"43": "I-surprised",
|
52 |
+
"44": "I-trusting",
|
53 |
+
"5": "B-confident",
|
54 |
+
"6": "B-content",
|
55 |
+
"7": "B-disappointed",
|
56 |
+
"8": "B-disgusted",
|
57 |
+
"9": "B-embarrassed"
|
58 |
},
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 3072,
|
61 |
"label2id": {
|
62 |
+
"B-afraid": "1",
|
63 |
+
"B-angry": "2",
|
64 |
+
"B-anticipating": "3",
|
65 |
+
"B-caring": "4",
|
66 |
+
"B-confident": "5",
|
67 |
+
"B-content": "6",
|
68 |
+
"B-disappointed": "7",
|
69 |
+
"B-disgusted": "8",
|
70 |
+
"B-embarrassed": "9",
|
71 |
+
"B-excited": "10",
|
72 |
+
"B-grateful": "11",
|
73 |
+
"B-hopeful": "12",
|
74 |
+
"B-impressed": "13",
|
75 |
+
"B-jealous": "14",
|
76 |
+
"B-joyful": "15",
|
77 |
+
"B-lonely": "16",
|
78 |
+
"B-prepared": "17",
|
79 |
+
"B-proud": "18",
|
80 |
+
"B-sad": "19",
|
81 |
+
"B-sentimental": "20",
|
82 |
+
"B-surprised": "21",
|
83 |
+
"B-trusting": "22",
|
84 |
+
"I-afraid": "23",
|
85 |
+
"I-angry": "24",
|
86 |
+
"I-anticipating": "25",
|
87 |
+
"I-caring": "26",
|
88 |
+
"I-confident": "27",
|
89 |
+
"I-content": "28",
|
90 |
+
"I-disappointed": "29",
|
91 |
+
"I-disgusted": "30",
|
92 |
+
"I-embarrassed": "31",
|
93 |
+
"I-excited": "32",
|
94 |
+
"I-grateful": "33",
|
95 |
+
"I-hopeful": "34",
|
96 |
+
"I-impressed": "35",
|
97 |
+
"I-jealous": "36",
|
98 |
+
"I-joyful": "37",
|
99 |
+
"I-lonely": "38",
|
100 |
+
"I-prepared": "39",
|
101 |
+
"I-proud": "40",
|
102 |
+
"I-sad": "41",
|
103 |
+
"I-sentimental": "42",
|
104 |
+
"I-surprised": "43",
|
105 |
+
"I-trusting": "44",
|
106 |
"O": "0"
|
107 |
},
|
108 |
"layer_norm_eps": 1e-12,
|
pytorch_model.bin
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:f64d31e51ba653a5820c5321ee141203d521e8473e0e757aac3e463d8a93f661
|
3 |
+
size 449529705
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:342058b2f69bc6cda7a2100e275ef888556c990881ec1027f8027507eb927ee4
|
3 |
size 4091
|