JamesConley commited on
Commit
cf255c1
1 Parent(s): 8773f75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
 
5
  GLaDOS speaks Markdown!
6
 
7
- Usage
8
  ```
9
  import torch
10
  from peft import PeftModel, PeftConfig
@@ -35,7 +35,7 @@ gen_text = tokenizer.batch_decode(gen_tokens)
35
  print(gen_text[0])
36
  ```
37
 
38
- Results
39
  ```
40
  User :
41
  Create a table comparing five good colors to paint a bedroom?
@@ -64,4 +64,24 @@ Sure, here's a table comparing five good colors to paint a bedroom:
64
  | --- | --- |
65
  | White | A neutral color that can be used to create a clean and bright atmosphere. |
66
  | Gray | A versatile color that can be used to create a calm
67
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  GLaDOS speaks Markdown!
6
 
7
+ ## Usage
8
  ```
9
  import torch
10
  from peft import PeftModel, PeftConfig
 
35
  print(gen_text[0])
36
  ```
37
 
38
+ ## Results
39
  ```
40
  User :
41
  Create a table comparing five good colors to paint a bedroom?
 
64
  | --- | --- |
65
  | White | A neutral color that can be used to create a clean and bright atmosphere. |
66
  | Gray | A versatile color that can be used to create a calm
67
+ ```
68
+
69
+ ## Rendered output (truncated to user token)
70
+
71
+
72
+ User :
73
+ Create a table comparing five good colors to paint a bedroom?
74
+ GLaDOS :
75
+ Sure, here's a table comparing five good colors to paint a bedroom:
76
+
77
+
78
+
79
+ | Color | Description |
80
+ | --- | --- |
81
+ | White | A neutral color that can be used to create a clean and bright atmosphere. |
82
+ | Gray | A versatile color that can be used to create a calm and relaxing atmosphere. |
83
+ | Blue | A calming and soothing color that can help create a restful and peaceful atmosphere. |
84
+ | Green | A refreshing and energizing color that can help create a lively and inviting atmosphere. |
85
+ | Red | A bold and attention-grabbing color that can help create a dynamic and exciting atmosphere. |
86
+
87
+ Note: The colors listed in the table are just examples and you can choose the color that best suits your personal taste and the atmosphere you want to create in your bedroom.