Training in progress, step 500
Browse files- config.json +3 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
@@ -13,6 +13,7 @@
|
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
15 |
"n_layers": 6,
|
|
|
16 |
"pad_token_id": 0,
|
17 |
"qa_dropout": 0.1,
|
18 |
"seq_classif_dropout": 0.2,
|
@@ -20,5 +21,5 @@
|
|
20 |
"tie_weights_": true,
|
21 |
"torch_dtype": "float32",
|
22 |
"transformers_version": "4.36.2",
|
23 |
-
"vocab_size":
|
24 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Geotrend/distilbert-base-ru-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
|
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
15 |
"n_layers": 6,
|
16 |
+
"output_past": true,
|
17 |
"pad_token_id": 0,
|
18 |
"qa_dropout": 0.1,
|
19 |
"seq_classif_dropout": 0.2,
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.36.2",
|
24 |
+
"vocab_size": 14283
|
25 |
}
|
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:44439ebe36f595508c6223d41c98aa2b778176fe412bde8ad3f416c13020d0ec
|
3 |
+
size 218003556
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af09d947dcd014b6469e28a984144dd86912b412dc875bd4e5f03e14fcca28a0
|
3 |
size 4728
|