toghrultahirov
commited on
Commit
•
ca72978
1
Parent(s):
1c8f354
Training in progress, epoch 3
Browse files
config.json
CHANGED
@@ -11,22 +11,22 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
-
"1": "B-
|
15 |
-
"2": "I-
|
16 |
"3": "B-LOC",
|
17 |
"4": "I-LOC",
|
18 |
-
"5": "B-
|
19 |
-
"6": "I-
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
"B-LOC": 3,
|
25 |
-
"B-ORG":
|
26 |
-
"B-PER":
|
27 |
"I-LOC": 4,
|
28 |
-
"I-ORG":
|
29 |
-
"I-PER":
|
30 |
"O": 0
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
@@ -42,7 +42,7 @@
|
|
42 |
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 119547
|
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
+
"1": "B-PER",
|
15 |
+
"2": "I-PER",
|
16 |
"3": "B-LOC",
|
17 |
"4": "I-LOC",
|
18 |
+
"5": "B-ORG",
|
19 |
+
"6": "I-ORG"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
"B-LOC": 3,
|
25 |
+
"B-ORG": 5,
|
26 |
+
"B-PER": 1,
|
27 |
"I-LOC": 4,
|
28 |
+
"I-ORG": 6,
|
29 |
+
"I-PER": 2,
|
30 |
"O": 0
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
|
|
42 |
"pooler_type": "first_token_transform",
|
43 |
"position_embedding_type": "absolute",
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.40.2",
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 119547
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709096284
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4e185154dc8f18bc11da79db5384fecba22e9db276e215a7d8c94e9599d11e9
|
3 |
size 709096284
|
runs/May23_19-58-35_toghruls-rog/events.out.tfevents.1716479917.toghruls-rog.334989.0
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:3f8c1bb608d7866e3835425512da4d2ed2c90d7ba11d438274fc090e86d7c184
|
3 |
+
size 6803
|
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:7ffe3a8c9513ba194945196091f9c43e359ea408a82468c1cd63dc6aa033b484
|
3 |
+
size 5048
|