Training in progress, epoch 1
Browse files- config.json +3 -2
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -25,6 +25,7 @@
|
|
25 |
"model_type": "distilbert",
|
26 |
"n_heads": 12,
|
27 |
"n_layers": 6,
|
|
|
28 |
"pad_token_id": 0,
|
29 |
"qa_dropout": 0.1,
|
30 |
"seq_classif_dropout": 0.2,
|
@@ -32,5 +33,5 @@
|
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.34.0",
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
25 |
"model_type": "distilbert",
|
26 |
"n_heads": 12,
|
27 |
"n_layers": 6,
|
28 |
+
"output_past": true,
|
29 |
"pad_token_id": 0,
|
30 |
"qa_dropout": 0.1,
|
31 |
"seq_classif_dropout": 0.2,
|
|
|
33 |
"tie_weights_": true,
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.34.0",
|
36 |
+
"vocab_size": 28996
|
37 |
}
|
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:c33218d238987a9007192f9f82ec5380d2302bbedbfb3b95c07c7b74a60f7e9a
|
3 |
+
size 260810789
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
-
"do_lower_case":
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"pad_token": "[PAD]",
|
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"pad_token": "[PAD]",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ff667b65febec8522cbd0eb78472a56d2b1dcf88939ae75524f62105ba1b087
|
3 |
size 4027
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|