mgoin commited on
Commit
d6c2065
β€’
1 Parent(s): 81fba6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ MODEL_ID = "zoo:llama2-7b-gsm8k_llama2_pretrain-pruned60_quantized"
8
 
9
  DESCRIPTION = f"""
10
  # Llama 2 Sparse Finetuned on GSM8k with DeepSparse
11
- ![NM Logo](https://cdn-uploads.huggingface.co/production/uploads/60466e4b4f40b01b66151416/DOV5q6andhMq83TpAgaU9.jpeg)
12
  Model ID: {MODEL_ID}
13
 
14
  πŸš€ **Experience the power of LLM mathematical reasoning** through [our Llama 2 sparse finetuned](https://arxiv.org/abs/2310.06927) on the [GSM8K dataset](https://huggingface.co/datasets/gsm8k).
 
8
 
9
  DESCRIPTION = f"""
10
  # Llama 2 Sparse Finetuned on GSM8k with DeepSparse
11
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60466e4b4f40b01b66151416/DOV5q6andhMq83TpAgaU9.jpeg" alt="NM Logo" width="200"/>
12
  Model ID: {MODEL_ID}
13
 
14
  πŸš€ **Experience the power of LLM mathematical reasoning** through [our Llama 2 sparse finetuned](https://arxiv.org/abs/2310.06927) on the [GSM8K dataset](https://huggingface.co/datasets/gsm8k).