Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,17 @@ This model was developed by StarfleetAI with the aim of it being used for autono
|
|
| 23 |
## Model Details
|
| 24 |
|
| 25 |
* Based on `Open-Orca/Mistral-7B-OpenOrca`
|
| 26 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
### Model Description
|
| 29 |
|
|
@@ -31,7 +41,7 @@ This model was developed by StarfleetAI with the aim of it being used for autono
|
|
| 31 |
|
| 32 |
- **Developed by:** StarfleetAI
|
| 33 |
- **Model type:** Mistral
|
| 34 |
-
- **Language(s) (NLP):**
|
| 35 |
- **License:** Apache license 2.0
|
| 36 |
- **Finetuned from model:** `Open-Orca/Mistral-7B-OpenOrca`
|
| 37 |
|
|
|
|
| 23 |
## Model Details
|
| 24 |
|
| 25 |
* Based on `Open-Orca/Mistral-7B-OpenOrca`
|
| 26 |
+
* Additionally trained on coding tasks
|
| 27 |
+
* Trained for function calling
|
| 28 |
+
|
| 29 |
+
## Features
|
| 30 |
+
|
| 31 |
+
- [x] Function calling
|
| 32 |
+
- [ ] Needs more training on examples where function call should be performed in the middle/end parts of the conversation, rather than in the beginning
|
| 33 |
+
- [ ] Needs to eliminate some hallucinations (it, for example, sometimes regressing news articles instead of calling the `get_rss_feed` function, and stuff like that)
|
| 34 |
+
- [ ] Correct typography (currently: `Answer:123` instead of `Answer: 123`)
|
| 35 |
+
- [ ] Current date / time / timezone conversational abilities
|
| 36 |
+
- [ ] Needs some DPO
|
| 37 |
|
| 38 |
### Model Description
|
| 39 |
|
|
|
|
| 41 |
|
| 42 |
- **Developed by:** StarfleetAI
|
| 43 |
- **Model type:** Mistral
|
| 44 |
+
- **Language(s) (NLP):** English
|
| 45 |
- **License:** Apache license 2.0
|
| 46 |
- **Finetuned from model:** `Open-Orca/Mistral-7B-OpenOrca`
|
| 47 |
|