Tech-oriented
commited on
Commit
•
22a7b9e
1
Parent(s):
910391b
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -5,12 +5,9 @@
|
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
-
"
|
9 |
-
"dim": 512,
|
10 |
"dropout": 0.1,
|
11 |
-
"finetuning_task": "sequence-classification",
|
12 |
"hidden_dim": 3072,
|
13 |
-
"hidden_dropout_prob": 0.3,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0",
|
16 |
"1": "LABEL_1",
|
@@ -28,8 +25,8 @@
|
|
28 |
},
|
29 |
"max_position_embeddings": 512,
|
30 |
"model_type": "distilbert",
|
31 |
-
"n_heads":
|
32 |
-
"n_layers":
|
33 |
"pad_token_id": 0,
|
34 |
"problem_type": "single_label_classification",
|
35 |
"qa_dropout": 0.1,
|
|
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
|
|
9 |
"dropout": 0.1,
|
|
|
10 |
"hidden_dim": 3072,
|
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
|
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
28 |
+
"n_heads": 12,
|
29 |
+
"n_layers": 6,
|
30 |
"pad_token_id": 0,
|
31 |
"problem_type": "single_label_classification",
|
32 |
"qa_dropout": 0.1,
|
model.safetensors
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:932fb44a384a41290a1751ec0b675febc84060fd8ab2b8befefb30a206d5ef48
|
3 |
+
size 267841796
|
runs/Mar26_15-03-04_0a1f98dac3fc/events.out.tfevents.1711465418.0a1f98dac3fc.2285.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1d517dd3c38f9f870df6f0578334d2ec69f74ea83c905fdc8a85d3b0d4902e0
|
3 |
+
size 4184
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c47cb7dc9f5aebc774b62ef788842f19095bff488cf4df93f668bccf2846966
|
3 |
size 4984
|