This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
mlx-examples
Watch
1
Star
0
Fork
0
You've already forked mlx-examples
mirror of
https://github.com/ml-explore/mlx-examples.git
synced
2025-06-25 01:41:19 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e196fa3208
mlx-examples
/
llms
/
mlx_lm
/
version.py
4 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
Fix import warning (#479) * fix import warning * fix version import * remove api, move convert to utils * also update circle to run external PRs
2024-02-28 00:47:56 +08:00
# Copyright © 2023-2024 Apple Inc.
Configuration-based use of HF hub-hosted datasets for training (#701) * Add hf_dataset configuration for using HF hub-hosted datasets for (Q)LoRA training * Pre-commit formatting * Fix YAML config example * Print DS info * Include name * Add hf_dataset parameter default * Remove TextHFDataset and CompletionsHFDataset and use Dataset and CompletionsDataset instead, adding a text_key constructor argument to the former (and changing it to work with a provided data structure instead of just from a JSON file), and prompt_key and completion_key arguments to the latter with defaults for backwards compatibility. * nits * update docs --------- Co-authored-by: Awni Hannun <awni@apple.com>
2024-06-27 01:20:50 +08:00
__version__
=
"
0.16.0
"
Reference in New Issue
Copy Permalink