Training in progress, step 125000
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Jun17_14-41-52_botika/1655451724.651717/events.out.tfevents.1655451724.botika.3281.3 +3 -0
- runs/Jun17_14-41-52_botika/events.out.tfevents.1655451724.botika.3281.2 +3 -0
- runs/Jun17_14-44-49_botika/1655451900.853211/events.out.tfevents.1655451900.botika.3963.1 +3 -0
- runs/Jun17_14-44-49_botika/1655451957.404076/events.out.tfevents.1655451957.botika.3963.2 +3 -0
- runs/Jun17_14-44-49_botika/events.out.tfevents.1655451900.botika.3963.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,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/media/botika/data_nlp/NLP/QUESTION_ANSWER/notebooks/examples/distilbert-base-uncased-finetuned-squad/checkpoint-124500",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForQuestionAnswering"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"qa_dropout": 0.1,
|
18 |
+
"seq_classif_dropout": 0.2,
|
19 |
+
"sinusoidal_pos_embds": false,
|
20 |
+
"tie_weights_": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.19.2",
|
23 |
+
"vocab_size": 30522
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8256cfc0e157ce6d2dfe4c9eeab7050b37985b7217a7dca2923c8affb3517c1a
|
3 |
+
size 265491317
|
runs/Jun17_14-41-52_botika/1655451724.651717/events.out.tfevents.1655451724.botika.3281.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad08a9a88b97dd8cf7a108d26765d8e3119441e9f4be04462f8425a9ccff6084
|
3 |
+
size 5202
|
runs/Jun17_14-41-52_botika/events.out.tfevents.1655451724.botika.3281.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a5cb0ee3668d06b92095ef8f9c203be33c789bf0c50365f625b58b01e829ce3
|
3 |
+
size 3571
|
runs/Jun17_14-44-49_botika/1655451900.853211/events.out.tfevents.1655451900.botika.3963.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b10efd9520705c60e82da9d18f74251da61a23bde979f97efc3dbbb98402dd37
|
3 |
+
size 5202
|
runs/Jun17_14-44-49_botika/1655451957.404076/events.out.tfevents.1655451957.botika.3963.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:619e7b7723d7b53f5c164d9da3f5b1dd8cefa6cda86e2cec18a5c2480e665c81
|
3 |
+
size 5202
|
runs/Jun17_14-44-49_botika/events.out.tfevents.1655451900.botika.3963.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4642afb4b622d62d1750268f01856fe090b548c7f652f246f553a38551dfaac
|
3 |
+
size 7538
|
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": "/media/botika/data_nlp/NLP/QUESTION_ANSWER/notebooks/examples/distilbert-base-uncased-finetuned-squad/checkpoint-124500", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a22433cbbd2f6748bb09e3d306f724ace63138e1f8fbd36cb37c7068d582d1e0
|
3 |
+
size 3247
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|