gaborcselle
commited on
Commit
·
4859fdd
1
Parent(s):
89aa145
Training in progress, step 500
Browse files- config.json +52 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
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 |
+
"10": "10+"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"0": 0,
|
27 |
+
"1": 1,
|
28 |
+
"10+": 10,
|
29 |
+
"2": 2,
|
30 |
+
"3": 3,
|
31 |
+
"4": 4,
|
32 |
+
"5": 5,
|
33 |
+
"6": 6,
|
34 |
+
"7": 7,
|
35 |
+
"8": 8,
|
36 |
+
"9": 9
|
37 |
+
},
|
38 |
+
"max_position_embeddings": 512,
|
39 |
+
"model_type": "distilbert",
|
40 |
+
"n_heads": 12,
|
41 |
+
"n_layers": 6,
|
42 |
+
"output_past": true,
|
43 |
+
"pad_token_id": 0,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qa_dropout": 0.1,
|
46 |
+
"seq_classif_dropout": 0.2,
|
47 |
+
"sinusoidal_pos_embds": false,
|
48 |
+
"tie_weights_": true,
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.36.0.dev0",
|
51 |
+
"vocab_size": 28996
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d6db77b7ae6ee926fc3382c38a3cc45b129c1113d0df3db1f79e6879509998f
|
3 |
+
size 263172372
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210bb03710326d1f3383d665a5dc5ef0b56d9a188e3910a9931d8a5a4782b5a2
|
3 |
+
size 4155
|