Sabbasi-11
commited on
Commit
·
0d11fb9
1
Parent(s):
1902bb1
End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Dec14_06-45-18_62923d7857bd/1702536390.4655473/events.out.tfevents.1702536390.62923d7857bd.4016.1 +3 -0
- runs/Dec14_06-45-18_62923d7857bd/events.out.tfevents.1702536390.62923d7857bd.4016.0 +3 -0
- runs/Dec14_06-45-18_62923d7857bd/events.out.tfevents.1702536800.62923d7857bd.4016.2 +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": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForMaskedLM"
|
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.17.0",
|
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:3f234740060457bbc07ddcaf406db91905bea7ae80b4c1fa309ef74e5095a6a5
|
3 |
+
size 267984686
|
runs/Dec14_06-45-18_62923d7857bd/1702536390.4655473/events.out.tfevents.1702536390.62923d7857bd.4016.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2547e8e1b041b3c4732489e81f70e4b2a979ef8b9c9992267ece5a8deac4c172
|
3 |
+
size 4870
|
runs/Dec14_06-45-18_62923d7857bd/events.out.tfevents.1702536390.62923d7857bd.4016.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:508e71b89b4ed2f4795e3e4556abd5419cf8b59f531751effded3db1e2c6f18a
|
3 |
+
size 4930
|
runs/Dec14_06-45-18_62923d7857bd/events.out.tfevents.1702536800.62923d7857bd.4016.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bafdd86e583e1af67d88b3db71df9f7772cb6d4811d7ce8a71c737d67c47e442
|
3 |
+
size 901
|
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:394fef45598b591e836f090345888de22dca0170a2a6407f28b68ec144dc52ae
|
3 |
+
size 3512
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|