Danni commited on
Commit
8cfb18f
·
1 Parent(s): def5512

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Animal",
13
+ "1": "Biomolecule",
14
+ "2": "ChemicalSubstance",
15
+ "3": "Company",
16
+ "4": "Device",
17
+ "5": "Food",
18
+ "6": "MeanOfTransportation",
19
+ "7": "Plant",
20
+ "8": "Product"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "label2id": {
24
+ "Animal": 0,
25
+ "Biomolecule": 1,
26
+ "ChemicalSubstance": 2,
27
+ "Company": 3,
28
+ "Device": 4,
29
+ "Food": 5,
30
+ "MeanOfTransportation": 6,
31
+ "Plant": 7,
32
+ "Product": 8
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.18.0",
46
+ "vocab_size": 30522
47
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3e3c5431d2c8198e5f8de38a54b8577cfdfb9167b178ac6aaef0903ee02f2e
3
+ size 267874417
runs/May16_15-09-49_amlcirgp0002422ub02129/1652713825.5638657/events.out.tfevents.1652713825.amlcirgp0002422ub02129.5772.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7668b645687fbbd4e01309db4e7fe58bf3fa568aff895b6f7726aba57c7b229
3
+ size 4966
runs/May16_15-09-49_amlcirgp0002422ub02129/events.out.tfevents.1652713825.amlcirgp0002422ub02129.5772.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222169bbabe7a8fffe486c5b9d5b290baac611715664b6cd080af804ca51b0f8
3
+ size 4096
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": true, "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": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a84ff1d9fd4dc1c3ee2c4a0eea2e20af96823a99cbc4aef6eae22ca8a602af
3
+ size 3183
vocab.txt ADDED
The diff for this file is too large to render. See raw diff