Instructions to use YuvanKumar/SyntheticTabularDataGenration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YuvanKumar/SyntheticTabularDataGenration with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/phi-3-mini-4k-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "YuvanKumar/SyntheticTabularDataGenration") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c71e492 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:da4b05dd882ba03664e88f977e9d1ff136c60ba644237599795923143728143d
size 119597408
|