Maani commited on
Commit
0f6208c
1 Parent(s): eea6f54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -10,8 +10,7 @@ license: apache-2.0
10
  # Model Card for Model ID
11
 
12
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6320e992beec1969845be447/25pTrbjySoblu8cuiHASu.png)
13
- )
14
-
15
  Introducing Pixie Zehir Nano.
16
 
17
  Excelling in writing.
@@ -35,7 +34,6 @@ Model is created for research purposes, it can and will hallucinate, use with ca
35
  ```bash
36
  pip install transformers==4.36.1
37
  ```
38
-
39
  ```python
40
  import torch
41
  from transformers import pipeline
@@ -60,4 +58,5 @@ res = pipe(
60
  max_new_tokens=256,
61
  )
62
  print(res[0]["generated_text"])
63
- # <|prompt|>Write a haiku.</s><|answer|> In the windowless room, Digital dreams consume, Unseen sun sets on a white rabbit's ears: [...]
 
 
10
  # Model Card for Model ID
11
 
12
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6320e992beec1969845be447/25pTrbjySoblu8cuiHASu.png)
13
+
 
14
  Introducing Pixie Zehir Nano.
15
 
16
  Excelling in writing.
 
34
  ```bash
35
  pip install transformers==4.36.1
36
  ```
 
37
  ```python
38
  import torch
39
  from transformers import pipeline
 
58
  max_new_tokens=256,
59
  )
60
  print(res[0]["generated_text"])
61
+ # <|prompt|>Write a haiku.</s><|answer|> In the windowless room, Digital dreams consume, Unseen sun sets on a white rabbit's ears: [...]
62
+ ```