Update README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,36 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
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: [email protected]
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
# CognoSphere Unified Multimodal Language Model (CSUMLM) Model Card
|
36 |
|