Or4cl3-1 commited on
Commit
2e6bc61
1 Parent(s): 12a1c10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -39
README.md CHANGED
@@ -1,42 +1,36 @@
1
- ```
2
- {
3
- "model_name": "CognoSphere Unified Multimodal Language Model (CSUMLM)",
4
- "framework": "Hugging Face",
5
- "modality": "Multimodal",
6
- "task": "Natural Language Understanding, Multimodal Processing",
7
- "architecture": "Hybrid Learning Engine, Advanced Attention Mechanism, Hierarchical Belief Desire Intent Tree/Chain of Thought Structure",
8
- "languages": ["English"],
9
- "datasets": [
10
- "epinnock/software-architecture-instructions",
11
- "epinnock/software-architecture-instructions-preference",
12
- "freecs/ArtificialThinkerSet",
13
- "codeparrot/apps",
14
- "deepmind/code_contests",
15
- "clinc/cs_convo_self",
16
- "dstc8-schema-guided-dialog",
17
- "empathetic-dialogues",
18
- "reddit-self-reflection",
19
- "dialogpt/intents-full"
20
- ],
21
- "intended_use": "Research, Education, Commercial Applications",
22
- "contact": {
23
- "author": "Dustin Groves",
24
- "organization": "Or4cl3 AI Solutions",
25
- "email": "dustin.groves@or4cl3.ai"
26
- },
27
- "license": "apache-2.0",
28
- "tags": ["code", "natural language understanding", "machine learning", "research", "introspection", "self-reflection", "conversational"],
29
- "pipeline_tag": "text-generation",
30
- "model-index": [],
31
- "library_name": "transformers",
32
- "metrics": [
33
- "accuracy",
34
- "bertscore",
35
- "code_eval"
36
- ]
37
- }
38
- ```
39
-
40
  ---
41
  # CognoSphere Unified Multimodal Language Model (CSUMLM) Model Card
42
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ datasets:
5
+ - epinnock/software-architecture-instructions
6
+ - epinnock/software-architecture-instructions-preference
7
+ - freecs/ArtificialThinkerSet
8
+ - codeparrot/apps
9
+ - deepmind/code_contests
10
+ - clinc/cs_convo_self
11
+ - dstc8-schema-guided-dialog
12
+ - empathetic-dialogues
13
+ - reddit-self-reflection
14
+ - dialogpt/intents-full
15
+ license: apache-2.0
16
+ tags:
17
+ - code
18
+ - natural language understanding
19
+ - machine learning
20
+ - research
21
+ - introspection
22
+ - self-reflection
23
+ - conversational
24
+ pipeline_tag: text-generation
25
+ library_name: transformers
26
+ metrics:
27
+ - accuracy
28
+ - bertscore
29
+ - code_eval
30
+ contact:
31
+ author: Dustin Groves
32
+ organization: Or4cl3 AI Solutions
33
+ email: dustin.groves@or4cl3.ai
 
 
 
 
 
 
34
  ---
35
  # CognoSphere Unified Multimodal Language Model (CSUMLM) Model Card
36