mwitiderrick commited on
Commit
2268532
β€’
1 Parent(s): b0af97b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,12 +4,13 @@ from typing import Tuple, List
4
 
5
  deepsparse.cpu.print_hardware_capability()
6
 
7
- MODEL_ID = "mgoin/TinyStories-1M-deepsparse"
8
 
9
  DESCRIPTION = f"""
10
  # MPT Sparse Finetuned on GSM8k with DeepSparse
11
  ![NM Logo](https://files.slack.com/files-pri/T020WGRLR8A-F05TXD28BBK/neuralmagic-logo.png?pub_secret=54e8db19db)
12
  Model ID: {MODEL_ID}
 
13
  **πŸš€ Experience the power of LLM mathematical reasoning** through our MPT sparse finetuned on the [GSM8K dataset](https://huggingface.co/datasets/gsm8k).
14
  GSM8K, short for Grade School Math 8K, is a collection of 8.5K high-quality linguistically diverse grade school math word problems, designed to challenge question-answering systems with multi-step reasoning.
15
  Observe the model's performance in deciphering complex math questions, such as "Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?" and offering detailed step-by-step solutions.
 
4
 
5
  deepsparse.cpu.print_hardware_capability()
6
 
7
+ MODEL_ID = "neuralmagic/mpt-7b-gsm8k-pruned50-quant"
8
 
9
  DESCRIPTION = f"""
10
  # MPT Sparse Finetuned on GSM8k with DeepSparse
11
  ![NM Logo](https://files.slack.com/files-pri/T020WGRLR8A-F05TXD28BBK/neuralmagic-logo.png?pub_secret=54e8db19db)
12
  Model ID: {MODEL_ID}
13
+
14
  **πŸš€ Experience the power of LLM mathematical reasoning** through our MPT sparse finetuned on the [GSM8K dataset](https://huggingface.co/datasets/gsm8k).
15
  GSM8K, short for Grade School Math 8K, is a collection of 8.5K high-quality linguistically diverse grade school math word problems, designed to challenge question-answering systems with multi-step reasoning.
16
  Observe the model's performance in deciphering complex math questions, such as "Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?" and offering detailed step-by-step solutions.