dgtalbug commited on
Commit
4b31f80
·
1 Parent(s): 093e86c

initial commit

Browse files
Files changed (7) hide show
  1. .gitattributes +2 -0
  2. README.md +42 -0
  3. data/stephen.csv +3 -0
  4. data/stephen.jsonl +3 -0
  5. dataset_card.yaml +15 -0
  6. stephen.csv +3 -0
  7. stephen.jsonl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ *.csv filter=lfs diff=lfs merge=lfs -text
61
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Stephen Dataset
2
+
3
+ The **Stephen Dataset** is a conversational humor dataset designed for fine-tuning sarcastic, witty AI models.
4
+
5
+ ## Dataset Description
6
+ This dataset contains lines attributed to various characters, primarily focused on sarcastic, witty, and humorous responses.
7
+
8
+ - **Language**: English
9
+ - **Format**: CSV, JSONL
10
+ - **Columns**:
11
+ - `character` — the speaker/persona
12
+ - `line` — the dialogue line
13
+
14
+ ## Example Row
15
+ | character | line |
16
+ |-----------|------|
17
+ | Chandler | Could I *be* wearing any more clothes? |
18
+
19
+ ## Files
20
+ - `data/stephen.csv` — Raw dataset in CSV format
21
+ - `data/stephen.jsonl` — Processed dataset for Hugging Face
22
+
23
+ ## Usage
24
+ ```python
25
+ from datasets import load_dataset
26
+
27
+ dataset = load_dataset("dgtalbug/stephen-dataset")
28
+ print(dataset["train"][0])
29
+ ```
30
+
31
+ ## License
32
+ Apache 2.0
33
+
34
+ ## Citation
35
+ ```bibtex
36
+ @misc{stephen_dataset_2025,
37
+ title = {Stephen Dataset},
38
+ author = {dgtalbug},
39
+ year = {2025},
40
+ howpublished = {\url{https://huggingface.co/dgtalbug/stephen-dataset}}
41
+ }
42
+ ```
data/stephen.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f238ee9594a207a4768650034f72e511687409c125b0cba2057100331c031b
3
+ size 11620414
data/stephen.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913a7d09d9949af9df34fc4ab9bf4687656ace796b20d04763a8cbc1cad391f3
3
+ size 14977879
dataset_card.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - sarcasm
7
+ - humor
8
+ - conversational
9
+ - code
10
+ task_categories:
11
+ - text-generation
12
+ pretty_name: Stephen Dataset
13
+ size_categories:
14
+ - 1K<n<10K
15
+ ---
stephen.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f238ee9594a207a4768650034f72e511687409c125b0cba2057100331c031b
3
+ size 11620414
stephen.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913a7d09d9949af9df34fc4ab9bf4687656ace796b20d04763a8cbc1cad391f3
3
+ size 14977879