Upload config
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "HuggingFaceH4/tiny-random-
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForSequenceClassification"
|
| 5 |
],
|
|
@@ -7,8 +7,14 @@
|
|
| 7 |
"eos_token_id": 1,
|
| 8 |
"hidden_act": "silu",
|
| 9 |
"hidden_size": 16,
|
|
|
|
|
|
|
|
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"intermediate_size": 64,
|
|
|
|
|
|
|
|
|
|
| 12 |
"max_position_embeddings": 2048,
|
| 13 |
"model_type": "llama",
|
| 14 |
"num_attention_heads": 4,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "HuggingFaceH4/tiny-random-LlamaForSequenceClassification",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 7 |
"eos_token_id": 1,
|
| 8 |
"hidden_act": "silu",
|
| 9 |
"hidden_size": 16,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "LABEL_0"
|
| 12 |
+
},
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 64,
|
| 15 |
+
"label2id": {
|
| 16 |
+
"LABEL_0": 0
|
| 17 |
+
},
|
| 18 |
"max_position_embeddings": 2048,
|
| 19 |
"model_type": "llama",
|
| 20 |
"num_attention_heads": 4,
|