Upload model
Browse files- config.json +8 -8
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -7,17 +7,17 @@
|
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
| 9 |
"AutoModel": "modeling_hf_nomic_bert.NomicBertModel",
|
| 10 |
-
"AutoModelForMaskedLM": "modeling_hf_nomic_bert.NomicBertForPreTraining",
|
| 11 |
-
"AutoModelForMultipleChoice": "modeling_hf_nomic_bert.NomicBertForMultipleChoice",
|
| 12 |
-
"AutoModelForQuestionAnswering": "modeling_hf_nomic_bert.NomicBertForQuestionAnswering",
|
| 13 |
-
"AutoModelForSequenceClassification": "modeling_hf_nomic_bert.NomicBertForSequenceClassification",
|
| 14 |
-
"AutoModelForTokenClassification": "modeling_hf_nomic_bert.NomicBertForTokenClassification"
|
| 15 |
},
|
| 16 |
"bos_token_id": null,
|
| 17 |
"causal": false,
|
| 18 |
"dense_seq_output": true,
|
| 19 |
"dtype": "float32",
|
| 20 |
-
"embd_pdrop": 0.
|
| 21 |
"eos_token_id": null,
|
| 22 |
"fused_bias_fc": true,
|
| 23 |
"fused_dropout_add_ln": true,
|
|
@@ -38,7 +38,7 @@
|
|
| 38 |
"prenorm": false,
|
| 39 |
"qkv_proj_bias": false,
|
| 40 |
"reorder_and_upcast_attn": false,
|
| 41 |
-
"resid_pdrop": 0.
|
| 42 |
"rotary_emb_base": 1000,
|
| 43 |
"rotary_emb_fraction": 1.0,
|
| 44 |
"rotary_emb_interleaved": false,
|
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"scale_attn_by_inverse_layer_idx": false,
|
| 48 |
"scale_attn_weights": true,
|
| 49 |
"summary_activation": null,
|
| 50 |
-
"summary_first_dropout": 0.
|
| 51 |
"summary_proj_to_labels": true,
|
| 52 |
"summary_type": "cls_index",
|
| 53 |
"summary_use_proj": true,
|
|
|
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
| 9 |
"AutoModel": "modeling_hf_nomic_bert.NomicBertModel",
|
| 10 |
+
"AutoModelForMaskedLM": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForPreTraining",
|
| 11 |
+
"AutoModelForMultipleChoice": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForMultipleChoice",
|
| 12 |
+
"AutoModelForQuestionAnswering": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForQuestionAnswering",
|
| 13 |
+
"AutoModelForSequenceClassification": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForSequenceClassification",
|
| 14 |
+
"AutoModelForTokenClassification": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForTokenClassification"
|
| 15 |
},
|
| 16 |
"bos_token_id": null,
|
| 17 |
"causal": false,
|
| 18 |
"dense_seq_output": true,
|
| 19 |
"dtype": "float32",
|
| 20 |
+
"embd_pdrop": 0.0,
|
| 21 |
"eos_token_id": null,
|
| 22 |
"fused_bias_fc": true,
|
| 23 |
"fused_dropout_add_ln": true,
|
|
|
|
| 38 |
"prenorm": false,
|
| 39 |
"qkv_proj_bias": false,
|
| 40 |
"reorder_and_upcast_attn": false,
|
| 41 |
+
"resid_pdrop": 0.0,
|
| 42 |
"rotary_emb_base": 1000,
|
| 43 |
"rotary_emb_fraction": 1.0,
|
| 44 |
"rotary_emb_interleaved": false,
|
|
|
|
| 47 |
"scale_attn_by_inverse_layer_idx": false,
|
| 48 |
"scale_attn_weights": true,
|
| 49 |
"summary_activation": null,
|
| 50 |
+
"summary_first_dropout": 0.0,
|
| 51 |
"summary_proj_to_labels": true,
|
| 52 |
"summary_type": "cls_index",
|
| 53 |
"summary_use_proj": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 368472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dbc2669bf099d4104f991d26871e5c3769ec10b26bf1888b799c74ac6606951
|
| 3 |
size 368472
|