Instructions to use nraptisss/tmf921-intent-training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nraptisss/tmf921-intent-training with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 344 Bytes
d9ba941 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "tmf921-intent-training"
version = "0.1.0"
description = "QLoRA SFT training and OOD evaluation for TMF921 intent-to-config dataset"
requires-python = ">=3.10"
license = {text = "Apache-2.0"}
[tool.setuptools.packages.find]
where = ["src"]
|