[GH-ISSUE #2234] 📝 Better description for openchat-3.5-0106-laser #63320

Closed
opened 2026-05-03 12:59:11 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @adriens on GitHub (Jan 27, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2234

About

In the following tweet

image

, the openchat-3.5-0106-laser model is known for having Strong math capabilities without compromise!.

👉 Still on its ollama page, there is no mention of that in the model description:

image

🙏 Documentation request

In addition to the following description:

"A laser version of openchat/openchat-3.5-0106"

Would you add something like Strong mathematics capabilities without compromise!

💰 Benefits

  • Better indexation (includig on Google)
  • More RAG opportunities on top of ollama library
SELECT fts_main_model_details.match_bm25(id, 'math') AS score,
        id,
        full_desc
FROM model_details
WHERE
    score IS NOT NULL
ORDER BY score desc;

image

Originally created by @adriens on GitHub (Jan 27, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2234 # :grey_question: About In the following [tweet](https://twitter.com/ivanfioravanti/status/1751329888231915725) ![image](https://github.com/ollama/ollama/assets/5235127/47856d41-9fc1-4f4c-b2c6-40c5fd425065) , the `openchat-3.5-0106-laser` model is known for having _Strong math capabilities without compromise!_. **:point_right: Still on [its `ollama` page](https://ollama.ai/ifioravanti/openchat-3.5-0106-laser), there is no mention of that in the model description:** ![image](https://github.com/ollama/ollama/assets/5235127/35e6da8f-53b0-44a1-9147-e1fb7c88e6ba) # :pray: Documentation request In addition to the following description: > "A laser version of [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)" Would you add something like _Strong mathematics capabilities without compromise!_ # :moneybag: Benefits - Better indexation (includig on Google) - More RAG opportunities on top of `ollama` library ```sql SELECT fts_main_model_details.match_bm25(id, 'math') AS score, id, full_desc FROM model_details WHERE score IS NOT NULL ORDER BY score desc; ``` ![image](https://github.com/ollama/ollama/assets/5235127/8a0e479c-4088-4d72-a7e0-7058847e8151)
Author
Owner

@ivanfioravanti commented on GitHub (Jan 27, 2024):

Done! Thanks @adriens

<!-- gh-comment-id:1913330625 --> @ivanfioravanti commented on GitHub (Jan 27, 2024): Done! Thanks @adriens
Author
Owner

@adriens commented on GitHub (Jan 27, 2024):

image

<!-- gh-comment-id:1913330970 --> @adriens commented on GitHub (Jan 27, 2024): ![image](https://github.com/ollama/ollama/assets/5235127/717e41b0-8b14-4de4-bd50-e32df52f8918)
Author
Owner

@adriens commented on GitHub (Jan 27, 2024):

How would it be possible to get it listed as others models (eg. /library/{model}) in addition to ifioravanti/openchat-3.5-0106-laser

<!-- gh-comment-id:1913332927 --> @adriens commented on GitHub (Jan 27, 2024): :grey_question: How would it be possible to get it listed as others models (eg. `/library/{model}`) in addition to `ifioravanti/openchat-3.5-0106-laser`
Author
Owner

@adriens commented on GitHub (Jan 27, 2024):

... maybe as library/openchat-3.5-0106 -laser 💭

<!-- gh-comment-id:1913333426 --> @adriens commented on GitHub (Jan 27, 2024): ... maybe as `library/openchat-3.5-0106 -laser` :thought_balloon:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#63320