Hotfix model hub (#1033)

* add(openhermes): hotfix cover png

* add(openhermes): hotfix tag

* add(solarslerp): update missing model.json
This commit is contained in:
Hoang Ha 2023-12-15 16:24:41 +07:00 committed by GitHub
parent 92442ba093
commit 4c9a26474b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

View File

@ -15,8 +15,9 @@
},
"metadata": {
"author": "Intel, Jan",
"tags": ["7B", "Merged"],
"size": 4370000000
"tags": ["7B", "Merged", "Featured"],
"size": 4370000000,
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/openhermes-neural-7b/cover.png"
},
"engine": "nitro"
}

View File

@ -0,0 +1,23 @@
{
"source_url": "https://huggingface.co/janhq/Solar-10.7B-SLERP-GGUF/resolve/main/solar-10.7b-slerp.Q4_K_M.gguf",
"id": "solar-10.7b-slerp",
"object": "model",
"name": "Solar Slerp 10.7B Q4",
"version": "1.0",
"description": "This model uses the Slerp merge method from SOLAR Instruct and Pandora-v1",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"prompt_template": "### User: {prompt}\n### Assistant:"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "Jan",
"tags": ["11B","Finetuned"],
"size": 6360000000
},
"engine": "nitro"
}