Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -9,19 +9,23 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "menu.
|
16 |
-
"4": "sub_total.
|
|
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
-
"O":
|
21 |
-
"menu.nm":
|
22 |
-
"menu.price":
|
23 |
-
"sub_total.tax_price":
|
24 |
-
"
|
|
|
|
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "renjithks/distilbert-cord-ner",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "sub_total.tax_price",
|
13 |
+
"1": "menu.nm",
|
14 |
+
"2": "O",
|
15 |
+
"3": "menu.price",
|
16 |
+
"4": "sub_total.total_tax_price",
|
17 |
+
"5": "tax.tax_rate",
|
18 |
+
"6": "total.total_price"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"O": 2,
|
23 |
+
"menu.nm": 1,
|
24 |
+
"menu.price": 3,
|
25 |
+
"sub_total.tax_price": 0,
|
26 |
+
"sub_total.total_tax_price": 4,
|
27 |
+
"tax.tax_rate": 5,
|
28 |
+
"total.total_price": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "distilbert",
|
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:9542668ae330266b1999b1eaba2c3f36843b66bdc4dc560c3a7282a3497c9208
|
3 |
+
size 299876213
|
runs/May25_16-49-21_143c6d50ec2e/1653497458.0867422/events.out.tfevents.1653497458.143c6d50ec2e.23.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd9fbda92697ed9f0f0242a9743b78dbdf93ad44f39b3eb321de86528248deb8
|
3 |
+
size 4852
|
runs/May25_16-49-21_143c6d50ec2e/events.out.tfevents.1653497458.143c6d50ec2e.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9165c068d44708d7391781aaef683de87e010b427482cee12988a80b01e42ad2
|
3 |
+
size 4157
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "renjithks/distilbert-cord-ner", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "DistilBertTokenizer"}
|
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:687d40c19f3664d41ed5f51c2661aa1184909e61782dbc6a002556f3379ce279
|
3 |
+
size 3119
|