Training in progress, step 200
Browse files- .githooks/post-checkout +3 -0
- .githooks/post-commit +3 -0
- .githooks/post-merge +3 -0
- .githooks/pre-push +3 -0
- .gitignore +1 -0
- config.json +87 -0
- logs/1696580607.9415915/events.out.tfevents.1696580607.pc.20619.1 +3 -0
- logs/events.out.tfevents.1696580607.pc.20619.0 +3 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.githooks/post-checkout
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
|
3 |
+
git lfs post-checkout "$@"
|
.githooks/post-commit
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.\n"; exit 2; }
|
3 |
+
git lfs post-commit "$@"
|
.githooks/post-merge
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.\n"; exit 2; }
|
3 |
+
git lfs post-merge "$@"
|
.githooks/pre-push
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.\n"; exit 2; }
|
3 |
+
git lfs pre-push "$@"
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
|
3 |
+
"architectures": [
|
4 |
+
"LiltForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"channel_shrink_ratio": 4,
|
9 |
+
"classifier_dropout": null,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "I-menu.cnt",
|
17 |
+
"2": "I-menu.discountprice",
|
18 |
+
"3": "I-menu.nm",
|
19 |
+
"4": "I-menu.num",
|
20 |
+
"5": "I-menu.price",
|
21 |
+
"6": "I-menu.sub_cnt",
|
22 |
+
"7": "I-menu.sub_nm",
|
23 |
+
"8": "I-menu.sub_price",
|
24 |
+
"9": "I-menu.unitprice",
|
25 |
+
"10": "I-sub_total.discount_price",
|
26 |
+
"11": "I-sub_total.etc",
|
27 |
+
"12": "I-sub_total.service_price",
|
28 |
+
"13": "I-sub_total.subtotal_price",
|
29 |
+
"14": "I-sub_total.tax_price",
|
30 |
+
"15": "I-total.cashprice",
|
31 |
+
"16": "I-total.changeprice",
|
32 |
+
"17": "I-total.creditcardprice",
|
33 |
+
"18": "I-total.emoneyprice",
|
34 |
+
"19": "I-total.menuqty_cnt",
|
35 |
+
"20": "I-total.menutype_cnt",
|
36 |
+
"21": "I-total.total_etc",
|
37 |
+
"22": "I-total.total_price",
|
38 |
+
"23": "I-store",
|
39 |
+
"24": "I-store_details",
|
40 |
+
"25": "I-date",
|
41 |
+
"26": "I-header"
|
42 |
+
},
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"intermediate_size": 3072,
|
45 |
+
"label2id": {
|
46 |
+
"I-date": 25,
|
47 |
+
"I-header": 26,
|
48 |
+
"I-menu.cnt": 1,
|
49 |
+
"I-menu.discountprice": 2,
|
50 |
+
"I-menu.nm": 3,
|
51 |
+
"I-menu.num": 4,
|
52 |
+
"I-menu.price": 5,
|
53 |
+
"I-menu.sub_cnt": 6,
|
54 |
+
"I-menu.sub_nm": 7,
|
55 |
+
"I-menu.sub_price": 8,
|
56 |
+
"I-menu.unitprice": 9,
|
57 |
+
"I-store": 23,
|
58 |
+
"I-store_details": 24,
|
59 |
+
"I-sub_total.discount_price": 10,
|
60 |
+
"I-sub_total.etc": 11,
|
61 |
+
"I-sub_total.service_price": 12,
|
62 |
+
"I-sub_total.subtotal_price": 13,
|
63 |
+
"I-sub_total.tax_price": 14,
|
64 |
+
"I-total.cashprice": 15,
|
65 |
+
"I-total.changeprice": 16,
|
66 |
+
"I-total.creditcardprice": 17,
|
67 |
+
"I-total.emoneyprice": 18,
|
68 |
+
"I-total.menuqty_cnt": 19,
|
69 |
+
"I-total.menutype_cnt": 20,
|
70 |
+
"I-total.total_etc": 21,
|
71 |
+
"I-total.total_price": 22,
|
72 |
+
"O": 0
|
73 |
+
},
|
74 |
+
"layer_norm_eps": 1e-05,
|
75 |
+
"max_2d_position_embeddings": 1024,
|
76 |
+
"max_position_embeddings": 514,
|
77 |
+
"model_type": "lilt",
|
78 |
+
"num_attention_heads": 12,
|
79 |
+
"num_hidden_layers": 12,
|
80 |
+
"pad_token_id": 1,
|
81 |
+
"position_embedding_type": "absolute",
|
82 |
+
"torch_dtype": "float32",
|
83 |
+
"transformers_version": "4.29.2",
|
84 |
+
"type_vocab_size": 1,
|
85 |
+
"use_cache": true,
|
86 |
+
"vocab_size": 50265
|
87 |
+
}
|
logs/1696580607.9415915/events.out.tfevents.1696580607.pc.20619.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96befe65c34a81b21c71d8d3f84ec24e7ffbd1f76459a378906e5c3f4ed219d1
|
3 |
+
size 5870
|
logs/events.out.tfevents.1696580607.pc.20619.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fa7e3583d66492532830b5571c1acc5f19223f544a7a64dae1fd771768c1689
|
3 |
+
size 6299
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5783d0db21f644a91a5f5bebfa6051e488d2d267b4df2864c10437e9c4b8ee78
|
3 |
+
size 520882705
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bb384e9fb0880cfece6403d97cdde63a3f564ed965a0c80e9240c057674c734
|
3 |
+
size 3963
|