Training in progress, epoch 1
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": 0,
|
13 |
+
"1": 1,
|
14 |
+
"2": 2,
|
15 |
+
"3": 3,
|
16 |
+
"4": 4,
|
17 |
+
"5": 5,
|
18 |
+
"6": 6,
|
19 |
+
"7": 7,
|
20 |
+
"8": 8,
|
21 |
+
"9": 9
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"label2id": {
|
25 |
+
"0": 0,
|
26 |
+
"1": 1,
|
27 |
+
"2": 2,
|
28 |
+
"3": 3,
|
29 |
+
"4": 4,
|
30 |
+
"5": 5,
|
31 |
+
"6": 6,
|
32 |
+
"7": 7,
|
33 |
+
"8": 8,
|
34 |
+
"9": 9
|
35 |
+
},
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "distilbert",
|
38 |
+
"n_heads": 12,
|
39 |
+
"n_layers": 6,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"problem_type": "single_label_classification",
|
42 |
+
"qa_dropout": 0.1,
|
43 |
+
"seq_classif_dropout": 0.2,
|
44 |
+
"sinusoidal_pos_embds": false,
|
45 |
+
"tie_weights_": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.25.1",
|
48 |
+
"vocab_size": 30522
|
49 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a827bad134a3f9630fd0a65c940ca196031cfd86271d127a7d43bfbb686e12bf
|
3 |
+
size 267880109
|
runs/Dec28_11-44-27_85aef22e1325/1672227881.933638/events.out.tfevents.1672227881.85aef22e1325.239.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ed2bd7bb20356f9fcf79e0cd686d8ef5023867b1f5ed4bbeb62328cc58f2a5
|
3 |
+
size 5654
|
runs/Dec28_11-44-27_85aef22e1325/events.out.tfevents.1672227881.85aef22e1325.239.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f376203a4e35210832fd641708071fe4d0d814b47b6e6a8a36e876fbabd4ff8
|
3 |
+
size 4351
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad2ef774c7f02d0fe40069212d461032155f01ad3aea614baac656e1b5b5ec50
|
3 |
+
size 3515
|