Training in progress, epoch 1
Browse files- config.json +2 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
@@ -42,7 +42,7 @@
|
|
42 |
"pooler_size_per_head": 128,
|
43 |
"pooler_type": "first_token_transform",
|
44 |
"position_embedding_type": "absolute",
|
45 |
-
"torch_dtype": "
|
46 |
"transformers_version": "4.40.0",
|
47 |
"type_vocab_size": 2,
|
48 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "DeepPavlov/rubert-base-cased",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
42 |
"pooler_size_per_head": 128,
|
43 |
"pooler_type": "first_token_transform",
|
44 |
"position_embedding_type": "absolute",
|
45 |
+
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.40.0",
|
47 |
"type_vocab_size": 2,
|
48 |
"use_cache": true,
|
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:987d57bb5a9fe53a0a6d87363f2c31498c7d771066d338bf0d37739c7db6eac7
|
3 |
+
size 709096284
|
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:4f6938124b107993d9ca55808b92e12d869ae2c4edc5efa9caed158608edbb17
|
3 |
size 4984
|