Training in progress, step 500
Browse files
config.json
CHANGED
@@ -14,16 +14,30 @@
|
|
14 |
"2": "LABEL_2",
|
15 |
"3": "LABEL_3",
|
16 |
"4": "LABEL_4",
|
17 |
-
"5": "LABEL_5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
|
|
|
|
|
|
23 |
"LABEL_2": 2,
|
24 |
"LABEL_3": 3,
|
25 |
"LABEL_4": 4,
|
26 |
-
"LABEL_5": 5
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
"max_position_embeddings": 512,
|
29 |
"model_type": "distilbert",
|
|
|
14 |
"2": "LABEL_2",
|
15 |
"3": "LABEL_3",
|
16 |
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5",
|
18 |
+
"6": "LABEL_6",
|
19 |
+
"7": "LABEL_7",
|
20 |
+
"8": "LABEL_8",
|
21 |
+
"9": "LABEL_9",
|
22 |
+
"10": "LABEL_10",
|
23 |
+
"11": "LABEL_11",
|
24 |
+
"12": "LABEL_12"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"label2id": {
|
28 |
"LABEL_0": 0,
|
29 |
"LABEL_1": 1,
|
30 |
+
"LABEL_10": 10,
|
31 |
+
"LABEL_11": 11,
|
32 |
+
"LABEL_12": 12,
|
33 |
"LABEL_2": 2,
|
34 |
"LABEL_3": 3,
|
35 |
"LABEL_4": 4,
|
36 |
+
"LABEL_5": 5,
|
37 |
+
"LABEL_6": 6,
|
38 |
+
"LABEL_7": 7,
|
39 |
+
"LABEL_8": 8,
|
40 |
+
"LABEL_9": 9
|
41 |
},
|
42 |
"max_position_embeddings": 512,
|
43 |
"model_type": "distilbert",
|
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:3d477b782c09a74a928b78173d190e07d4032f75b57c7c20c87e71fd7069242c
|
3 |
+
size 267888113
|
runs/Jun19_03-29-40_4aae07843080/1655609599.550449/events.out.tfevents.1655609599.4aae07843080.102.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8703c234ba047e05ec3fcb937611aa09e439ff520b63996071e52fc0aa727033
|
3 |
+
size 4918
|
runs/Jun19_03-29-40_4aae07843080/events.out.tfevents.1655609599.4aae07843080.102.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88efebf788435471b2cf7ad268b1d429157f9332e86edc1a80150fc3cb9153af
|
3 |
+
size 3853
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
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,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80fc072a7b2934535a9b5e2edc0fd1f7116119993637169cefa1da75b990db82
|
3 |
size 3119
|