Training in progress, epoch 1
Browse files- config.json +19 -40
- model.safetensors +2 -2
- runs/Jun11_14-47-24_c84076364e1d/events.out.tfevents.1718117248.c84076364e1d.3930.0 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +10 -8
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,54 +1,33 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
-
"1": "
|
14 |
-
"2": "I-corporation",
|
15 |
-
"3": "B-creative-work",
|
16 |
-
"4": "I-creative-work",
|
17 |
-
"5": "B-group",
|
18 |
-
"6": "I-group",
|
19 |
-
"7": "B-location",
|
20 |
-
"8": "I-location",
|
21 |
-
"9": "B-person",
|
22 |
-
"10": "I-person",
|
23 |
-
"11": "B-product",
|
24 |
-
"12": "I-product"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
|
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"B-group": 5,
|
31 |
-
"B-location": 7,
|
32 |
-
"B-person": 9,
|
33 |
-
"B-product": 11,
|
34 |
-
"I-corporation": 2,
|
35 |
-
"I-creative-work": 4,
|
36 |
-
"I-group": 6,
|
37 |
-
"I-location": 8,
|
38 |
-
"I-person": 10,
|
39 |
-
"I-product": 12,
|
40 |
-
"O": 0
|
41 |
},
|
|
|
42 |
"max_position_embeddings": 512,
|
43 |
-
"model_type": "
|
44 |
-
"
|
45 |
-
"
|
46 |
"pad_token_id": 0,
|
47 |
-
"
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.41.2",
|
53 |
-
"
|
|
|
|
|
54 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "HooshvareLab/bert-base-parsbert-uncased",
|
|
|
3 |
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
+
"1": "halfspace"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 3072,
|
17 |
"label2id": {
|
18 |
+
"O": 0,
|
19 |
+
"halfspace": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
},
|
21 |
+
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
+
"model_type": "bert",
|
24 |
+
"num_attention_heads": 12,
|
25 |
+
"num_hidden_layers": 12,
|
26 |
"pad_token_id": 0,
|
27 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.41.2",
|
30 |
+
"type_vocab_size": 2,
|
31 |
+
"use_cache": true,
|
32 |
+
"vocab_size": 100000
|
33 |
}
|
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:91632129e1f23af32363dfded6f84f4c1a8f1f4f9a06492c85746d9ba2f6627a
|
3 |
+
size 649032520
|
runs/Jun11_14-47-24_c84076364e1d/events.out.tfevents.1718117248.c84076364e1d.3930.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02de6ea6c7dbe47644f2fd114863e71528002595670631871aed47da46c8f038
|
3 |
+
size 5380
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
-
"
|
12 |
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
@@ -16,7 +16,7 @@
|
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
-
"
|
20 |
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
@@ -24,16 +24,16 @@
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
-
"
|
28 |
-
"content": "[
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
-
"content": "[
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
@@ -43,13 +43,15 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
|
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
48 |
-
"model_max_length":
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
-
"tokenizer_class": "
|
54 |
"unk_token": "[UNK]"
|
55 |
}
|
|
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
+
"1": {
|
12 |
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
|
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
+
"2": {
|
20 |
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
+
"3": {
|
28 |
+
"content": "[MASK]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
+
"4": {
|
36 |
+
"content": "[SEP]",
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
54 |
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "BertTokenizer",
|
56 |
"unk_token": "[UNK]"
|
57 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4655
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe19e2a2eb4cc72a2a2a3d68a58ed10a36f8164b6b76cfecf1dd10dca5be7eec
|
3 |
size 4655
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|