martincc98
commited on
Commit
•
020e5b2
1
Parent(s):
c58490d
Upload DistilBertForTokenClassification
Browse files- config.json +4 -3
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
@@ -80,6 +80,7 @@
|
|
80 |
"seq_classif_dropout": 0.2,
|
81 |
"sinusoidal_pos_embds": false,
|
82 |
"tie_weights_": true,
|
83 |
-
"
|
|
|
84 |
"vocab_size": 30522
|
85 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert_A3",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
|
|
80 |
"seq_classif_dropout": 0.2,
|
81 |
"sinusoidal_pos_embds": false,
|
82 |
"tie_weights_": true,
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.44.2",
|
85 |
"vocab_size": 30522
|
86 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265553068
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df55fb36b76304a19537064fa5a5c081cb8b4c959ebcf1cac13c7aa093969cb0
|
3 |
size 265553068
|