From f957ec226789ca4cb985b57b5e7961ad9f3bde0f Mon Sep 17 00:00:00 2001 From: teknium Date: Sun, 16 Nov 2025 01:02:51 +0000 Subject: [PATCH] update distribution and gitignore --- .gitignore | 5 +++++ toolset_distributions.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d72e429c..ad61aed98 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,8 @@ hermes-*/* examples/ tests/quick_test_dataset.jsonl tests/sample_dataset.jsonl +run_datagen_kimik2-thinking.sh +run_datagen_megascience_glm4-6.sh +run_datagen_sonnet.sh +source-data/* +run_datagen_megascience_glm4-6.sh diff --git a/toolset_distributions.py b/toolset_distributions.py index 1cd43885b..079619478 100644 --- a/toolset_distributions.py +++ b/toolset_distributions.py @@ -67,7 +67,7 @@ DISTRIBUTIONS = { "description": "Web research with vision analysis and reasoning", "toolsets": { "web": 94, # 90% chance of web tools - "vision": 50, # 50% chance of vision tools + "vision": 65, # 50% chance of vision tools "moa": 10, # 40% chance of reasoning tools "terminal": 94, # 10% chance of terminal tools "image_gen": 15 # 80% chance of image generation tools