Or4cl3-1 commited on
Commit
62ad7b9
1 Parent(s): 0e57ee9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -21
config.json CHANGED
@@ -1,23 +1,21 @@
1
- "architectures": [
2
- "CognoSphereUnifiedMultimodalLanguageModel"
3
- ],
4
- "attention_probs_dropout_prob": 0.1,
5
- "classifier_dropout": null, # Optional; dropout probability for the classifier, if any
6
- "gradient_checkpointing": false, # Optional; enable gradient checkpointing to reduce memory usage
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
 
 
 
 
 
 
 
 
 
9
  "hidden_size": 768,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 3072,
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
  }