renjithks commited on
Commit
dcaf8e8
1 Parent(s): 4ff2b5d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Geotrend/distilbert-base-en-fr-de-no-da-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "menu.price",
14
+ "2": "total.total_price",
15
+ "3": "tax.tax_rate",
16
+ "4": "menu.nm",
17
+ "5": "sub_total.tax_price",
18
+ "6": "sub_total.total_tax_price"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "O": 0,
23
+ "menu.nm": 4,
24
+ "menu.price": 1,
25
+ "sub_total.tax_price": 5,
26
+ "sub_total.total_tax_price": 6,
27
+ "tax.tax_rate": 3,
28
+ "total.total_price": 2
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "output_past": true,
35
+ "pad_token_id": 0,
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.18.0",
42
+ "vocab_size": 41710
43
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8cf33f69ce5ef9c0c660f519c4ab8ef3be60cdaf00a5f3d8e5101c1b04ea2f
3
+ size 299876213
runs/May22_11-02-04_587e18ab2b4d/1653217349.6610916/events.out.tfevents.1653217349.587e18ab2b4d.33.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe12c9cfe01c26f0e72a34c87461612528e74918d90a9dbe37b54fedfd510b2
3
+ size 4843
runs/May22_11-02-04_587e18ab2b4d/events.out.tfevents.1653217349.587e18ab2b4d.33.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddfd231ddeb0bc0471c9cfd292637d7720e6906b55ac430fe449bec48ae05a15
3
+ size 4125
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +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": "Geotrend/distilbert-base-en-fr-de-no-da-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3f4b2fba2b0d47d04f279ee3977ba591654ef406d3a9c4b00bb5a499f163e4
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff