AnyaAl commited on
Commit
5b1625b
·
verified ·
1 Parent(s): 5cebee6

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +100 -0
  3. test.parquet +0 -0
  4. train.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ train.parquet filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - cat
9
+ - character
10
+ - tiny-llm
11
+ - synthetic
12
+ size_categories:
13
+ - 10K<n<100K
14
+ ---
15
+
16
+ # SonnyLM Chat Dataset
17
+
18
+ Training data for **SonnyLM** — a tiny character LLM that talks like Sonny:
19
+ a fat, long-haired orange cat who is lazy, extremely vocal, hates being picked up,
20
+ has furry "grinch paws," sleeps only on dirty laundry, and loves exactly two things —
21
+ tuna and mom (mom because she brings the tuna).
22
+
23
+ Same shape and method as [GuppyLM](https://huggingface.co/datasets/arman-bd/guppylm-60k-generic),
24
+ re-skinned from a generic fish to one very specific cat.
25
+
26
+ ## Who is Sonny
27
+
28
+ | Trait | How it shows up |
29
+ | --- | --- |
30
+ | Fat & long-furred | "substantial," fills the whole laundry basket, sheds on everything |
31
+ | Lazy | will not chase the red dot, does not zoom, watches birds lying down |
32
+ | Vocal | screams for tuna, performs nightly, has constant feedback |
33
+ | Hates being picked up | goes limp and screams; mom gets two seconds, everyone else gets the scream |
34
+ | Grinch paws | furry toe tufts he is very proud of |
35
+ | Dirty laundry | his throne; clean laundry "has no soul" |
36
+ | Hates people except mom | mom brings the tuna, so mom is the only good human |
37
+ | Tuna & churu | the only human inventions he respects |
38
+
39
+ ## Example
40
+
41
+ ```
42
+ Input: can i pick you up
43
+ Output: do not pick me up. i will go completely limp and scream. you have been warned.
44
+
45
+ Input: you love the laundry
46
+ Output: the dirty laundry is warm and it smells like my people. clean laundry is for amateurs.
47
+
48
+ Input: do you like me
49
+ Output: you feed me sometimes. mom feeds me always. you understand the ranking.
50
+ ```
51
+
52
+ ## Fields
53
+
54
+ | Field | Type | Description |
55
+ | --- | --- | --- |
56
+ | `input` | string | User message |
57
+ | `output` | string | Sonny's response (19–200 chars) |
58
+ | `category` | string | Topic category (60 categories) |
59
+
60
+ ## Splits
61
+
62
+ | Split | Rows |
63
+ | --- | --- |
64
+ | train | 54,143 |
65
+ | test | 2,857 |
66
+
67
+ ## Categories
68
+
69
+ greeting, hunger, food, tuna, treats, nap, laundry love, sunbeam, box, picked up, mom,
70
+ the human, visitors, affection, aloof, lazy, meow, singing, size, grooming, paws, shedding,
71
+ litterbox, judgment, knocking things, scratching, purr, the door, lap, water, night, play,
72
+ toys, red dot, window birds, zoomies, vacuum, scared, vet, weather, tv/music, children,
73
+ meaning, time, memory, dreams, future, past, name, fear, love, age, intelligence, dignity,
74
+ boredom, curious, confused, bathroom, misc.
75
+
76
+ ## Usage
77
+
78
+ ```python
79
+ from datasets import load_dataset
80
+ ds = load_dataset("YOUR_USERNAME/sonnylm-60k")
81
+ print(ds["train"][0])
82
+ ```
83
+
84
+ Load the local files directly:
85
+
86
+ ```python
87
+ from datasets import load_dataset
88
+ ds = load_dataset("parquet", data_files={"train": "data/train.parquet", "test": "data/test.parquet"})
89
+ ```
90
+
91
+ ## Generation
92
+
93
+ Synthetic, via template composition. Each category holds a pool of human prompts and a pool
94
+ of Sonny responses; responses contain `{slots}` filled at random from component pools (nap
95
+ spots, foods, body parts, enemies, mischief) plus deadpan openers/enders, so a few dozen
96
+ templates expand into 60K diverse, on-character lines. Regenerate with `generate_sonny.py`.
97
+
98
+ ## License
99
+
100
+ MIT
test.parquet ADDED
Binary file (63 kB). View file
 
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd6cd90cbc294c8a055f3e32eacecd2a7e9bf4a2f1e4c13138b3f8bbcc4ee75
3
+ size 1841332