RedHatAI/phi-2-super-marlin
129
1---2license: mit3license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE4language:5- en6widget:7- text: Hello who are you?8 example_title: Identity9- text: What can you do?10 example_title: Capabilities11- text: Create a fastapi endpoint to retrieve the weather given a zip code.12 example_title: Coding13tags:14- convAI15- conversational16pipeline_tag: text-generation17inference: false18---19 20<!-- description start -->21# Phi-2 Super (SFT + cDPO)2223- **Model creator:** [Anton Bacaj](https://huggingface.co/abacaj)24- **Original model:** [Phi-2 Super](https://huggingface.co/abacaj/phi-2-super)25 26## Description27This repo contains 4-bit Marlin format model files for [abacaj's Phi-2 Super](https://huggingface.co/abacaj/phi-2-super)28 29### Phi-2-super (SFT + cDPO)30 31Base Model: [microsoft/phi-2](https://huggingface.co/microsoft/phi-2)32 33### Chat template34 35The model uses the same chat template as found in Mistral instruct models:36 37```python38text = "<|endoftext|>[INST] What is your favourite condiment? [/INST]"39"Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen!<|endoftext|> "40"[INST] Do you have mayonnaise recipes? [/INST]"41```42 43### MT-bench / heval44 454647<!-- description end -->