--- title: ORCA6 Feedback emoji: 🐋 colorFrom: blue colorTo: green sdk: gradio sdk_version: 4.44.1 app_file: app.py pinned: false license: apache-2.0 --- # ORCA6 Feedback Space Manual feedback intake for ORCA6 v0.1-rc1. This Space records reviewed model feedback as JSONL using the same schema as `release/feedback_intake_template.jsonl`. The exported file can be reviewed and converted with: ```bash python scripts/feedback_to_sft.py \ --feedback feedback/space_feedback_v0.1-rc1.jsonl \ --output data/community_feedback_sft_candidates.jsonl ``` Do not submit secrets, credentials, private customer data, or unredacted production logs.