huihui-ai commited on
Commit
9055abb
1 Parent(s): 772cedd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
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: If you want to learn more about how we process your personal data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
 
 
5
  tags:
6
- - Text Generation
7
- - Transformers
8
- - Safetensors
9
- - conversational
10
- - text-generation-inference
11
- - abliterated
12
- - uncensored
 
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
+ ```