Edison
commited on
Commit
·
66fef33
1
Parent(s):
5234607
Training in progress, epoch 1
Browse files- config.json +17 -18
- pytorch_model.bin +2 -2
- special_tokens_map.json +5 -28
- tokenizer.json +0 -0
- tokenizer_config.json +10 -28
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,26 +1,25 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "neuralsentry/
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"hidden_size": 768,
|
11 |
"initializer_range": 0.02,
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"num_hidden_layers": 12,
|
18 |
-
"pad_token_id": 49152,
|
19 |
-
"position_embedding_type": "absolute",
|
20 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
21 |
"torch_dtype": "float32",
|
22 |
"transformers_version": "4.31.0",
|
23 |
-
"
|
24 |
-
"use_cache": true,
|
25 |
-
"vocab_size": 49156
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "neuralsentry/distilbert-git-commits-mlm",
|
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 |
"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 |
"problem_type": "single_label_classification",
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.31.0",
|
24 |
+
"vocab_size": 30522
|
|
|
|
|
25 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84f7698ea3ca86001ceec46302020bcb63f2e6b1633b05015baa7969ca41ad2
|
3 |
+
size 267855533
|
special_tokens_map.json
CHANGED
@@ -1,30 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"<fim_pad>",
|
8 |
-
"<filename>",
|
9 |
-
"<gh_stars>",
|
10 |
-
"<issue_start>",
|
11 |
-
"<issue_comment>",
|
12 |
-
"<issue_closed>",
|
13 |
-
"<jupyter_start>",
|
14 |
-
"<jupyter_text>",
|
15 |
-
"<jupyter_code>",
|
16 |
-
"<jupyter_output>",
|
17 |
-
"<empty_output>",
|
18 |
-
"<commit_before>",
|
19 |
-
"<commit_msg>",
|
20 |
-
"<commit_after>",
|
21 |
-
"<reponame>"
|
22 |
-
],
|
23 |
-
"bos_token": "<|endoftext|>",
|
24 |
-
"cls_token": "<cls>",
|
25 |
-
"eos_token": "<|endoftext|>",
|
26 |
-
"mask_token": "<mask>",
|
27 |
-
"pad_token": "<pad>",
|
28 |
-
"sep_token": "<sep>",
|
29 |
-
"unk_token": "<|endoftext|>"
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,31 +1,13 @@
|
|
1 |
{
|
2 |
-
"add_prefix_space": false,
|
3 |
-
"additional_special_tokens": [
|
4 |
-
"<|endoftext|>",
|
5 |
-
"<fim_prefix>",
|
6 |
-
"<fim_middle>",
|
7 |
-
"<fim_suffix>",
|
8 |
-
"<fim_pad>",
|
9 |
-
"<filename>",
|
10 |
-
"<gh_stars>",
|
11 |
-
"<issue_start>",
|
12 |
-
"<issue_comment>",
|
13 |
-
"<issue_closed>",
|
14 |
-
"<jupyter_start>",
|
15 |
-
"<jupyter_text>",
|
16 |
-
"<jupyter_code>",
|
17 |
-
"<jupyter_output>",
|
18 |
-
"<empty_output>",
|
19 |
-
"<commit_before>",
|
20 |
-
"<commit_msg>",
|
21 |
-
"<commit_after>",
|
22 |
-
"<reponame>"
|
23 |
-
],
|
24 |
-
"bos_token": "<|endoftext|>",
|
25 |
"clean_up_tokenization_spaces": true,
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 512,
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"strip_accents": null,
|
10 |
+
"tokenize_chinese_chars": true,
|
11 |
+
"tokenizer_class": "DistilBertTokenizer",
|
12 |
+
"unk_token": "[UNK]"
|
13 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7d48099f22a021fa9112ef8d071e40bbc559df9c265e1ba58e2f7ffa66cb031
|
3 |
size 4091
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|