Commit ·
1dcc16f
1
Parent(s): 0708a22
End of training
Browse files- .gitignore +1 -0
- config.json +43 -0
- pytorch_model.bin +3 -0
- runs/Sep08_06-27-55_2ccab144ff67/1662618503.2385602/events.out.tfevents.1662618503.2ccab144ff67.70.1 +3 -0
- runs/Sep08_06-27-55_2ccab144ff67/events.out.tfevents.1662618503.2ccab144ff67.70.0 +3 -0
- runs/Sep08_06-32-26_2ccab144ff67/1662618759.8976104/events.out.tfevents.1662618759.2ccab144ff67.70.3 +3 -0
- runs/Sep08_06-32-26_2ccab144ff67/events.out.tfevents.1662618759.2ccab144ff67.70.2 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "ambiguous_amount",
|
| 13 |
+
"1": "basic_amount",
|
| 14 |
+
"2": "hsn_code",
|
| 15 |
+
"3": "item_description",
|
| 16 |
+
"4": "item_quantity",
|
| 17 |
+
"5": "serial_number",
|
| 18 |
+
"6": "unit_price"
|
| 19 |
+
},
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"label2id": {
|
| 22 |
+
"ambiguous_amount": 0,
|
| 23 |
+
"basic_amount": 1,
|
| 24 |
+
"hsn_code": 2,
|
| 25 |
+
"item_description": 3,
|
| 26 |
+
"item_quantity": 4,
|
| 27 |
+
"serial_number": 5,
|
| 28 |
+
"unit_price": 6
|
| 29 |
+
},
|
| 30 |
+
"max_position_embeddings": 512,
|
| 31 |
+
"model_type": "distilbert",
|
| 32 |
+
"n_heads": 12,
|
| 33 |
+
"n_layers": 6,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"problem_type": "single_label_classification",
|
| 36 |
+
"qa_dropout": 0.1,
|
| 37 |
+
"seq_classif_dropout": 0.2,
|
| 38 |
+
"sinusoidal_pos_embds": false,
|
| 39 |
+
"tie_weights_": true,
|
| 40 |
+
"torch_dtype": "float32",
|
| 41 |
+
"transformers_version": "4.21.3",
|
| 42 |
+
"vocab_size": 30522
|
| 43 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6967f16438ddd93fd0682bf24ecc09a25605e4f8954142098328757a164f8a9
|
| 3 |
+
size 267869681
|
runs/Sep08_06-27-55_2ccab144ff67/1662618503.2385602/events.out.tfevents.1662618503.2ccab144ff67.70.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aac1bcf83972ddc78846bf711e268ebec5cf6f8a7ef46ae929a04ff24fbf820
|
| 3 |
+
size 5392
|
runs/Sep08_06-27-55_2ccab144ff67/events.out.tfevents.1662618503.2ccab144ff67.70.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ed619c64dc81bd6018b16c7c3fcd7af76f24fcafaae34eac0cbb7c3adb5688e
|
| 3 |
+
size 5645
|
runs/Sep08_06-32-26_2ccab144ff67/1662618759.8976104/events.out.tfevents.1662618759.2ccab144ff67.70.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:278ea335cf4408c857c06ecd821e46d4a566c53ca4b725a71371161af0b61ddd
|
| 3 |
+
size 5392
|
runs/Sep08_06-32-26_2ccab144ff67/events.out.tfevents.1662618759.2ccab144ff67.70.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5078ac9be37b317d0c03dd168fb9bc0cd561ca6eb262e4994731f3746b365e7b
|
| 3 |
+
size 6622
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"do_lower_case": true,
|
| 4 |
+
"mask_token": "[MASK]",
|
| 5 |
+
"model_max_length": 512,
|
| 6 |
+
"name_or_path": "distilbert-base-uncased",
|
| 7 |
+
"pad_token": "[PAD]",
|
| 8 |
+
"sep_token": "[SEP]",
|
| 9 |
+
"special_tokens_map_file": null,
|
| 10 |
+
"strip_accents": null,
|
| 11 |
+
"tokenize_chinese_chars": true,
|
| 12 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 13 |
+
"unk_token": "[UNK]"
|
| 14 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dacc795b769084076151bf6ecc856fbd6ad1e721072f3cfb2e64338000ac113f
|
| 3 |
+
size 3311
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|