Upload folder using huggingface_hub
Browse files- config.json +43 -43
- pytorch_model.bin +3 -0
config.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"architectures": [
|
| 4 |
-
"RobertaForSequenceClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.1,
|
| 7 |
-
"bos_token_id": 0,
|
| 8 |
-
"classifier_dropout": null,
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"hidden_act": "gelu",
|
| 11 |
-
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"hidden_size": 768,
|
| 13 |
-
"id2label": {
|
| 14 |
-
"0": "associative",
|
| 15 |
-
"1": "emotional",
|
| 16 |
-
"2": "episodic",
|
| 17 |
-
"3": "non_memory",
|
| 18 |
-
"4": "semantic",
|
| 19 |
-
"5": "spatial"
|
| 20 |
-
},
|
| 21 |
-
"initializer_range": 0.02,
|
| 22 |
-
"intermediate_size": 3072,
|
| 23 |
-
"label2id": {
|
| 24 |
-
"associative": 0,
|
| 25 |
-
"emotional": 1,
|
| 26 |
-
"episodic": 2,
|
| 27 |
-
"non_memory": 3,
|
| 28 |
-
"semantic": 4,
|
| 29 |
-
"spatial": 5
|
| 30 |
-
},
|
| 31 |
-
"layer_norm_eps": 1e-05,
|
| 32 |
-
"max_position_embeddings": 514,
|
| 33 |
-
"model_type": "roberta",
|
| 34 |
-
"num_attention_heads": 12,
|
| 35 |
-
"num_hidden_layers": 12,
|
| 36 |
-
"pad_token_id": 1,
|
| 37 |
-
"position_embedding_type": "absolute",
|
| 38 |
-
"torch_dtype": "float32",
|
| 39 |
-
"transformers_version": "4.
|
| 40 |
-
"type_vocab_size": 1,
|
| 41 |
-
"use_cache": true,
|
| 42 |
-
"vocab_size": 50265
|
| 43 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "../memoryBERTv1",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "associative",
|
| 15 |
+
"1": "emotional",
|
| 16 |
+
"2": "episodic",
|
| 17 |
+
"3": "non_memory",
|
| 18 |
+
"4": "semantic",
|
| 19 |
+
"5": "spatial"
|
| 20 |
+
},
|
| 21 |
+
"initializer_range": 0.02,
|
| 22 |
+
"intermediate_size": 3072,
|
| 23 |
+
"label2id": {
|
| 24 |
+
"associative": 0,
|
| 25 |
+
"emotional": 1,
|
| 26 |
+
"episodic": 2,
|
| 27 |
+
"non_memory": 3,
|
| 28 |
+
"semantic": 4,
|
| 29 |
+
"spatial": 5
|
| 30 |
+
},
|
| 31 |
+
"layer_norm_eps": 1e-05,
|
| 32 |
+
"max_position_embeddings": 514,
|
| 33 |
+
"model_type": "roberta",
|
| 34 |
+
"num_attention_heads": 12,
|
| 35 |
+
"num_hidden_layers": 12,
|
| 36 |
+
"pad_token_id": 1,
|
| 37 |
+
"position_embedding_type": "absolute",
|
| 38 |
+
"torch_dtype": "float32",
|
| 39 |
+
"transformers_version": "4.45.2",
|
| 40 |
+
"type_vocab_size": 1,
|
| 41 |
+
"use_cache": true,
|
| 42 |
+
"vocab_size": 50265
|
| 43 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55934c2244a51df2a5cf8ac35b6f9007a3a3f9438405c5030ae327efd2b2e81
|
| 3 |
+
size 498667121
|