gmonsoon commited on
Commit
1ca262b
1 Parent(s): bd759d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -11,7 +11,7 @@ widget:
11
  different industries, and advice on which qualifications would be
12
  beneficial for pursuing particular fields.
13
  - role: user
14
- content: Heya!
15
  - role: assistant
16
  content: Hi! How may I help you?
17
  - role: user
@@ -22,7 +22,7 @@ widget:
22
  - role: system
23
  content: You are a knowledgeable assistant. Help the user as much as you can.
24
  - role: user
25
- content: How to become healthier?
26
  - messages:
27
  - role: system
28
  content: You are a helpful assistant who provides concise responses.
@@ -32,8 +32,7 @@ widget:
32
  content: Hello there! How may I help you?
33
  - role: user
34
  content: >-
35
- I need to build a simple website. Where should I start learning about web
36
- development?
37
  - messages:
38
  - role: system
39
  content: >-
@@ -41,11 +40,11 @@ widget:
41
  should complete with all your knowledge.
42
  - role: user
43
  content: >-
44
- Write the background story of an RPG game about wizards and dragons in a
45
- sci-fi world.
46
  inference:
47
  parameters:
48
- max_new_tokens: 64
49
  penalty_alpha: 0.5
50
  top_k: 4
51
  base_model:
@@ -70,7 +69,7 @@ from transformers import AutoTokenizer
70
  import transformers
71
  import torch
72
 
73
- model = "gmonsoon/TinyWombat-1.8b-Chat-v.1"
74
  messages = [{"role": "user", "content": "What is a large language model?"}]
75
 
76
  tokenizer = AutoTokenizer.from_pretrained(model)
 
11
  different industries, and advice on which qualifications would be
12
  beneficial for pursuing particular fields.
13
  - role: user
14
+ content: Hey friend!
15
  - role: assistant
16
  content: Hi! How may I help you?
17
  - role: user
 
22
  - role: system
23
  content: You are a knowledgeable assistant. Help the user as much as you can.
24
  - role: user
25
+ content: How to become smarter?
26
  - messages:
27
  - role: system
28
  content: You are a helpful assistant who provides concise responses.
 
32
  content: Hello there! How may I help you?
33
  - role: user
34
  content: >-
35
+ I need to cook a simple dinner. What ingredients should I prepare for?
 
36
  - messages:
37
  - role: system
38
  content: >-
 
40
  should complete with all your knowledge.
41
  - role: user
42
  content: >-
43
+ Write the novel story of an RPG game about group of survivor
44
+ post apocalyptic world.
45
  inference:
46
  parameters:
47
+ max_new_tokens: 256
48
  penalty_alpha: 0.5
49
  top_k: 4
50
  base_model:
 
69
  import transformers
70
  import torch
71
 
72
+ model = "frankenmerger/MiniLlama-1.8b-Chat-v0.1"
73
  messages = [{"role": "user", "content": "What is a large language model?"}]
74
 
75
  tokenizer = AutoTokenizer.from_pretrained(model)