mgoin commited on
Commit
c989ee5
β€’
1 Parent(s): 12f4f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,11 +11,11 @@ DESCRIPTION = f"""
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.
17
  ## Accelerated Inferenced on CPUs
18
- The MPT model runs purely on CPU courtesy of software acceleration by DeepSparse. DeepSparse offers accelerated inference by taking advantage of the MPT model's sparse sparsity
19
  hence delivering results fast.
20
  ![Speed](https://files.slack.com/files-pri/T020WGRLR8A-F0605DZ0B7G/image3.png?pub_secret=ab0f1d72b6)
21
  """
 
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.
17
  ## Accelerated Inferenced on CPUs
18
+ The MPT model runs purely on CPU courtesy of [software acceleration by DeepSparse](https://github.com/neuralmagic/deepsparse/tree/main/research/mpt). DeepSparse offers accelerated inference by taking advantage of the MPT model's sparsity
19
  hence delivering results fast.
20
  ![Speed](https://files.slack.com/files-pri/T020WGRLR8A-F0605DZ0B7G/image3.png?pub_secret=ab0f1d72b6)
21
  """