Instructions to use ShishuTripathi/entity_coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ShishuTripathi/entity_coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "ShishuTripathi/entity_coder") - Notebooks
- Google Colab
- Kaggle
File size: 180 Bytes
a0e48cd | 1 2 3 4 5 6 7 8 | {
"add_prefix_space": false,
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast"
}
|