update distribution and gitignore

This commit is contained in:
teknium 2025-11-16 01:02:51 +00:00
parent 92e3074c10
commit f957ec2267
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

@ -25,3 +25,8 @@ hermes-*/*
examples/ examples/
tests/quick_test_dataset.jsonl tests/quick_test_dataset.jsonl
tests/sample_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

View file

@ -67,7 +67,7 @@ DISTRIBUTIONS = {
"description": "Web research with vision analysis and reasoning", "description": "Web research with vision analysis and reasoning",
"toolsets": { "toolsets": {
"web": 94, # 90% chance of web tools "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 "moa": 10, # 40% chance of reasoning tools
"terminal": 94, # 10% chance of terminal tools "terminal": 94, # 10% chance of terminal tools
"image_gen": 15 # 80% chance of image generation tools "image_gen": 15 # 80% chance of image generation tools