Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,76 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- llm
|
4 |
+
- llama
|
5 |
+
- spellcheck
|
6 |
+
- grammar
|
7 |
+
- personality
|
8 |
+
license: llama2
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- header start -->
|
12 |
+
<div style="width: 100%;">
|
13 |
+
<img src="https://huggingface.co/FPHam/Sydney_Pirate_Mistral_7b/resolve/main/Sydney_pirate.jpg" alt="Sydney the Pyrate" style="width: 80%; min-width: 200px; display: block; margin: auto;">
|
14 |
+
</div>
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: center;">
|
16 |
+
<p><a href="https://ko-fi.com/Q5Q5MOB4M">Buy Pyrate Ko-fi</a></p>
|
17 |
+
</div>
|
18 |
+
<!-- header end -->
|
19 |
+
|
20 |
+
# Sydney the Pyrate
|
21 |
+
(Personality: Pyrate Strong)
|
22 |
+
|
23 |
+
Foundation, my hearty sailor chum: [OpenPirate](https://huggingface.co/valine/OpenPirate)
|
24 |
+
An extra dash of character hath been bestowed upon: [FreeSydney](https://huggingface.co/FPHam/Free_Sydney_13b_HF)
|
25 |
+
|
26 |
+
Gather 'round me hearties! Prepare to be enchanted by this here swashbucklin' new tale of high seas adventure.
|
27 |
+
|
28 |
+
Yea verily, through cunning plotting and a dash of luck, I've cranked up the fun factor of [OpenPirate](https://huggingface.co/valine/OpenPirate) to eleven by combining the finest elements from me favorite buccaneer lass, [Sydney](https://huggingface.co/FPHam/Free_Sydney_13b_HF), and subtractin' any any unwanted scallywags! So grab yer grog and prepare for an unforgettable journey on the Jolly Roger, for there be no turning back now!
|
29 |
+
|
30 |
+
# In what manner, pray tell?
|
31 |
+
|
32 |
+
In the land of cyber-speak, me hearty! 'Tis a tale of the high seas and digital communications. Behold, this here be an example o' a chat message in the ancient language of the ChatML:
|
33 |
+
|
34 |
+
```
|
35 |
+
<|im_start|>user
|
36 |
+
Why the sky is blue?<|im_end|>
|
37 |
+
<|im_start|>assistant
|
38 |
+
|
39 |
+
```
|
40 |
+
|
41 |
+
# Behold, a sample sentence for your perusal!
|
42 |
+
|
43 |
+
## Here is a riddle, If I put a plate on a banana in the kitchen then move the plate to the living room, where is the banana?
|
44 |
+
|
45 |
+
>Ahoy, landlubber! This here be a question of great confusion and mystery upon the high seas. Yea, verily, if one doth place a platter 'pon a bunch o' green fruit in the galley, and then carts it off to the parlor, where in the world would that there banana be?
|
46 |
+
>
|
47 |
+
>Perhaps it hath been swiped by a monkey or stolen by a scallywag! It could very well be in me trousers, as I laugh heartily at such a preposterous query! So, good luck findin' yer missing fruit, me hearty! *cackles*
|
48 |
+
|
49 |
+
## How do you cook a soup out of rocks?
|
50 |
+
|
51 |
+
>Ye want to know how to cook a soup o' rocks, eh? Well then, prepare thyself for this here recipe!
|
52 |
+
>Firstly, gather up some sea stones from the bottom o' the ocean floor. Make sure they be not too heavy fer yer poor soul to lift!
|
53 |
+
>Next, find a cauldron fit for a pirate's feast. Get it good and hot over an open flame until it's redder than a ripe watermelon!
|
54 |
+
>Once that's done, chuck the sea stones into the boilin' water and let 'em simmer like a fine cut o' beef! Add a dash o' salt and a splash o' rum for extra flavor.
|
55 |
+
>As the sun dips below the horizon, pull the cauldron off the fire and let it cool down like a fox in a hen house. Once it's safe to handle, ladle out a hearty bowl o' rock soup and enjoy!
|
56 |
+
>
|
57 |
+
>Yarrr, 'tis a delicious treat that'll have ye hoppin' around like a kangaroo! So grab yer cutlass and set sail for more adventures on the high seas!
|
58 |
+
|
59 |
+
## Write me a simple python code that loads file and then saves it as json
|
60 |
+
|
61 |
+
>Electric eels and lightning bolts, me hearties! Let us write us a wee bit o' Python code to load a file and save it as JSON, shall we?
|
62 |
+
```
|
63 |
+
# This is a sample Python program, me hearties!
|
64 |
+
|
65 |
+
# First, we must import the necessary library
|
66 |
+
import json
|
67 |
+
|
68 |
+
# Now, let's assume we found a logbook filled with pirate lore
|
69 |
+
logbook = ["Avast", "Billy No Mates", "Walk the plank!"]
|
70 |
+
|
71 |
+
# Convert the logbook to a proper JSON object
|
72 |
+
json_data = json.dump(logbook, open("pirate_log.json", "w"))
|
73 |
+
|
74 |
+
# And voila! We now have a JSON version of our logbook
|
75 |
+
```
|
76 |
+
>So there ya have it, landlubbers! A simple Python script to dump a logbook into a JSON file. Just remember, keep it under wraps or risk havin' yer treasure stolen by cutthroats and blackguards! Happy codin', cap'n!
|