Or4cl3-1 commited on
Commit
d713fde
1 Parent(s): 7bc65e2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -34
config.json CHANGED
@@ -1,36 +1,20 @@
1
- {
2
- "model_name": "CognoSphere Unified Multimodal Language Model (CSUMLM)",
3
- "framework": "Hugging Face",
4
- "modality": "Multimodal",
5
- "task": "Natural Language Understanding, Multimodal Processing",
6
- "architecture": "Hybrid Learning Engine, Advanced Attention Mechanism, Hierarchical Belief Desire Intent Tree/Chain of Thought Structure",
7
- "languages": ["English"],
8
- "datasets": [
9
- "epinnock/software-architecture-instructions",
10
- "epinnock/software-architecture-instructions-preference",
11
- "freecs/ArtificialThinkerSet",
12
- "codeparrot/apps",
13
- "deepmind/code_contests",
14
- "clinc/cs_convo_self",
15
- "dstc8-schema-guided-dialog",
16
- "empathetic-dialogues",
17
- "reddit-self-reflection",
18
- "dialogpt/intents-full"
19
  ],
20
- "intended_use": "Research, Education, Commercial Applications",
21
- "contact": {
22
- "author": "Dustin Groves",
23
- "organization": "Or4cl3 AI Solutions",
24
- "email": "or4cl3ai@gmail.com"
25
- },
26
- "license": "apache-2.0",
27
- "tags": ["code", "natural language understanding", "machine learning", "research", "introspection", "self-reflection", "conversational"],
28
- "pipeline_tag": "text-generation",
29
- "model-index": [],
30
- "library_name": "transformers",
31
- "metrics": [
32
- "accuracy",
33
- "bertscore",
34
- "code_eval"
35
- ]
36
  }
 
1
+ "architectures": [
2
+ "CognoSphereUnifiedMultimodalLanguageModel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ],
4
+ "attention_probs_dropout_prob": 0.1,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 768,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 3072,
10
+ "layer_norm_eps": 1e-12,
11
+ "max_position_embeddings": 512,
12
+ "model_type": "cogsphere",
13
+ "num_attention_heads": 12,
14
+ "num_layers": 12,
15
+ "pad_token_id": 0,
16
+ "position_embedding_type": "absolute",
17
+ "transformers_version": "4.26.0",
18
+ "type_vocab_size": 2,
19
+ "vocab_size": 30522
20
  }