diff --git a/models/tulu-2-70b/model.json b/models/tulu-2-70b/model.json deleted file mode 100644 index 06b96e50d..000000000 --- a/models/tulu-2-70b/model.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "sources": [ - { - "filename": "tulu-2-dpo-70b.Q4_K_M.gguf", - "url": "https://huggingface.co/TheBloke/tulu-2-dpo-70B-GGUF/resolve/main/tulu-2-dpo-70b.Q4_K_M.gguf" - } - ], - "id": "tulu-2-70b", - "object": "model", - "name": "Tulu 2 70B Q4", - "version": "1.0", - "description": "Tulu 70B is a strong alternative to Llama 2 70b Chat to act as helpful assistants.", - "format": "gguf", - "settings": { - "ctx_len": 4096, - "prompt_template": "<|user|>\n{prompt}\n<|assistant|>", - "llama_model_path": "tulu-2-dpo-70b.Q4_K_M.gguf" - }, - "parameters": { - "temperature": 0.7, - "top_p": 0.95, - "stream": true, - "max_tokens": 4096, - "frequency_penalty": 0, - "presence_penalty": 0 - }, - "metadata": { - "author": "Lizpreciatior, The Bloke", - "tags": ["70B", "Finetuned"], - "size": 41400000000 - }, - "engine": "nitro" -}