SmilestheSad commited on
Commit
b181d01
·
1 Parent(s): a8a07dd

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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": "wine",
13
+ "1": "food",
14
+ "2": "spirits",
15
+ "3": "beer",
16
+ "4": "cocktail",
17
+ "5": "soft drink",
18
+ "6": "sake",
19
+ "7": "coffee",
20
+ "8": "tea",
21
+ "9": "other"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "beer": 3,
26
+ "cocktail": 4,
27
+ "coffee": 7,
28
+ "food": 1,
29
+ "other": 9,
30
+ "sake": 6,
31
+ "soft drink": 5,
32
+ "spirits": 2,
33
+ "tea": 8,
34
+ "wine": 0
35
+ },
36
+ "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "problem_type": "multi_label_classification",
43
+ "qa_dropout": 0.1,
44
+ "seq_classif_dropout": 0.2,
45
+ "sinusoidal_pos_embds": false,
46
+ "tie_weights_": true,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.22.1",
49
+ "vocab_size": 119547
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5efe5617aa9f4869e9a0c262770c7b341181d87043b4c3251b690232a01c8741
3
+ size 541363697
runs/Sep23_03-58-47_7383208f7c28/1663905577.4923983/events.out.tfevents.1663905577.7383208f7c28.70.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b6ac485db9fe1a07067a0c790b2e735b174c4ce526d0c293fba31ab2a2b5e1
3
+ size 5477
runs/Sep23_03-58-47_7383208f7c28/events.out.tfevents.1663905577.7383208f7c28.70.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb983dd6243925698787530aa2824ccf91b1436d32a21890d3c37d1f6858ceb
3
+ size 3987
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": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-multilingual-cased",
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:08f63521def20bc7319a57d821561e619766bbf48ce116ef98597bf6ea9c7247
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff