File size: 2,120 Bytes
d53bece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "data_designer": {
    "columns": [
      {
        "name": "llm_structured_1",
        "drop": false,
        "allow_resize": false,
        "column_type": "llm-structured",
        "prompt": "Given ONLY this chunk: {{ chunk_text }} generate one answerable question, answer, and exact supporting quote from chunk. If not answerable, skip.",
        "model_alias": "provider_column",
        "system_prompt": null,
        "multi_modal_context": null,
        "tool_alias": null,
        "with_trace": "none",
        "extract_reasoning_content": false,
        "output_format": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "question",
            "answer",
            "evidence_quote"
          ],
          "properties": {
            "question": {
              "type": "string"
            },
            "answer": {
              "type": "string"
            },
            "evidence_quote": {
              "type": "string"
            }
          }
        }
      },
      {
        "name": "chunk_text",
        "drop": false,
        "allow_resize": false,
        "column_type": "seed-dataset"
      }
    ],
    "model_configs": [
      {
        "alias": "provider_column",
        "model": "mistralai/ministral-8b-2512",
        "inference_parameters": {
          "generation_type": "chat-completion",
          "max_parallel_requests": 4,
          "timeout": null,
          "extra_body": null,
          "temperature": 0.7,
          "top_p": null,
          "max_tokens": null
        },
        "provider": "provider_1",
        "skip_health_check": false
      }
    ],
    "tool_configs": [],
    "seed_config": {
      "source": {
        "seed_type": "unstructured",
        "path": "/tmp/unsloth-studio/seed-uploads/1b005b9684944e33918ca93b2b409c46_IFPI 2025 music report.txt",
        "chunk_size": 1200,
        "chunk_overlap": 200
      },
      "sampling_strategy": "ordered",
      "selection_strategy": null
    },
    "constraints": null,
    "profilers": null,
    "processors": null
  },
  "library_version": "0.5.2"
}