Training in progress, step 500
Browse files- config.json +15 -33
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,43 +1,25 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"asm": false,
|
7 |
"attention_dropout": 0.1,
|
8 |
-
"
|
9 |
-
"bos_token_id": 0,
|
10 |
-
"causal": false,
|
11 |
"dropout": 0.1,
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"end_n_top": 5,
|
15 |
-
"eos_index": 1,
|
16 |
-
"gelu_activation": true,
|
17 |
-
"init_std": 0.02,
|
18 |
-
"is_encoder": true,
|
19 |
-
"lang_id": 0,
|
20 |
-
"layer_norm_eps": 1e-12,
|
21 |
-
"mask_index": 5,
|
22 |
-
"mask_token_id": 0,
|
23 |
"max_position_embeddings": 512,
|
24 |
-
"model_type": "
|
25 |
-
"n_heads":
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"pad_index": 2,
|
29 |
-
"pad_token_id": 2,
|
30 |
"problem_type": "single_label_classification",
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"summary_proj_to_labels": true,
|
36 |
-
"summary_type": "first",
|
37 |
-
"summary_use_proj": true,
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.26.1",
|
40 |
-
"
|
41 |
-
"use_lang_emb": true,
|
42 |
-
"vocab_size": 30145
|
43 |
}
|
|
|
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 |
+
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
|
|
|
|
17 |
"problem_type": "single_label_classification",
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
|
|
|
|
|
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.26.1",
|
24 |
+
"vocab_size": 30522
|
|
|
|
|
25 |
}
|
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:214fcaa9793e73e854f157a6fb274360d8f51df361112b97512a638881926b36
|
3 |
+
size 267855533
|
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:60a499f41e066f276bad9a8b768d53ca8d9a8006451f73a2038f00269f91d7d7
|
3 |
+
size 3579
|