bespoke-minicheck

A state-of-the-art fact-checking model developed by Bespoke Labs.

7b
Hızlı Kurulum (Ollama kuruluysa)
ollama run bespoke-minicheck

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 4.7GB 32K Text ollama run bespoke-minicheck:latest
7b 4.7GB 32K Text ollama run bespoke-minicheck:7b
7b-q2_K 3.0GB 32K Text ollama run bespoke-minicheck:7b-q2_K
7b-q3_K_S 3.5GB 32K Text ollama run bespoke-minicheck:7b-q3_K_S
7b-q3_K_M 3.8GB 32K Text ollama run bespoke-minicheck:7b-q3_K_M
7b-q3_K_L 4.1GB 32K Text ollama run bespoke-minicheck:7b-q3_K_L
7b-q4_0 4.5GB 32K Text ollama run bespoke-minicheck:7b-q4_0
7b-q4_1 4.9GB 32K Text ollama run bespoke-minicheck:7b-q4_1
7b-q4_K_S 4.5GB 32K Text ollama run bespoke-minicheck:7b-q4_K_S
7b-q4_K_M 4.7GB 32K Text ollama run bespoke-minicheck:7b-q4_K_M
7b-q5_0 5.4GB 32K Text ollama run bespoke-minicheck:7b-q5_0
7b-q5_1 5.8GB 32K Text ollama run bespoke-minicheck:7b-q5_1
7b-q5_K_S 5.4GB 32K Text ollama run bespoke-minicheck:7b-q5_K_S
7b-q5_K_M 5.5GB 32K Text ollama run bespoke-minicheck:7b-q5_K_M
7b-q6_K 6.4GB 32K Text ollama run bespoke-minicheck:7b-q6_K
7b-q8_0 8.2GB 32K Text ollama run bespoke-minicheck:7b-q8_0
7b-fp16 15GB 32K Text ollama run bespoke-minicheck:7b-fp16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

This is a grounded factuality checking model developed by Bespoke Labs.

The model takes as input a document (text) and a sentence and determines whether the sentence is supported by the document. In order to fact-check a multi-sentence claim, the claim should first be broken up into sentences. The document does not need to be chunked unless it exceeds 32K tokens.

bespoke-minicheck-howitworks.png

Bespoke-MiniCheck is the SOTA fact-checking model despite its small size.

Usage

The prompt template is as follows:

Document: {document}
Claim: {claim}

The response will either be Yes or No.

Examples

Prompt

Document: A group of students gather in the school library to study for their upcoming final exams.
Claim: The students are preparing for an examination.

Response

Yes

Prompt

Document: A group of students gather in the school library to study for their upcoming final exams.
Claim: The students are on vacation.

Response

No

Model performance

performance.png

The performance of these models is evaluated on our new collected benchmark (unseen by our models during training), LLM-AggreFact, from 11 recent human annotated datasets on fact-checking and grounding LLM generations. Bespoke-MiniCheck-7B is the SOTA fact-checking model despite its small size.

References

Website

Paper

LLM-AggreFact Leaderboard