wenqiglantz
commited on
Commit
•
5f644ed
1
Parent(s):
6977199
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- mergekit
|
6 |
+
- lazymergekit
|
7 |
+
- finetuned
|
8 |
+
- mistralai/Mistral-7B-Instruct-v0.2
|
9 |
+
- janai-hq/trinity-v1
|
10 |
+
- wenqiglantz/MistralTrinity-7b-slerp
|
11 |
+
---
|
12 |
+
|
13 |
+
# MistralTrinity-7B-slerp-finetuned-dolly-1k
|
14 |
+
|
15 |
+
MistralTrinity-7B-slerp-finetuned-dolly-1k is a fine-tuned model of [MistralTrinity-7B-slerp](https://huggingface.co/wenqiglantz/MistralTrinity-7B-slerp), which was merged from the following two models using [mergekit](https://github.com/cg123/mergekit):
|
16 |
+
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
17 |
+
* [janai-hq/trinity-v1](https://huggingface.co/janai-hq/trinity-v1)
|
18 |
+
|
19 |
+
## Dataset
|
20 |
+
|
21 |
+
The dataset used for fine-tuning is from [wenqiglantz/databricks-dolly-1k](https://huggingface.co/datasets/wenqiglantz/databricks-dolly-1k), a subset (1000 samples) of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) dataset.
|
22 |
+
|