Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Nov 20:21
· 14 commits to main since this release
8521d3a

Added

  • Hugging Face dataset integration utilities in examples/nano_tool_calling_v1/
    • dataset_to_tools() function to load tools from Hugging Face datasets
    • validate_json_schema() for OpenAI tool schema validation with recursive array type checking
    • push_to_hf.py script for uploading generated datasets to Hugging Face Hub
  • Complete example workflow for Nano Tool Calling v1 dataset generation
    • Configuration, generation, validation, and publishing pipeline
    • Analysis utilities for function inspection
    • Comprehensive README with dataset card format

Changed

  • Enhanced batch sampling progress bar display for better user feedback
  • Improved parallel processing record ordering and ID assignment