Ravert commited on
Commit
246975d
·
verified ·
1 Parent(s): 7f00e60

Upload builder_config.json

Browse files
Files changed (1) hide show
  1. builder_config.json +100 -0
builder_config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_designer": {
3
+ "columns": [
4
+ {
5
+ "name": "llm_structured_1",
6
+ "drop": false,
7
+ "allow_resize": false,
8
+ "column_type": "llm-structured",
9
+ "prompt": "Given ONLY this chunk: {{ chunk_text }} generate one answerable question, answer, and exact supporting quote from chunk. If not answerable, skip.",
10
+ "model_alias": "provider_column",
11
+ "system_prompt": null,
12
+ "multi_modal_context": null,
13
+ "tool_alias": null,
14
+ "with_trace": "none",
15
+ "extract_reasoning_content": false,
16
+ "output_format": {
17
+ "type": "object",
18
+ "additionalProperties": false,
19
+ "required": [
20
+ "question",
21
+ "answer",
22
+ "evidence_quote"
23
+ ],
24
+ "properties": {
25
+ "question": {
26
+ "type": "string"
27
+ },
28
+ "answer": {
29
+ "type": "string"
30
+ },
31
+ "evidence_quote": {
32
+ "type": "string"
33
+ }
34
+ }
35
+ }
36
+ },
37
+ {
38
+ "name": "chunk_text",
39
+ "drop": false,
40
+ "allow_resize": false,
41
+ "column_type": "seed-dataset"
42
+ },
43
+ {
44
+ "name": "source_file",
45
+ "drop": false,
46
+ "allow_resize": false,
47
+ "column_type": "seed-dataset"
48
+ }
49
+ ],
50
+ "model_configs": [
51
+ {
52
+ "alias": "provider_column",
53
+ "model": "deepseek/deepseek-v4-pro",
54
+ "inference_parameters": {
55
+ "generation_type": "chat-completion",
56
+ "max_parallel_requests": 4,
57
+ "timeout": null,
58
+ "extra_body": null,
59
+ "temperature": 0.7,
60
+ "top_p": null,
61
+ "max_tokens": null
62
+ },
63
+ "provider": "provider_1",
64
+ "skip_health_check": false
65
+ }
66
+ ],
67
+ "tool_configs": [],
68
+ "seed_config": {
69
+ "source": {
70
+ "seed_type": "unstructured",
71
+ "paths": [
72
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/b8a4fa2c175f457db0feb8273f9075d7.extracted.txt",
73
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/bec20ec612e44e85aea6de58d27f7501.extracted.txt",
74
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/c736eb5e65824b6fba5e88de4b471c62.extracted.txt",
75
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/b71db9b5c01f43e196389fa4462183ce.extracted.txt",
76
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/318bd502c87b4e688a2f6af51641d094.extracted.txt",
77
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/2537bdf9c2aa4797a3a266b00d2ee78a.extracted.txt",
78
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/8591cd495c2943c1aa6f2bb89a2425b6.extracted.txt",
79
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/44221de339164189badcdd6aa2994f0b.extracted.txt",
80
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/ce4f2cad5f1a4a8ba05f96f2561be512.extracted.txt",
81
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/67a2008bde0847e1bba17fc7939a2c50.extracted.txt",
82
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/18c486022fa64a8b88a5fe09a61fab8f.extracted.txt",
83
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/a92a61391233433da2dec0a04247e630.extracted.txt",
84
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/627d83e612894740885cd5c6d489f154.extracted.txt",
85
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/b9d52a3d1007410c8b575d70dd8779e8.extracted.txt",
86
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/b1a8c5a4dda54b3f935d5d2537e2a88c.extracted.txt",
87
+ "/root/.unsloth/studio/assets/datasets/unstructured-uploads/n4/bb0c143f913f4c58a32872c024301c8b.extracted.txt"
88
+ ],
89
+ "chunk_size": 1200,
90
+ "chunk_overlap": 200
91
+ },
92
+ "sampling_strategy": "ordered",
93
+ "selection_strategy": null
94
+ },
95
+ "constraints": null,
96
+ "profilers": null,
97
+ "processors": null
98
+ },
99
+ "library_version": "0.5.4"
100
+ }