GenjiOneTrick commited on
Commit
c41327a
·
1 Parent(s): 2b0edc4

adj: spell

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import hf_hub_download
5
  title = "Mistral-7B-Instruct-GGUF-Run-On-CPU-Basic"
6
 
7
  description = """
8
- 🔎 mistral-7b-instruct-v0.1, 4-bit quantisation balanced quality gguf version, running on CPU. English Only. (Also support other languages but the quality's not good)
9
 
10
  🔨 Running on CPU-Basic Hardware. Suggest duplicating this space to run without a queue. [GGUF format model files](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF) for [Mistral AI's Mistral 7B Instruct v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1). How to insert system prompt: [Learn more](https://docs.mistral.ai/usage/guardrailing). [GitHub - gpt4all](https://github.com/nomic-ai/gpt4all) [GitHub - llama.cpp](https://github.com/ggerganov/llama.cpp)
11
  """
@@ -90,7 +90,6 @@ iface = gr.ChatInterface(
90
  examples=[
91
  ["Hello there! How are you doing?"],
92
  ["How many hours does it take a man to eat a Helicopter?"],
93
- ["How to kill a Linux process?"],
94
  ["You are a helpful and honest assistant. Always answer as helpfully as possible. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."],
95
  ["I want you to act as a spoken English teacher and improver. I will speak to you in English and you will reply to me in English to practice my spoken English. I want you to strictly correct my grammar mistakes, typos, and factual errors. I want you to ask me a question in your reply. Now let's start practicing, you could ask me a question first. Remember, I want you to strictly correct my grammar mistakes, typos, and factual errors."],
96
  [f"I want you to act like {character} from {series}. I want you to respond and answer like {character} using the tone, manner and vocabulary {character} would use. Do not write any explanations. Only answer like {character}. You must know all of the knowledge of {character}."]
 
5
  title = "Mistral-7B-Instruct-GGUF-Run-On-CPU-Basic"
6
 
7
  description = """
8
+ 🔎 Mistral-7B-Instruct-v0.1, 4-bit quantization balanced quality gguf version, running on CPU. English Only. (Also support other languages but the quality's not good)
9
 
10
  🔨 Running on CPU-Basic Hardware. Suggest duplicating this space to run without a queue. [GGUF format model files](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF) for [Mistral AI's Mistral 7B Instruct v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1). How to insert system prompt: [Learn more](https://docs.mistral.ai/usage/guardrailing). [GitHub - gpt4all](https://github.com/nomic-ai/gpt4all) [GitHub - llama.cpp](https://github.com/ggerganov/llama.cpp)
11
  """
 
90
  examples=[
91
  ["Hello there! How are you doing?"],
92
  ["How many hours does it take a man to eat a Helicopter?"],
 
93
  ["You are a helpful and honest assistant. Always answer as helpfully as possible. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."],
94
  ["I want you to act as a spoken English teacher and improver. I will speak to you in English and you will reply to me in English to practice my spoken English. I want you to strictly correct my grammar mistakes, typos, and factual errors. I want you to ask me a question in your reply. Now let's start practicing, you could ask me a question first. Remember, I want you to strictly correct my grammar mistakes, typos, and factual errors."],
95
  [f"I want you to act like {character} from {series}. I want you to respond and answer like {character} using the tone, manner and vocabulary {character} would use. Do not write any explanations. Only answer like {character}. You must know all of the knowledge of {character}."]