Ayeshanoor101 commited on
Commit
9bfc3b6
1 Parent(s): 1937667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,10 +3,9 @@ from huggingface_hub import InferenceClient
3
 
4
  # Markdown description
5
  DESCRIPTION = '''
6
- <div style="overflow-y: auto;">
7
  <h1 style="text-align: center;">zephyr-7b-beta</h1>
8
  <p>This Space demonstrates the instruction-tuned model<b>zephyr-7b-beta by Hugging face</b></a>. zephyr-7b-beta is the new open 7B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets. Feel free to play with it, or duplicate to run privately!</p>
9
- <p>🔎 Zephyr is a series of language models that are trained to act as helpful assistants. Zephyr-7B-β is the second model in the series, and is a fine-tuned version of mistralai/Mistral-7B-v0.1 that was trained on on a mix of publicly available, synthetic datasets using Direct Preference Optimization (DPO).</p>
10
  </div>
11
  '''
12
 
 
3
 
4
  # Markdown description
5
  DESCRIPTION = '''
6
+ <div>
7
  <h1 style="text-align: center;">zephyr-7b-beta</h1>
8
  <p>This Space demonstrates the instruction-tuned model<b>zephyr-7b-beta by Hugging face</b></a>. zephyr-7b-beta is the new open 7B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets. Feel free to play with it, or duplicate to run privately!</p>
 
9
  </div>
10
  '''
11