Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +47 -0
- pytorch_model.bin +3 -0
- runs/May17_07-32-53_amlcirgp0002422ub02129/1652772824.759315/events.out.tfevents.1652772824.amlcirgp0002422ub02129.31829.4 +3 -0
- runs/May17_07-32-53_amlcirgp0002422ub02129/events.out.tfevents.1652772824.amlcirgp0002422ub02129.31829.3 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.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/May17_07-32-53_amlcirgp0002422ub02129/1652772824.759315/events.out.tfevents.1652772824.amlcirgp0002422ub02129.31829.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46b947dc3edba133bc4dcefb68c00893f232abf40efeb3565ae8f8abc52440c6
|
3 |
+
size 4963
|
runs/May17_07-32-53_amlcirgp0002422ub02129/events.out.tfevents.1652772824.amlcirgp0002422ub02129.31829.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d5fa1714674e4388a4e79fcc22b5800ccb205c4e39907aeec9ed2bd35cbe2b3
|
3 |
+
size 4093
|
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:2e229b52fa8cc6d9b360ab206aa9780a1aa01c686217e168f94410c7673254e5
|
3 |
+
size 3183
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|