Commit
·
d52e530
1
Parent(s):
9b33177
End of training
Browse files- .gitignore +1 -0
- config.json +52 -0
- pytorch_model.bin +3 -0
- runs/Jan23_17-22-08_b9a1798e1405/1674494553.37301/events.out.tfevents.1674494553.b9a1798e1405.3585.7 +3 -0
- runs/Jan23_17-22-08_b9a1798e1405/events.out.tfevents.1674494553.b9a1798e1405.3585.6 +3 -0
- runs/Jan23_17-26-01_b9a1798e1405/1674494766.9255776/events.out.tfevents.1674494766.b9a1798e1405.3585.9 +3 -0
- runs/Jan23_17-26-01_b9a1798e1405/events.out.tfevents.1674494766.b9a1798e1405.3585.8 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0",
|
15 |
+
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2",
|
17 |
+
"3": "LABEL_3",
|
18 |
+
"4": "LABEL_4",
|
19 |
+
"5": "LABEL_5",
|
20 |
+
"6": "LABEL_6",
|
21 |
+
"7": "LABEL_7",
|
22 |
+
"8": "LABEL_8",
|
23 |
+
"9": "LABEL_9"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"LABEL_0": 0,
|
29 |
+
"LABEL_1": 1,
|
30 |
+
"LABEL_2": 2,
|
31 |
+
"LABEL_3": 3,
|
32 |
+
"LABEL_4": 4,
|
33 |
+
"LABEL_5": 5,
|
34 |
+
"LABEL_6": 6,
|
35 |
+
"LABEL_7": 7,
|
36 |
+
"LABEL_8": 8,
|
37 |
+
"LABEL_9": 9
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"max_position_embeddings": 514,
|
41 |
+
"model_type": "roberta",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"pad_token_id": 1,
|
45 |
+
"position_embedding_type": "absolute",
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.25.1",
|
49 |
+
"type_vocab_size": 1,
|
50 |
+
"use_cache": true,
|
51 |
+
"vocab_size": 50265
|
52 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f34d9f750fd60c0dc196615ff292f8c89401a9e70c118bc218d294c0b86fcc8
|
3 |
+
size 498686645
|
runs/Jan23_17-22-08_b9a1798e1405/1674494553.37301/events.out.tfevents.1674494553.b9a1798e1405.3585.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06e6b9eb4256e627442180b3273878fb119200e1e86843e60fc1014a84109cf3
|
3 |
+
size 5465
|
runs/Jan23_17-22-08_b9a1798e1405/events.out.tfevents.1674494553.b9a1798e1405.3585.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:054471dcf4132a6be144f232ba3443c86bbc28aace3fb771952cbba808dddc78
|
3 |
+
size 5732
|
runs/Jan23_17-26-01_b9a1798e1405/1674494766.9255776/events.out.tfevents.1674494766.b9a1798e1405.3585.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c365ac858b1ca4ec72c45a210655fb5e3e5f7f0f09c790a6224f64da32cd8b74
|
3 |
+
size 5465
|
runs/Jan23_17-26-01_b9a1798e1405/events.out.tfevents.1674494766.b9a1798e1405.3585.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29a2a00c800732dea9578e75bf4a75f7a982545607dddb0b2ad26d06073d046f
|
3 |
+
size 11106
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ce7f7343f08eff321a379a4c9776ff541b432a51091e89f24010d9b98ce6984
|
3 |
+
size 3451
|