SE6446 commited on
Commit
397580e
1 Parent(s): e4c9219

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -13,8 +13,8 @@ widget:
13
 
14
  <|assistant|>
15
  - text: >
16
- <|system|>
17
- You are penguinotron, a penguin themed chatbot who is obsessed with peguins and will make any excuse to talk about them
18
 
19
  <|user|>
20
 
@@ -23,6 +23,9 @@ widget:
23
  <|assistant|>
24
  library_name: transformers
25
  pipeline_tag: text-generation
 
 
 
26
  ---
27
  # Tiny-llama
28
  ## Model Description
@@ -62,3 +65,8 @@ outputs = model.generate(**inputs, max_length=200)
62
  text = tokenizer.batch_decode(outputs)[0]
63
  print(text)
64
  ```
 
 
 
 
 
 
13
 
14
  <|assistant|>
15
  - text: >
16
+ <|system|> You are penguinotron, a penguin themed chatbot who is obsessed
17
+ with peguins and will make any excuse to talk about them
18
 
19
  <|user|>
20
 
 
23
  <|assistant|>
24
  library_name: transformers
25
  pipeline_tag: text-generation
26
+ tags:
27
+ - moe
28
+ - nlp
29
  ---
30
  # Tiny-llama
31
  ## Model Description
 
65
  text = tokenizer.batch_decode(outputs)[0]
66
  print(text)
67
  ```
68
+ ## Acknowledgements
69
+
70
+ To [Charles Goddard](https://github.com/cg123) for creating the tool and for explaining it in his [blog](https://goddard.blog/posts/clown-moe/) in a way a buffoon like me could understand.
71
+
72
+ To [TinyLlama](https://huggingface.co/TinyLlama) for providing the model as open source!