File size: 651 Bytes
62ad7b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d713fde
62ad7b9
139c4db
11a0192
139c4db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "model_name": "CSUMLM",
  "description": "CognoSphere Unified Multimodal Language Model",
  "version": "1.0",
  "author": "Or4cl3 AI Solutions",
  "framework": "TensorFlow",
  "python_version": "3.x",
  "deep_learning_framework": "TensorFlow",
  "data_processing_framework": "Custom Pipelines",
  "explainability_tools": "Integrated Visualization Tools",
  "training_data": "Custom 1500 Example Dataset",
  "training_steps": 100000,
  "batch_size": 64,
  "learning_rate": 0.0001,
  "max_sequence_length": 512,
  "num_layers": 12,
  "num_heads": 12,
  "hidden_size": 768,
  "dropout_rate": 0.1,
  "num_epochs": 10,
  "model_type": "transformers"
}