Commit
·
101b12c
1
Parent(s):
58eae4b
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -10,24 +10,26 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
|
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
"anger":
|
25 |
-
"disgust":
|
26 |
-
"fear":
|
27 |
-
"happiness":
|
28 |
-
"like":
|
29 |
-
"
|
30 |
-
"
|
|
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "none",
|
14 |
+
"1": "disgust",
|
15 |
+
"2": "happiness",
|
16 |
+
"3": "like",
|
17 |
+
"4": "fear",
|
18 |
+
"5": "sadness",
|
19 |
+
"6": "anger",
|
20 |
+
"7": "surprise"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"anger": 6,
|
26 |
+
"disgust": 1,
|
27 |
+
"fear": 4,
|
28 |
+
"happiness": 2,
|
29 |
+
"like": 3,
|
30 |
+
"none": 0,
|
31 |
+
"sadness": 5,
|
32 |
+
"surprise": 7
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"max_position_embeddings": 512,
|
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:cb973618b3f43118240bb5189aab520f09d5bbad5e91e5a739a4b55ac6e01b15
|
3 |
+
size 409167989
|
runs/May05_02-11-49_a77f6c88ad61/1683252811.310192/events.out.tfevents.1683252811.a77f6c88ad61.229.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc64c2e97c2868ee3ed153d28515c63153fd13f1d70c06752fc01e0189632bbb
|
3 |
+
size 5921
|
runs/May05_02-11-49_a77f6c88ad61/events.out.tfevents.1683252811.a77f6c88ad61.229.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e46d1ae8ef5af902be29886039e9637a6363fa6914ea40f8377cbd63fac38366
|
3 |
+
size 4866
|
tokenizer.json
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": "BatchLongest",
|
11 |
-
"direction": "Right",
|
12 |
-
"pad_to_multiple_of": null,
|
13 |
-
"pad_id": 0,
|
14 |
-
"pad_type_id": 0,
|
15 |
-
"pad_token": "[PAD]"
|
16 |
-
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f93a1314a99e319f393b0bc82c57b6045269f82c29cab779883478f0e96b0cd
|
3 |
size 3643
|