Update config.json
Browse files- config.json +19 -21
config.json
CHANGED
@@ -1,23 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
"hidden_size": 768,
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"layer_norm_eps": 1e-12,
|
13 |
-
"max_position_embeddings": 512,
|
14 |
-
"model_type": "cogsphere",
|
15 |
-
"num_attention_heads": 12,
|
16 |
-
"num_hidden_layers": 12,
|
17 |
-
"pad_token_id": 0,
|
18 |
-
"position_embedding_type": "absolute",
|
19 |
-
"transformers_version": "4.26.0",
|
20 |
-
"type_vocab_size": 2,
|
21 |
-
"vocab_size": 30522,
|
22 |
-
"model_card": "https://huggingface.co/CognoSphere/CSUMLM/blob/main/README.md"
|
23 |
}
|
|
|
1 |
+
{
|
2 |
+
"model_name": "CSUMLM",
|
3 |
+
"description": "CognoSphere Unified Multimodal Language Model",
|
4 |
+
"version": "1.0",
|
5 |
+
"author": "Or4cl3 AI Solutions",
|
6 |
+
"framework": "TensorFlow",
|
7 |
+
"python_version": "3.x",
|
8 |
+
"deep_learning_framework": "TensorFlow",
|
9 |
+
"data_processing_framework": "Custom Pipelines",
|
10 |
+
"explainability_tools": "Integrated Visualization Tools",
|
11 |
+
"training_data": "Custom 1500 Example Dataset",
|
12 |
+
"training_steps": 100000,
|
13 |
+
"batch_size": 64,
|
14 |
+
"learning_rate": 0.0001,
|
15 |
+
"max_sequence_length": 512,
|
16 |
+
"num_layers": 12,
|
17 |
+
"num_heads": 12,
|
18 |
"hidden_size": 768,
|
19 |
+
"dropout_rate": 0.1,
|
20 |
+
"num_epochs": 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|