--- license: mit base_model: microsoft/phi-2 tags: - text-generation - alpaca - instruction-tuning - UE5 - unreal-engine pipeline_tag: text-generation language: - ru --- # Название вашей модели Дообученная microsoft/phi-2 модель ## Использование ```python from transformers import AutoModelForCausalLM, AutoTokenizer model = AutoModelForCausalLM.from_pretrained("retery/retery13") tokenizer = AutoTokenizer.from_pretrained("retery/retery13")