KrishnaGarg commited on
Commit
a151a80
·
verified ·
1 Parent(s): f5e130d

Document GenreGoblin trace dataset

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: GenreGoblin Agent Trace Examples
3
+ license: mit
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - text-generation
8
+ tags:
9
+ - build-small-hackathon
10
+ - genregoblin
11
+ - agent-traces
12
+ - minicpm
13
+ - synthetic
14
+ ---
15
+
16
+ # GenreGoblin Agent Trace Examples
17
+
18
+ This dataset contains synthetic, privacy-safe examples of GenreGoblin's visible rewrite
19
+ pipeline. It is published for the Build Small Hackathon's **Sharing is Caring** and
20
+ **Best Agent** quests.
21
+
22
+ Each JSONL row includes:
23
+
24
+ - A plain input message
25
+ - Selected genre, intensity, and use-case
26
+ - Six structured trace stages
27
+ - A `synthetic: true` marker
28
+
29
+ The trace is intentionally honest. It describes a structured single-agent workflow and does
30
+ not claim hidden multi-agent execution.
31
+
32
+ ## Related Links
33
+
34
+ - [GenreGoblin Space](https://huggingface.co/spaces/build-small-hackathon/GenreGoblin)
35
+ - [OpenBMB MiniCPM3-4B](https://huggingface.co/openbmb/MiniCPM3-4B)
36
+ - [Official Build Small organization](https://huggingface.co/build-small-hackathon)
37
+
38
+ No private user conversations are included.