[PR #6841] [MERGED] Add python examples for bespoke-minicheck #12239

Closed
opened 2026-04-12 23:52:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6841
Author: @RyanMarten
Created: 9/17/2024
Status: Merged
Merged: 9/18/2024
Merged by: @jmorganca

Base: mainHead: main


📝 Commits (10+)

  • a1f917d add simple example for grounded factuality checking with bespoke-minicheck
  • 01ee107 adds rag example using minicheck to check grounded claims
  • e302027 updates readme for rag minicheck
  • 5aa591c update to llama3.1 and remove summary
  • 92ccd0c shorten example < 1024 characters
  • 675eee8 Rename directory, get rid of unnecessary deps and fix bug and various cleanups
  • 6feade8 add example
  • 0315b8d Rename the directory
  • 4791aa7 Fix readmes.
  • 091b6c0 Add more examples and rename readme to README.

📊 Changes

6 files changed (+346 additions, -0 deletions)

View changed files

examples/python-grounded-factuality-rag-check/README.md (+93 -0)
examples/python-grounded-factuality-rag-check/main.py (+137 -0)
examples/python-grounded-factuality-rag-check/requirements.txt (+8 -0)
examples/python-grounded-factuality-simple-check/main.py (+53 -0)
examples/python-grounded-factuality-simple-check/readme.md (+54 -0)
examples/python-grounded-factuality-simple-check/requirements.txt (+1 -0)

📄 Description

Adds two examples python-grounded-factuality-rag-check and python-grounded-factuality-simple-check which showcase the bespoke-minicheck model.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/6841 **Author:** [@RyanMarten](https://github.com/RyanMarten) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a1f917d`](https://github.com/ollama/ollama/commit/a1f917dbc7c2b4c035d2af7e58a730b6eca854b5) add simple example for grounded factuality checking with bespoke-minicheck - [`01ee107`](https://github.com/ollama/ollama/commit/01ee107fdb2432d8c8f8301ec4591f5ad6440c29) adds rag example using minicheck to check grounded claims - [`e302027`](https://github.com/ollama/ollama/commit/e302027cc49f8004839d05e0a5e5c5d332e4377d) updates readme for rag minicheck - [`5aa591c`](https://github.com/ollama/ollama/commit/5aa591cd070271c88e01d68ea2d2e9f55b53863c) update to llama3.1 and remove summary - [`92ccd0c`](https://github.com/ollama/ollama/commit/92ccd0c9df3d83bc0a0aabdd457aa68138f07a7c) shorten example < 1024 characters - [`675eee8`](https://github.com/ollama/ollama/commit/675eee83f598f6decd8e07ae06fd3611e1fc4f82) Rename directory, get rid of unnecessary deps and fix bug and various cleanups - [`6feade8`](https://github.com/ollama/ollama/commit/6feade8f96a39aa77d032c65008aaebf7948afe1) add example - [`0315b8d`](https://github.com/ollama/ollama/commit/0315b8d302925abed60f95a9ddf5739b76590301) Rename the directory - [`4791aa7`](https://github.com/ollama/ollama/commit/4791aa7377cb8c50eb894c78d9c2dcede492f1d9) Fix readmes. - [`091b6c0`](https://github.com/ollama/ollama/commit/091b6c03c703f7783af0d21a07d773bc3ce2e148) Add more examples and rename readme to README. ### 📊 Changes **6 files changed** (+346 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/python-grounded-factuality-rag-check/README.md` (+93 -0) ➕ `examples/python-grounded-factuality-rag-check/main.py` (+137 -0) ➕ `examples/python-grounded-factuality-rag-check/requirements.txt` (+8 -0) ➕ `examples/python-grounded-factuality-simple-check/main.py` (+53 -0) ➕ `examples/python-grounded-factuality-simple-check/readme.md` (+54 -0) ➕ `examples/python-grounded-factuality-simple-check/requirements.txt` (+1 -0) </details> ### 📄 Description Adds two examples `python-grounded-factuality-rag-check` and `python-grounded-factuality-simple-check` which showcase the `bespoke-minicheck` model. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:52:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#12239