Upload config.json with huggingface_hub
Browse files- config.json +32 -0
config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "cognet",
|
| 3 |
+
"architecture": "non-transformer",
|
| 4 |
+
"model_name": "CogNet-1B",
|
| 5 |
+
"vocab_size": 136,
|
| 6 |
+
"hidden_dim": 2048,
|
| 7 |
+
"num_blocks": 16,
|
| 8 |
+
"num_channels": 8,
|
| 9 |
+
"channel_dim": 384,
|
| 10 |
+
"ff_dim": 8192,
|
| 11 |
+
"max_seq_len": 256,
|
| 12 |
+
"working_slots": 128,
|
| 13 |
+
"episodic_slots": 256,
|
| 14 |
+
"semantic_slots": 512,
|
| 15 |
+
"tokenizer_type": "character_level",
|
| 16 |
+
"parameter_count": 1020000000,
|
| 17 |
+
"training_framework": "pytorch",
|
| 18 |
+
"license": "mit",
|
| 19 |
+
"language": [
|
| 20 |
+
"en",
|
| 21 |
+
"fr",
|
| 22 |
+
"code"
|
| 23 |
+
],
|
| 24 |
+
"tags": [
|
| 25 |
+
"non-transformer",
|
| 26 |
+
"cognitive-routing",
|
| 27 |
+
"hierarchical-memory",
|
| 28 |
+
"character-level",
|
| 29 |
+
"aicl"
|
| 30 |
+
],
|
| 31 |
+
"pipeline_tag": "text-generation"
|
| 32 |
+
}
|