Text Generation
PEFT
Safetensors
Turkish
qlora
lora
stem
education
k12
turkish
conversational
Eval Results (legacy)
Instructions to use alimkacar/stem-tr-instruct-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alimkacar/stem-tr-instruct-1k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "alimkacar/stem-tr-instruct-1k") - Notebooks
- Google Colab
- Kaggle
File size: 388 Bytes
3b4f3c3 dcfdef6 3b4f3c3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|end_of_text|>",
"tokenizer_class": "TokenizersBackend"
}
|