munish0838
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
base_model: SF-Foundation/TextBase-7B-v0.1
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- mistral
|
9 |
+
- gguf
|
10 |
+
library_name: llama.cpp
|
11 |
+
model_creator: SF-Foundation
|
12 |
+
model_name: TextBase-7B-v0.1
|
13 |
+
model_type: mistral
|
14 |
+
quantized_by: mgonzs13
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
# TextBase-7B-v0.1-GGUF
|
19 |
+
|
20 |
+
This is quantized version of SF-Foundation/TextBase-7B-v0.1 created using llama.cpp
|
21 |
+
|
22 |
+
# Model Description
|
23 |
+
Finetuned version of Mistral-7B-Instruct. Details on development to be published soon.
|
24 |
+
|
25 |
+
TextBase-7B was fine-tuned from the open source Mistral-7B model using a novel and patent-pending learning technique. Our learning framework relies on efficiently combining supervised and Reinforcement learning methods leveraging human and AI labels over a combination of public and CRM task-specific datasets. Supervised finetuning allows the model to learn task-specific skills while RLHF imparts human judgement making the model able to generalize, reason and follow instructions efficiently.
|
26 |
+
|
27 |
+
Checkout more models developed by Salesforce under https://huggingface.co/Salesforce
|