| { | |
| "canna_corpus_alpaca_local": { | |
| "file_name": "canna-corpus/alpaca.json", | |
| "formatting": "alpaca", | |
| "columns": { | |
| "instruction": "instruction", | |
| "input": "input", | |
| "output": "output" | |
| } | |
| }, | |
| "canna_corpus_alpaca_hf": { | |
| "hf_hub_url": "TheMindExpansionNetwork/Canna-Corpus-Fixed", | |
| "formatting": "alpaca", | |
| "columns": { | |
| "instruction": "instruction", | |
| "input": "input", | |
| "output": "output" | |
| } | |
| }, | |
| "canna_corpus_vision_local": { | |
| "file_name": "canna-corpus-vision/metadata.jsonl", | |
| "formatting": "image_text", | |
| "columns": { | |
| "image": "image", | |
| "text": "text", | |
| "id": "id", | |
| "strain": "strain", | |
| "strain_type": "strain_type", | |
| "thc_level": "thc_level", | |
| "dominant_terpene": "dominant_terpene", | |
| "effects": "effects", | |
| "reliefs": "reliefs", | |
| "side_effects": "side_effects" | |
| } | |
| } | |
| } | |