naufalso commited on
Commit
0d81f2a
1 Parent(s): d49a8bc

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "B-Rating",
14
+ "2": "I-Rating",
15
+ "3": "B-Amenity",
16
+ "4": "I-Amenity",
17
+ "5": "B-Location",
18
+ "6": "I-Location",
19
+ "7": "B-Restaurant_Name",
20
+ "8": "I-Restaurant_Name",
21
+ "9": "B-Price",
22
+ "10": "B-Hours",
23
+ "11": "I-Hours",
24
+ "12": "B-Dish",
25
+ "13": "I-Dish",
26
+ "14": "B-Cuisine",
27
+ "15": "I-Price",
28
+ "16": "I-Cuisine"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "B-Amenity": 3,
33
+ "B-Cuisine": 14,
34
+ "B-Dish": 12,
35
+ "B-Hours": 10,
36
+ "B-Location": 5,
37
+ "B-Price": 9,
38
+ "B-Rating": 1,
39
+ "B-Restaurant_Name": 7,
40
+ "I-Amenity": 4,
41
+ "I-Cuisine": 16,
42
+ "I-Dish": 13,
43
+ "I-Hours": 11,
44
+ "I-Location": 6,
45
+ "I-Price": 15,
46
+ "I-Rating": 2,
47
+ "I-Restaurant_Name": 8,
48
+ "O": 0
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "pad_token_id": 0,
55
+ "qa_dropout": 0.1,
56
+ "seq_classif_dropout": 0.2,
57
+ "sinusoidal_pos_embds": false,
58
+ "tie_weights_": true,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.26.1",
61
+ "vocab_size": 30522
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3de2c70b93ebe72d4f59f97426b9b62e1552007a346690896222da1f1e8293
3
+ size 265537253
runs/Feb16_00-37-10_be6520c30bdc/1676507840.8296297/events.out.tfevents.1676507840.be6520c30bdc.331.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bff62761060ee24fdd62d784b9c385b58b4060894ef2cd2e7ed627cab102e18
3
+ size 5730
runs/Feb16_00-37-10_be6520c30bdc/events.out.tfevents.1676507840.be6520c30bdc.331.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666d0268d46f59fb83b6b588072f7e5eae1d862bc094a1c8422b1381ef001544
3
+ size 5142
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:81cf0a4cfe57e2920f52c8a63986e369e3c057ffee110b2960a8f3f84a418d82
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff