JamesConley commited on
Commit
1cd27ef
1 Parent(s): 7aa7213

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -2,9 +2,9 @@
2
  license: apache-2.0
3
  ---
4
 
5
- GLaDOS speaks Markdown!
6
 
7
- Usage
8
  ```
9
  import torch
10
  from peft import PeftModel, PeftConfig
@@ -42,7 +42,7 @@ gen_text = tokenizer.batch_decode(gen_tokens)
42
  print(gen_text[0])
43
  ```
44
 
45
- Results
46
  ```
47
  User :
48
  Create a table comparing five good colors to paint a bedroom?
@@ -70,4 +70,22 @@ Here is a table comparing five good colors to paint a bedroom:
70
  | Color | Description |
71
  | --- | --- |
72
  | White | A neutral color that can brighten up a room and make it feel spacious. |
73
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ GLaDOS is a shareGPT model that speaks Markdown!
6
 
7
+ ## Usage
8
  ```
9
  import torch
10
  from peft import PeftModel, PeftConfig
 
42
  print(gen_text[0])
43
  ```
44
 
45
+ ## Results
46
  ```
47
  User :
48
  Create a table comparing five good colors to paint a bedroom?
 
70
  | Color | Description |
71
  | --- | --- |
72
  | White | A neutral color that can brighten up a room and make it feel spacious. |
73
+ ```
74
+
75
+ ## Rendered Results (Truncated to Markdown)
76
+ User :
77
+ Create a table comparing five good colors to paint a bedroom?
78
+ GLaDOS :
79
+ Here is a table comparing five good colors to paint a bedroom:
80
+
81
+
82
+
83
+ | Color | Description |
84
+ | --- | --- |
85
+ | White | A neutral color that can brighten up a room and make it feel spacious. |
86
+ | Gray | A calming color that can help create a sense of calm and relaxation. |
87
+ | Yellow | A cheerful color that can add a touch of warmth to a room. |
88
+ | Blue | A soothing color that can help create a sense of calm and relaxation. |
89
+ | Red | A bold color that can add a touch of energy and excitement to a room. |
90
+
91
+ It's important to note that the exact color you choose for your bedroom will depend on your personal preferences and the overall style of your home. You may also want to consider the size and shape of your bedroom, as well as the lighting and furniture in the room, when choosing a color.