Training completed!
Browse files- .gitignore +1 -0
- config.json +45 -0
- pytorch_model.bin +3 -0
- runs/May16_18-42-22_ials-gpu005/1652726555.2111542/events.out.tfevents.1652726555.ials-gpu005.431356.9 +3 -0
- runs/May16_18-42-22_ials-gpu005/events.out.tfevents.1652726555.ials-gpu005.431356.8 +3 -0
- runs/May16_18-43-26_ials-gpu005/1652726610.095429/events.out.tfevents.1652726610.ials-gpu005.431356.11 +3 -0
- runs/May16_18-43-26_ials-gpu005/events.out.tfevents.1652726610.ials-gpu005.431356.10 +3 -0
- runs/May16_18-46-06_ials-gpu005/1652726768.706428/events.out.tfevents.1652726768.ials-gpu005.431356.13 +3 -0
- runs/May16_18-46-06_ials-gpu005/events.out.tfevents.1652726768.ials-gpu005.431356.12 +3 -0
- runs/May16_20-28-15_ials-gpu005/1652732904.0327954/events.out.tfevents.1652732904.ials-gpu005.453082.1 +3 -0
- runs/May16_20-28-15_ials-gpu005/events.out.tfevents.1652732903.ials-gpu005.453082.0 +3 -0
- runs/May16_20-37-30_ials-gpu005/1652733457.9944766/events.out.tfevents.1652733458.ials-gpu005.453082.3 +3 -0
- runs/May16_20-37-30_ials-gpu005/events.out.tfevents.1652733457.ials-gpu005.453082.2 +3 -0
- runs/May16_20-55-40_ials-gpu005/1652734557.0594635/events.out.tfevents.1652734557.ials-gpu005.453082.5 +3 -0
- runs/May16_20-55-40_ials-gpu005/1652735008.4378219/events.out.tfevents.1652735008.ials-gpu005.453082.7 +3 -0
- runs/May16_20-55-40_ials-gpu005/events.out.tfevents.1652734557.ials-gpu005.453082.4 +3 -0
- runs/May16_20-55-40_ials-gpu005/events.out.tfevents.1652735008.ials-gpu005.453082.6 +3 -0
- runs/May16_21-04-40_ials-gpu005/1652735090.9975345/events.out.tfevents.1652735091.ials-gpu005.453082.9 +3 -0
- runs/May16_21-04-40_ials-gpu005/events.out.tfevents.1652735090.ials-gpu005.453082.8 +3 -0
- runs/May16_21-09-13_ials-gpu005/1652735365.2688742/events.out.tfevents.1652735365.ials-gpu005.453082.11 +3 -0
- runs/May16_21-09-13_ials-gpu005/events.out.tfevents.1652735365.ials-gpu005.453082.10 +3 -0
- runs/May16_21-14-38_ials-gpu005/1652735705.5192578/events.out.tfevents.1652735705.ials-gpu005.453082.13 +3 -0
- runs/May16_21-14-38_ials-gpu005/events.out.tfevents.1652735705.ials-gpu005.453082.12 +3 -0
- runs/May19_00-55-49_ials-gpu020/1652921757.987543/events.out.tfevents.1652921757.ials-gpu020.1168529.1 +3 -0
- runs/May19_00-55-49_ials-gpu020/events.out.tfevents.1652921757.ials-gpu020.1168529.0 +3 -0
- runs/May19_00-58-49_ials-gpu020/1652921940.6042955/events.out.tfevents.1652921940.ials-gpu020.1168529.3 +3 -0
- runs/May19_00-58-49_ials-gpu020/events.out.tfevents.1652921940.ials-gpu020.1168529.2 +3 -0
- runs/May19_00-59-28_ials-gpu020/1652921974.6680756/events.out.tfevents.1652921974.ials-gpu020.1168529.5 +3 -0
- runs/May19_00-59-28_ials-gpu020/events.out.tfevents.1652921974.ials-gpu020.1168529.4 +3 -0
- runs/May19_01-16-48_ials-gpu020/1652923016.6180696/events.out.tfevents.1652923016.ials-gpu020.1174262.1 +3 -0
- runs/May19_01-16-48_ials-gpu020/events.out.tfevents.1652923016.ials-gpu020.1174262.0 +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,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5",
|
18 |
+
"6": "LABEL_6",
|
19 |
+
"7": "LABEL_7"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"label2id": {
|
23 |
+
"LABEL_0": 0,
|
24 |
+
"LABEL_1": 1,
|
25 |
+
"LABEL_2": 2,
|
26 |
+
"LABEL_3": 3,
|
27 |
+
"LABEL_4": 4,
|
28 |
+
"LABEL_5": 5,
|
29 |
+
"LABEL_6": 6,
|
30 |
+
"LABEL_7": 7
|
31 |
+
},
|
32 |
+
"max_position_embeddings": 512,
|
33 |
+
"model_type": "distilbert",
|
34 |
+
"n_heads": 12,
|
35 |
+
"n_layers": 6,
|
36 |
+
"pad_token_id": 0,
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"qa_dropout": 0.1,
|
39 |
+
"seq_classif_dropout": 0.2,
|
40 |
+
"sinusoidal_pos_embds": false,
|
41 |
+
"tie_weights_": true,
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.11.3",
|
44 |
+
"vocab_size": 30522
|
45 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e4c1d6eccbfc1b313017e04cf1674652b0594f31f8d2c55a09db46859cb04d
|
3 |
+
size 267878513
|
runs/May16_18-42-22_ials-gpu005/1652726555.2111542/events.out.tfevents.1652726555.ials-gpu005.431356.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c8e2966291b7c7e8fb988d2954d7764f516732a5bb12996e27e253cfaa9e51d
|
3 |
+
size 4593
|
runs/May16_18-42-22_ials-gpu005/events.out.tfevents.1652726555.ials-gpu005.431356.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6372848a4fc0325a5f7a109667ccdc5477cff368b5329ee854fc198039a22774
|
3 |
+
size 3432
|
runs/May16_18-43-26_ials-gpu005/1652726610.095429/events.out.tfevents.1652726610.ials-gpu005.431356.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e994b226fef81bb1d5ff311085666ef7bbfe79aa9d03f3ec7e46a01760feeb21
|
3 |
+
size 4593
|
runs/May16_18-43-26_ials-gpu005/events.out.tfevents.1652726610.ials-gpu005.431356.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e77e8edf16a7f2ebac38830ddd47ffcbd532f24d3f2338df957728b5c558626
|
3 |
+
size 3433
|
runs/May16_18-46-06_ials-gpu005/1652726768.706428/events.out.tfevents.1652726768.ials-gpu005.431356.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd70cbe15d71a084c251955bf993379d272dc613480f23f0a52631d3beb76434
|
3 |
+
size 4593
|
runs/May16_18-46-06_ials-gpu005/events.out.tfevents.1652726768.ials-gpu005.431356.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e68f56d8ed1e5de47dcdf94e4f36a8464e2be68116187544a3eb816ef1a98921
|
3 |
+
size 3461
|
runs/May16_20-28-15_ials-gpu005/1652732904.0327954/events.out.tfevents.1652732904.ials-gpu005.453082.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec85ac392fbd2616750a2cd52d553af2e80e50dc26aa7a7ca1ab4a829c1598f4
|
3 |
+
size 4593
|
runs/May16_20-28-15_ials-gpu005/events.out.tfevents.1652732903.ials-gpu005.453082.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d20fb06892d4afd8fa002966e4d9159c35fda73744d88405525f2e7563a4e81
|
3 |
+
size 3461
|
runs/May16_20-37-30_ials-gpu005/1652733457.9944766/events.out.tfevents.1652733458.ials-gpu005.453082.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e839ddc39a91ad42b9b457cf4fedf2b93ef3ee3e243afc7a091a65b7e08c3da
|
3 |
+
size 4593
|
runs/May16_20-37-30_ials-gpu005/events.out.tfevents.1652733457.ials-gpu005.453082.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38ac7442dff597529cb8a69b4855b7bc9b285b6e0cb38ee05b5ae1f13e27143d
|
3 |
+
size 3461
|
runs/May16_20-55-40_ials-gpu005/1652734557.0594635/events.out.tfevents.1652734557.ials-gpu005.453082.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f19623524da4d24c7e4cc76c918ca448ad92bc20c023207e4afaa478b794ea1b
|
3 |
+
size 4593
|
runs/May16_20-55-40_ials-gpu005/1652735008.4378219/events.out.tfevents.1652735008.ials-gpu005.453082.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52004a0abb39cdfd0ebc73bc3b25c972eec2d85173f82e041394ab503c253efc
|
3 |
+
size 4593
|
runs/May16_20-55-40_ials-gpu005/events.out.tfevents.1652734557.ials-gpu005.453082.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f65bcf13c5be4b18e41122ed22d0978ba5575e8b767e91a7ad3d324653de0c6e
|
3 |
+
size 3461
|
runs/May16_20-55-40_ials-gpu005/events.out.tfevents.1652735008.ials-gpu005.453082.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4548e76810ad67d08142b32a8ef1115d252e04806305dbf4ad3cf17f4777df54
|
3 |
+
size 3461
|
runs/May16_21-04-40_ials-gpu005/1652735090.9975345/events.out.tfevents.1652735091.ials-gpu005.453082.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3622b720cc8b63115e5d9ab851705337752da46565dbc947c3af6c7e1de49564
|
3 |
+
size 4593
|
runs/May16_21-04-40_ials-gpu005/events.out.tfevents.1652735090.ials-gpu005.453082.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:893a06816d2232f6e7c82d5aaa4bc97ac981fac779255d2907c84030f67b86ec
|
3 |
+
size 3508
|
runs/May16_21-09-13_ials-gpu005/1652735365.2688742/events.out.tfevents.1652735365.ials-gpu005.453082.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fc0691228ea4742fac2444f52bf0892dc93868d2774b0aaf585fd19f65cbaa6
|
3 |
+
size 4593
|
runs/May16_21-09-13_ials-gpu005/events.out.tfevents.1652735365.ials-gpu005.453082.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deeb146cfd5b33e714c42b6db1479a18b83f15f4284a7bf013f85bb99d15c914
|
3 |
+
size 3460
|
runs/May16_21-14-38_ials-gpu005/1652735705.5192578/events.out.tfevents.1652735705.ials-gpu005.453082.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c9519ecf27d9f56617ab1628f6438205afe41d084e07fab759e70389de5360f
|
3 |
+
size 4593
|
runs/May16_21-14-38_ials-gpu005/events.out.tfevents.1652735705.ials-gpu005.453082.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deb5426ab83190a0157e78ad098101420b8a7dc79d7adee2e21910d0a6e03210
|
3 |
+
size 3508
|
runs/May19_00-55-49_ials-gpu020/1652921757.987543/events.out.tfevents.1652921757.ials-gpu020.1168529.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebf7f27124ae80a8967fa183f423ff6e3ddd111857ddc3f1abc5c5f8b4950da1
|
3 |
+
size 4593
|
runs/May19_00-55-49_ials-gpu020/events.out.tfevents.1652921757.ials-gpu020.1168529.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250f3cf675c69460195c452ce48163a899434e81acc6266c04201c8563a11db8
|
3 |
+
size 4532
|
runs/May19_00-58-49_ials-gpu020/1652921940.6042955/events.out.tfevents.1652921940.ials-gpu020.1168529.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:218d87685040b3c24876d2584c8d40a3ed41f07528489c588ed1235ae932c936
|
3 |
+
size 4593
|
runs/May19_00-58-49_ials-gpu020/events.out.tfevents.1652921940.ials-gpu020.1168529.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d87e3ef38fd0f2784d96cc5774ec45476b8e270a8daf62274e41b7539c9b2eac
|
3 |
+
size 40
|
runs/May19_00-59-28_ials-gpu020/1652921974.6680756/events.out.tfevents.1652921974.ials-gpu020.1168529.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1585b095a30d4eabe90f2aba8092c334406ffb0b63214a75ce5e51a13cdbd5e8
|
3 |
+
size 4593
|
runs/May19_00-59-28_ials-gpu020/events.out.tfevents.1652921974.ials-gpu020.1168529.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc0ce21dab3cd26570f211ca3b394a611867d5a8c25e03f9b3edfe72f71c3ee4
|
3 |
+
size 40
|
runs/May19_01-16-48_ials-gpu020/1652923016.6180696/events.out.tfevents.1652923016.ials-gpu020.1174262.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f08be7cfaa9fb1d1645f9538e27d127edcb2bf4bf8de23b0e43c2005cd40d77f
|
3 |
+
size 4593
|
runs/May19_01-16-48_ials-gpu020/events.out.tfevents.1652923016.ials-gpu020.1174262.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:254db2df391c60de6a9a76ca16e11e454b5a677137e30294fcfb57db2318e2bc
|
3 |
+
size 4532
|
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:c8ff446e3c0c17738746fabeffe3bfb64a9b2695319b09884a57f9815a333e65
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|