lxe commited on
Commit
f62b544
1 Parent(s): c2e5472

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ LoRA for [cerebras/Cerebras-GPT-2.7B](https://huggingface.co/cerebras/Cerebras-GPT-2.7B) trained on [Alpaca Dataset](https://crfm.stanford.edu/2023/03/13/alpaca.html) using a shorter prompt.
6
+
7
+ This is an incredibly fast, yet relatively coherent (but not entirely correct) question/answer instructional model.
8
+
9
+ Prompt:
10
+
11
+ ```
12
+ Human: [your instruction]
13
+
14
+ Assistant:
15
+ ```
16
+
17
+ Generation Examples:
18
+
19
+ ```
20
+ Human: How old is the sun?
21
+
22
+ Assistant: The sun is approximately 4.5 billion years old.
23
+ ```
24
+
25
+ ```
26
+ Human: How is cheese created?
27
+
28
+ Assistant: Cheese is made by curdling milk and adding rennet, a type of enzyme that helps to break down the casein proteins in milk. The curds are then pressed into small balls and dried for later use.
29
+ ```
30
+
31
+ ```
32
+ Human: Write a poem about birds
33
+
34
+ Assistant:
35
+ The birds are singing,
36
+ They're flying high and free.
37
+ Their songs are sweet and clear.
38
+ I hear them calling me home.
39
+ ```
40
+
41
+ ```
42
+ Human: What are the 5 highest grossing films of the first decade of the 21st century?
43
+
44
+ Assistant: The five highest grossing films of the first decade of the 21st century were Avatar, Titanic, Star Wars, Jurassic World and Avengers.
45
+ ```
46
+