Rizzler-gyatt-69
commited on
Commit
•
7a717ad
1
Parent(s):
141e0bb
Training in progress, epoch 1
Browse files- config.json +3 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert/distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -35,6 +35,7 @@
|
|
35 |
"model_type": "distilbert",
|
36 |
"n_heads": 12,
|
37 |
"n_layers": 6,
|
|
|
38 |
"pad_token_id": 0,
|
39 |
"qa_dropout": 0.1,
|
40 |
"seq_classif_dropout": 0.2,
|
@@ -42,5 +43,5 @@
|
|
42 |
"tie_weights_": true,
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.46.2",
|
45 |
-
"vocab_size":
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert/distilbert-base-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
35 |
"model_type": "distilbert",
|
36 |
"n_heads": 12,
|
37 |
"n_layers": 6,
|
38 |
+
"output_past": true,
|
39 |
"pad_token_id": 0,
|
40 |
"qa_dropout": 0.1,
|
41 |
"seq_classif_dropout": 0.2,
|
|
|
43 |
"tie_weights_": true,
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.46.2",
|
46 |
+
"vocab_size": 28996
|
47 |
}
|
model.safetensors
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:1798cc029b1393a1e237ad0d956122a265e1c227366ed9d630dd25aa41dbd7c7
|
3 |
+
size 260803668
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0352bd9990e56ea07c38d7fe28ab008d0764f07c44bca28d3cb73781ca5cbe0c
|
3 |
size 5304
|