mwitiderrick commited on
Commit
017c752
·
1 Parent(s): 9761215

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -23,28 +23,31 @@ Run in a [Python pipeline](https://github.com/neuralmagic/deepsparse/blob/main/d
23
  ```python
24
  from deepsparse import TextGeneration
25
 
26
- prompt = "How to get in a good university?"
27
- formatted_prompt = f"<s> [|User|]\n{prompt}</s>[|Assistant|]\n"
28
 
29
- model = TextGeneration(model="hf:nm-testing/MiniChat-1.5-3B-pruned60-quant-ds")
30
 
31
- print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
 
 
 
 
32
  """
33
  ### Human
34
- To get in a good university, you should have a strong academic background.
35
- You should have a strong academic background. You should have a strong academic background.
36
- You should have a strong academic background. You should have a strong academic background.
37
- You should have a strong academic background. You should have a strong academic background.
38
- You should have a strong academic background. You should have a strong academic background.
39
- You should have a strong academic background. You should have a strong academic background.
40
- You should have a strong academic background. You should have a strong academic background.
41
- You should have a strong academic background. You should have a strong academic background.
42
-
43
- You should have a strong academic background. You should have a strong academic background.
44
- You should have a strong academic background. You should have a strong academic background.
45
- You should have a strong academic background. You should have a strong academic background.
46
- You should have a strong academic background. You should have a strong academic background.
47
- You should have a strong
48
  """
49
  ```
50
 
 
23
  ```python
24
  from deepsparse import TextGeneration
25
 
26
+ template= "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n### Human: Got any creative ideas for a 10 year old’s birthday?\n### Assistant: Of course! Here are some creative ideas for a 10-year-old's birthday party:\n1. Treasure Hunt: Organize a treasure hunt in your backyard or nearby park. Create clues and riddles for the kids to solve, leading them to hidden treasures and surprises.\n2. Science Party: Plan a science-themed party where kids can engage in fun and interactive experiments. You can set up different stations with activities like making slime, erupting volcanoes, or creating simple chemical reactions.\n3. Outdoor Movie Night: Set up a backyard movie night with a projector and a large screen or white sheet. Create a cozy seating area with blankets and pillows, and serve popcorn and snacks while the kids enjoy a favorite movie under the stars.\n4. DIY Crafts Party: Arrange a craft party where kids can unleash their creativity. Provide a variety of craft supplies like beads, paints, and fabrics, and let them create their own unique masterpieces to take home as party favors.\n5. Sports Olympics: Host a mini Olympics event with various sports and games. Set up different stations for activities like sack races, relay races, basketball shooting, and obstacle courses. Give out medals or certificates to the participants.\n6. Cooking Party: Have a cooking-themed party where the kids can prepare their own mini pizzas, cupcakes, or cookies. Provide toppings, frosting, and decorating supplies, and let them get hands-on in the kitchen.\n7. Superhero Training Camp: Create a superhero-themed party where the kids can engage in fun training activities. Set up an obstacle course, have them design their own superhero capes or masks, and organize superhero-themed games and challenges.\n8. Outdoor Adventure: Plan an outdoor adventure party at a local park or nature reserve. Arrange activities like hiking, nature scavenger hunts, or a picnic with games. Encourage exploration and appreciation for the outdoors.\nRemember to tailor the activities to the birthday child's interests and preferences. Have a great celebration!\n### Human: {prompt}\n### Assistant:"
 
27
 
28
+ prompt = "How to make banana bread?"
29
 
30
+ input_str = template.format(prompt=prompt)
31
+
32
+ model = TextGeneration(model_path="hf:nm-testing/AmberChat-pruned60-quant-ds")
33
+
34
+ print(model(input_str, max_new_tokens=200).generations[0].text)
35
  """
36
  ### Human
37
+ To make banana bread, you can follow these steps:
38
+ 1. Start by preparing the ingredients:
39
+ - 1 cup of bananas
40
+ - 1/2 cup of sugar
41
+ - 1/2 cup of butter
42
+ 2. Mix the ingredients in a bowl:
43
+ 3. Mix the ingredients in a bowl and stir until the mixture is smooth.
44
+ 3. Add the mixture to the melted mixture and stir until the mixture is smooth.
45
+ 4. Cook the mixture in a pan and stir until the mixture is smooth.
46
+ 5. Cook the mixture in a pan and stir until the mixture is smooth.
47
+ 6. Cook the mixture in a pan and stir until the mixture is smooth.
48
+ 7. Cook the mixture in a pan and stir until the mixture is smooth.
49
+ 8. Cook the mixture in a pan and stir until the mixture is smooth.
50
+ 9. Cook the mixture in a pan and stir until
51
  """
52
  ```
53