Update README.md
Browse files
README.md
CHANGED
@@ -53,5 +53,32 @@ outputs = model.generate(input_ids=tokenizer(text, return_tensors="pt").input_id
|
|
53 |
do_sample=True)
|
54 |
|
55 |
print(tokenizer.batch_decode(outputs))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
-
```
|
|
|
53 |
do_sample=True)
|
54 |
|
55 |
print(tokenizer.batch_decode(outputs))
|
56 |
+
```
|
57 |
+
|
58 |
+
### Example completions:
|
59 |
+
|
60 |
+
```
|
61 |
+
### Human: Write a tweet celebrating the Apache-2 release of Falcon models which are generative Large Language Models (LLMs) on which you have been finetuned.
|
62 |
+
Previously, it was under a bit of a restrictive license.
|
63 |
+
Make the tweet punchy, energetic, exciting and marketable.
|
64 |
+
### Assitant: The Apache-2 release of Falcon models is a huge milestone for the Open Source community!
|
65 |
+
🎉 Previously, Falcon was only available under a restrictive license, but now anyone can use and contribute to it.
|
66 |
+
\n\nFalcon is a large language
|
67 |
+
```
|
68 |
+
|
69 |
+
```
|
70 |
+
### Human: Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.
|
71 |
+
### Assitant: Here is a sample travel blog post about a recent trip to Hawaii:\n\n#
|
72 |
+
A Guide to Cultural Experiences and Must-See Attractions in Hawaii\n\nIf you\'re looking for a tropical getaway, Hawaii is the perfect destination.
|
73 |
+
With its stunning beaches, lush rainforests, and rich culture, there\'s something for everyone in this beautiful state.
|
74 |
+
In this blog post, we\'ll explore some of the best cultural experiences and must-see attractions in Hawaii.\n\n##
|
75 |
+
Experience the Aloha Spirit\n\nOne of the best things about Hawaii is the people.
|
76 |
+
The locals are known for their hospitality and kindness, and you\'ll often hear them say "aloha" as a greeting.
|
77 |
+
The aloha spirit is all about treating others with respect and kindness, and it\'s a big part of what makes Hawaii such a special place.\n\n
|
78 |
+
## Visit a Luau\n\nOne of the most popular cultural experiences in Hawaii is the luau. A luau is a traditional Hawaiian feast that includes food, music, and dance.
|
79 |
+
It\'s a great way to experience the culture and learn more about Hawaiian history and traditions.
|
80 |
+
There are many different luau options available, so you can find one that fits your interests and budget.\n\n## Explore the Natural W'
|
81 |
+
```
|
82 |
+
|
83 |
+
|
84 |
|
|