dayvidwang
commited on
Commit
•
8e80eff
1
Parent(s):
c9be612
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"
|
@@ -37,6 +37,7 @@
|
|
37 |
"model_type": "distilbert",
|
38 |
"n_heads": 12,
|
39 |
"n_layers": 6,
|
|
|
40 |
"pad_token_id": 0,
|
41 |
"qa_dropout": 0.1,
|
42 |
"seq_classif_dropout": 0.2,
|
@@ -44,5 +45,5 @@
|
|
44 |
"tie_weights_": true,
|
45 |
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.30.1",
|
47 |
-
"vocab_size":
|
48 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
37 |
"model_type": "distilbert",
|
38 |
"n_heads": 12,
|
39 |
"n_layers": 6,
|
40 |
+
"output_past": true,
|
41 |
"pad_token_id": 0,
|
42 |
"qa_dropout": 0.1,
|
43 |
"seq_classif_dropout": 0.2,
|
|
|
45 |
"tie_weights_": true,
|
46 |
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.30.1",
|
48 |
+
"vocab_size": 28996
|
49 |
}
|
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:f5fcd310a40a5c9614d0d6157549b9f5c472b79f5981a1ac0442a02425a5c6b2
|
3 |
+
size 260829221
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
-
"do_lower_case":
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
"pad_token": "[PAD]",
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": false,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
"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 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9145a33897289576e754e4868025eaf146edac660a523c50b740249cc2edf1a
|
3 |
size 3963
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|