Create Config.json
Browse files- Config.json +36 -0
Config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "[email protected]"
|
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 |
+
}
|