Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,18 @@ tags:
|
|
9 |
- function calling
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# WARNING
|
15 |
This model is **UNCENSORED**. That means this model is highly compliant to any requests, even unethical and potentially dangerous ones. I do not take any responsibility whatsoever for any damage caused by the model in this repo.
|
16 |
|
17 |
|
18 |
# Model Description
|
19 |
-
This repository contains an uncensored model of [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2). This model is specifically designed for operating within function calling environment in MemGPT. It demonstrates comparable performances to GPT-4 when it comes to working with MemGPT.
|
20 |
|
21 |
|
22 |
# Key Features
|
|
|
9 |
- function calling
|
10 |
---
|
11 |
|
12 |
+
# MemGPT DPO uncensored 6.0bpw exl2
|
13 |
+
- Model creator: [Starlette!](https://huggingface.co/starsnatched)
|
14 |
+
- Original model: [MemGPT-DPO-uncensored](https://huggingface.co/starsnatched/MemGPT-DPO-uncensored)
|
15 |
+
|
16 |
+
This is an quantized, uncensored release of DPO version of a Language Model, intended to be used with [MemGPT](https://github.com/cpacker/MemGPT).
|
17 |
|
18 |
# WARNING
|
19 |
This model is **UNCENSORED**. That means this model is highly compliant to any requests, even unethical and potentially dangerous ones. I do not take any responsibility whatsoever for any damage caused by the model in this repo.
|
20 |
|
21 |
|
22 |
# Model Description
|
23 |
+
This repository contains an uncensored, finetuned model of [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2). This model is specifically designed for operating within function calling environment in MemGPT. It demonstrates comparable performances to GPT-4 when it comes to working with MemGPT.
|
24 |
|
25 |
|
26 |
# Key Features
|