Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
4 |
-
extra_gated_description:
|
|
|
|
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
13 |
---
|
14 |
|
15 |
# huihui-ai/Mistral-7B-Instruct-v0.3-abliterated
|
@@ -32,4 +35,4 @@ messages = [
|
|
32 |
]
|
33 |
chatbot = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.3-abliterated")
|
34 |
chatbot(messages)
|
35 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
4 |
+
extra_gated_description: >-
|
5 |
+
If you want to learn more about how we process your personal data, please read
|
6 |
+
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
7 |
tags:
|
8 |
+
- Text Generation
|
9 |
+
- Transformers
|
10 |
+
- Safetensors
|
11 |
+
- conversational
|
12 |
+
- text-generation-inference
|
13 |
+
- abliterated
|
14 |
+
- uncensored
|
15 |
+
- Inference Endpoints
|
16 |
---
|
17 |
|
18 |
# huihui-ai/Mistral-7B-Instruct-v0.3-abliterated
|
|
|
35 |
]
|
36 |
chatbot = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.3-abliterated")
|
37 |
chatbot(messages)
|
38 |
+
```
|