Upload folder using huggingface_hub
Browse files- config.json +5 -2
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
{
|
| 2 |
"add_cross_attention": false,
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": null,
|
| 8 |
"classifier_dropout": null,
|
|
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"eos_token_id": null,
|
|
|
|
|
|
|
| 11 |
"gradient_checkpointing": false,
|
| 12 |
"hidden_act": "gelu",
|
| 13 |
"hidden_dropout_prob": 0.1,
|
|
@@ -311,7 +314,7 @@
|
|
| 311 |
},
|
| 312 |
"layer_norm_eps": 1e-12,
|
| 313 |
"max_position_embeddings": 512,
|
| 314 |
-
"model_type": "bert",
|
| 315 |
"num_attention_heads": 12,
|
| 316 |
"num_hidden_layers": 12,
|
| 317 |
"pad_token_id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"add_cross_attention": false,
|
| 3 |
"architectures": [
|
| 4 |
+
"BertTokenClassifier"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": null,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
"dtype": "float32",
|
| 11 |
"eos_token_id": null,
|
| 12 |
+
"focal_alpha": 1.0,
|
| 13 |
+
"focal_gamma": 2.0,
|
| 14 |
"gradient_checkpointing": false,
|
| 15 |
"hidden_act": "gelu",
|
| 16 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 314 |
},
|
| 315 |
"layer_norm_eps": 1e-12,
|
| 316 |
"max_position_embeddings": 512,
|
| 317 |
+
"model_type": "bert-token-classifier",
|
| 318 |
"num_attention_heads": 12,
|
| 319 |
"num_hidden_layers": 12,
|
| 320 |
"pad_token_id": 0,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 436035932
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8300660cc92a031d0037034b99c54dc6f5b66534b8b88c8d87a1ca82eff280ed
|
| 3 |
size 436035932
|