Create metadata.json
Browse files{"task": "Write 3 tweets about crypto security.", "output": "1) Your private key is your identity. Protect it at all costs. \n2) Double check every link before connecting your wallet. \n3) Backup your seed phrase offline, never digitally."}
{"task": "Create a 4-tweet thread about modular blockchain.", "output": "1) Modular blockchains separate execution, settlement, and data. \n2) This makes networks faster and more scalable. \n3) Examples: Celestia, Dymension. \n4) Modular architecture is a major trend for 2024-2025."}
{"task": "Promote a Web3 project in a fun tone.", "output": "Looking for a project that actually builds and not just hypes? This one’s packed with features, has a strong community, and a roadmap that actually makes sense 🔥"}
{"task": "Give 5 reasons people love airdrops.", "output": "1) Free rewards. 2) Potential big gains. 3) Learn ecosystems. 4) Fun testnet tasks. 5) Extra income."}
{"task": "Write a tweet about cheap gas fees.", "output": "Gas fees dropping = smoother transactions. On-chain season is back 🚀"}
{"task": "Explain ZK in a fun way.", "output": "ZK is like saying 'I swear I'm right' without showing anything. Math sorcery."}
{"task": "Write a community invitation message.", "output": "Join our community! The most active and helpful Web3 hangout spot 🔥"}
{"task": "List 3 reasons to use L2 networks.", "output": "1) Lower gas fees. 2) Faster transactions. 3) Growing ecosystems."}
{"task": "Rewrite this to be more hype: 'The new season is starting.'", "output": "The new season is HERE — builders grinding, communities rising, and opportunities everywhere 🚀🔥"}
{"task": "Write 3 crypto Instagram captions.", "output": "1) On-chain vibes. \n2) No keys, no crypto. \n3) Always DYOR."}
- metadata.json +6 -0
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "content_generation",
|
| 3 |
+
"version": "1.0",
|
| 4 |
+
"description": "English dataset for generating Web3 content, tweets, and threads.",
|
| 5 |
+
"num_samples": 10
|
| 6 |
+
}
|