End of training
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -15,18 +15,18 @@
|
|
15 |
"hidden_dropout_prob": 0.1,
|
16 |
"hidden_size": 1024,
|
17 |
"id2label": {
|
18 |
-
"0": "
|
19 |
-
"1": "
|
20 |
-
"2": "
|
21 |
-
"3": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 4096,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"max_position_embeddings": 514,
|
@@ -35,11 +35,11 @@
|
|
35 |
"num_hidden_layers": 24,
|
36 |
"pad_token_id": 1,
|
37 |
"position_embedding_type": "absolute",
|
38 |
-
"problem_type": "
|
39 |
"torch_dtype": "float32",
|
40 |
-
"transformers_version": "4.
|
41 |
"type_vocab_size": 1,
|
42 |
"use_cache": true,
|
43 |
"use_entity_aware_attention": true,
|
44 |
"vocab_size": 32772
|
45 |
-
}
|
|
|
15 |
"hidden_dropout_prob": 0.1,
|
16 |
"hidden_size": 1024,
|
17 |
"id2label": {
|
18 |
+
"0": "LABEL_0",
|
19 |
+
"1": "LABEL_1",
|
20 |
+
"2": "LABEL_2",
|
21 |
+
"3": "LABEL_3"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 4096,
|
25 |
"label2id": {
|
26 |
+
"LABEL_0": 0,
|
27 |
+
"LABEL_1": 1,
|
28 |
+
"LABEL_2": 2,
|
29 |
+
"LABEL_3": 3
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"max_position_embeddings": 514,
|
|
|
35 |
"num_hidden_layers": 24,
|
36 |
"pad_token_id": 1,
|
37 |
"position_embedding_type": "absolute",
|
38 |
+
"problem_type": "multi_label_classification",
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.26.0",
|
41 |
"type_vocab_size": 1,
|
42 |
"use_cache": true,
|
43 |
"use_entity_aware_attention": true,
|
44 |
"vocab_size": 32772
|
45 |
+
}
|
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:99eac79b88052677b5ce18f9edc4c5574642823b34c4c27d492004cd6b34d141
|
3 |
+
size 2239638985
|
runs/Feb07_10-38-23_45d94da97051/1675766894.2525845/events.out.tfevents.1675766894.45d94da97051.746.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fb6989f949a8dcbd2bbc1c583cecd257fcb6a5c2ad49f0cee2ed2006c524f34
|
3 |
+
size 5735
|
runs/Feb07_10-38-23_45d94da97051/events.out.tfevents.1675766894.45d94da97051.746.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06dec39f984d5754b2b7f6a53088723590281ec3ff8eca559e451fab0e348035
|
3 |
+
size 6952
|
training_args.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:cd6d050c28f25986e4073073956110ac22810670495d965e8e6511dffb742b87
|
3 |
+
size 3643
|