15juneee commited on
Commit
7d5ccae
·
verified ·
1 Parent(s): 896475a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - adaption-autoscientist
10
+ - adapted-dataset
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # Agriculture Advisor (Adaption-adapted) v1
16
+
17
+ The **adapted** dataset used to fine-tune our agricultural advisory model for the
18
+ [Adaption AutoScientist Challenge](https://adaptionlabs.ai/blog/autoscientist-challenge).
19
+
20
+ Produced by running [`15juneee/agriculture-advisor-seed-v1`](https://huggingface.co/datasets/15juneee/agriculture-advisor-seed-v1) through
21
+ Adaption's `datasets.run`. The seed carries the prompts and the curation; this carries
22
+ the completions the model was actually trained on.
23
+
24
+ ## Rows
25
+
26
+ 17,039 rows. Adaption writes its output to `enhanced_prompt` / `enhanced_completion`
27
+ and leaves the uploaded `prompt` / `completion` columns intact, so both the input and
28
+ the adapted output are inspectable side by side.
29
+
30
+ Median adapted completion length: **6,317 characters**.
31
+
32
+ ## Adaptation configuration
33
+
34
+ | Setting | Value |
35
+ |---|---|
36
+ | `brand_controls.blueprint` | domain blueprint (see below) |
37
+ | `brand_controls.hallucination_mitigation` | **true** (web-search grounding) |
38
+ | `brand_controls.length` | `detailed` |
39
+ | `recipes.deduplication` | true |
40
+ | `recipes.prompt_rephrase` | true |
41
+ | `recipes.reasoning_traces` | true |
42
+ | `training_type` | `instruction_dataset` |
43
+
44
+ ## Why the adaptation mattered, measured
45
+
46
+ We first fine-tuned on the **raw** seed and the resulting models *lost* to their own
47
+ base model - 28.7% and 42.5% win rates over 200 held-out pairs. Scoring the raw training
48
+ completions with the same behavioural checks used on model output explained why: the
49
+ data was worse than the base on the very behaviours the blueprint specifies.
50
+
51
+ | Check | Raw seed | Base model | **Adapted** |
52
+ |---|---|---|---|
53
+ | well-structured output | 47% | 94% | **100%** |
54
+ | hedges / flags uncertainty | 35% | 37-54% | **85%** |
55
+ | asks for missing detail | 0% | 20% | **18%** |
56
+ | invents a specific policy (lower is better) | 0% | 0% | **0%** |
57
+
58
+ Adaption's own dataset-quality evaluation on this run reported average message quality
59
+ rising from **6.66 to 8.52**, with average completion quality **9.72** (median 10).
60
+
61
+ The training targets are now better than the base model on the measured rubric, which is
62
+ the condition the earlier runs failed.
63
+
64
+ ## Provenance and licence
65
+
66
+ Derived from the seed dataset, which composes CC0-1.0, Apache-2.0, MIT and CC-BY-4.0
67
+ sources; see the seed card for the full attribution table. Released under **CC-BY-4.0**,
68
+ the most restrictive of the upstream licences.
69
+
70
+ ## Limitations
71
+
72
+ Completions are model-generated. `hallucination_mitigation` grounds generation in web
73
+ search, which reduces fabrication but does not eliminate it, and no row was
74
+ expert-reviewed. Treat this as high-quality advisory *text*, not verified fact.
75
+
76
+ Not a substitute for local agricultural extension services. Any pesticide, herbicide or veterinary guidance must be checked against the current product label and local regulations.