Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
library_name: torch
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card for Decompose_Task_Mistral-7B
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
|
11 |
+
### Model Description
|
12 |
+
|
13 |
+
This model decomposes a multi-modal composite task to actionable subtasks
|
14 |
+
|
15 |
+
- **Developed by:** Arash Shahmansoori
|
16 |
+
- **Language(s) (NLP):** en
|
17 |
+
- **License:** mit
|
18 |
+
- **Finetuned from model:** Mistral-7B-v0.1
|
19 |
+
|
20 |
+
### Model Sources
|
21 |
+
|
22 |
+
- **Repository:** https://github.com/arash-shahmansoori/decompose_net.git
|
23 |
+
- **Paper [optional]:** https://medium.com/@arash.mansoori65/decompose-and-conquer-introducing-the-first-open-source-large-language-model-with-multi-modal-task-9d3683dd8bed
|