CSUMLM / config.json
Or4cl3-1's picture
Rename Config.json to config.json
7bc65e2 verified
raw
history blame
1.26 kB
{
"model_name": "CognoSphere Unified Multimodal Language Model (CSUMLM)",
"framework": "Hugging Face",
"modality": "Multimodal",
"task": "Natural Language Understanding, Multimodal Processing",
"architecture": "Hybrid Learning Engine, Advanced Attention Mechanism, Hierarchical Belief Desire Intent Tree/Chain of Thought Structure",
"languages": ["English"],
"datasets": [
"epinnock/software-architecture-instructions",
"epinnock/software-architecture-instructions-preference",
"freecs/ArtificialThinkerSet",
"codeparrot/apps",
"deepmind/code_contests",
"clinc/cs_convo_self",
"dstc8-schema-guided-dialog",
"empathetic-dialogues",
"reddit-self-reflection",
"dialogpt/intents-full"
],
"intended_use": "Research, Education, Commercial Applications",
"contact": {
"author": "Dustin Groves",
"organization": "Or4cl3 AI Solutions",
"email": "[email protected]"
},
"license": "apache-2.0",
"tags": ["code", "natural language understanding", "machine learning", "research", "introspection", "self-reflection", "conversational"],
"pipeline_tag": "text-generation",
"model-index": [],
"library_name": "transformers",
"metrics": [
"accuracy",
"bertscore",
"code_eval"
]
}