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: 293 Bytes
c71e492 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"<|assistant|>": 32001,
"<|endoftext|>": 32000,
"<|end|>": 32007,
"<|placeholder1|>": 32002,
"<|placeholder2|>": 32003,
"<|placeholder3|>": 32004,
"<|placeholder4|>": 32005,
"<|placeholder5|>": 32008,
"<|placeholder6|>": 32009,
"<|system|>": 32006,
"<|user|>": 32010
}
|