Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +1 -4
- tokenizer_config.json +1 -4
README.md
CHANGED
|
@@ -26,7 +26,7 @@ The architecture is a single-layer associative network trained via Hebbian learn
|
|
| 26 |
|---|---|
|
| 27 |
| **Parameters** | 187,200 |
|
| 28 |
| **Precision** | 2-bit (Q2_0) |
|
| 29 |
-
| **Model size** |
|
| 30 |
| **Architecture** | Single-layer associative network |
|
| 31 |
| **Context window** | 20 turns |
|
| 32 |
| **Output classes** | 1,200 |
|
|
|
|
| 26 |
|---|---|
|
| 27 |
| **Parameters** | 187,200 |
|
| 28 |
| **Precision** | 2-bit (Q2_0) |
|
| 29 |
+
| **Model size** | 187 KB weights + 27 KB vocab |
|
| 30 |
| **Architecture** | Single-layer associative network |
|
| 31 |
| **Context window** | 20 turns |
|
| 32 |
| **Output classes** | 1,200 |
|
config.json
CHANGED
|
@@ -9,10 +9,7 @@
|
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_twentyq.TwentyQConfig",
|
| 11 |
"AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM",
|
| 12 |
-
"AutoTokenizer":
|
| 13 |
-
"tokenization_twentyq.TwentyQTokenizer",
|
| 14 |
-
null
|
| 15 |
-
]
|
| 16 |
},
|
| 17 |
"torch_dtype": "float32"
|
| 18 |
}
|
|
|
|
| 9 |
"auto_map": {
|
| 10 |
"AutoConfig": "configuration_twentyq.TwentyQConfig",
|
| 11 |
"AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM",
|
| 12 |
+
"AutoTokenizer": "tokenization_twentyq.TwentyQTokenizer"
|
|
|
|
|
|
|
|
|
|
| 13 |
},
|
| 14 |
"torch_dtype": "float32"
|
| 15 |
}
|
tokenizer_config.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"tokenizer_class": "TwentyQTokenizer",
|
| 3 |
"auto_map": {
|
| 4 |
-
"AutoTokenizer":
|
| 5 |
-
"tokenization_twentyq.TwentyQTokenizer",
|
| 6 |
-
null
|
| 7 |
-
]
|
| 8 |
},
|
| 9 |
"model_max_length": 4096,
|
| 10 |
"pad_token": "<pad>",
|
|
|
|
| 1 |
{
|
| 2 |
"tokenizer_class": "TwentyQTokenizer",
|
| 3 |
"auto_map": {
|
| 4 |
+
"AutoTokenizer": "tokenization_twentyq.TwentyQTokenizer"
|
|
|
|
|
|
|
|
|
|
| 5 |
},
|
| 6 |
"model_max_length": 4096,
|
| 7 |
"pad_token": "<pad>",
|