Commit
·
1ce9070
1
Parent(s):
6ad5a97
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,18 @@ pipeline_tag: text-generation
|
|
4 |
tags:
|
5 |
- finetuned
|
6 |
inference: false
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
# Model Card for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an improved instruct fine-tuned version of [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1).
|
12 |
|
|
|
4 |
tags:
|
5 |
- finetuned
|
6 |
inference: false
|
7 |
+
datasets:
|
8 |
+
- Trelis/function_calling_v3
|
9 |
---
|
10 |
|
11 |
+
# Model Card for fearnstral-instruct-fn-v0.2
|
12 |
+
|
13 |
+
Fearnstral Instruct is a function calling fine tune of the mistral-7b-instruct model trained with the function_calling_v3 dataset.
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
# Original Mistral-7B-Instruct-v0.2 model card
|
19 |
|
20 |
The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an improved instruct fine-tuned version of [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1).
|
21 |
|