Commit ·
9b75210
1
Parent(s): d73f3c3
Upload model
Browse files- config.json +1 -5
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "tau/tavbert-he",
|
| 3 |
"architectures": [
|
| 4 |
"DNikudModel"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
-
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
"config": {
|
| 10 |
"_commit_hash": "41265b09a862144b2517afdfd46da4388f1380df",
|
|
@@ -89,7 +87,6 @@
|
|
| 89 |
"use_cache": true,
|
| 90 |
"vocab_size": 345
|
| 91 |
},
|
| 92 |
-
"eos_token_id": 2,
|
| 93 |
"gradient_checkpointing": false,
|
| 94 |
"hidden_act": "gelu",
|
| 95 |
"hidden_dropout_prob": 0.1,
|
|
@@ -97,11 +94,10 @@
|
|
| 97 |
"initializer_range": 0.02,
|
| 98 |
"intermediate_size": 3072,
|
| 99 |
"layer_norm_eps": 1e-05,
|
| 100 |
-
"max_length": 512,
|
| 101 |
"max_position_embeddings": 2050,
|
|
|
|
| 102 |
"num_attention_heads": 12,
|
| 103 |
"num_hidden_layers": 12,
|
| 104 |
-
"pad_token_id": 1,
|
| 105 |
"position_embedding_type": "absolute",
|
| 106 |
"torch_dtype": "float32",
|
| 107 |
"transformers_version": "4.33.0.dev0",
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"DNikudModel"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"classifier_dropout": null,
|
| 7 |
"config": {
|
| 8 |
"_commit_hash": "41265b09a862144b2517afdfd46da4388f1380df",
|
|
|
|
| 87 |
"use_cache": true,
|
| 88 |
"vocab_size": 345
|
| 89 |
},
|
|
|
|
| 90 |
"gradient_checkpointing": false,
|
| 91 |
"hidden_act": "gelu",
|
| 92 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 94 |
"initializer_range": 0.02,
|
| 95 |
"intermediate_size": 3072,
|
| 96 |
"layer_norm_eps": 1e-05,
|
|
|
|
| 97 |
"max_position_embeddings": 2050,
|
| 98 |
+
"model_type": "roberta",
|
| 99 |
"num_attention_heads": 12,
|
| 100 |
"num_hidden_layers": 12,
|
|
|
|
| 101 |
"position_embedding_type": "absolute",
|
| 102 |
"torch_dtype": "float32",
|
| 103 |
"transformers_version": "4.33.0.dev0",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446928329
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e82190c16919f79b645ef94ceadd3100b782ddbd1f32d913c42a643f38f469a
|
| 3 |
size 446928329
|