BERT Base Cased
huggingface.coThe model accepts two sentences and assigns one of two labels: “entailment” or “no-entailment.” An “entailment” label indicates that the meaning of the second sentence logically implies the first, while a “no-entailment” label indicates that this logical implication does not hold.
It is built on a Text Embedding model pre-trained on English text, which generates a joint embedding for the sentence pair. A binary classification layer is added on top of these embeddings, and the combined model is fine-tuned using the QNLI dataset for the entailment task. PyTorch, the PyTorch logo, and related marks are trademarks of Facebook, Inc.
LLM mention score The LLM mention score is the total number of mentions of this brand in different LLM chatbots, normalized to the scale from 0 to 100. You can get actual, non-normalized numbers via the LLM Mention API from DataForSEO.
Normalized 0–100 · last 8 weeks
Get LLM mention data of any company via DataForSEO API
Get access to the structured data on keyword, brand, and website mentions in LLMs, including metrics like AI search volume, impressions, and mentions count.
How to get LLM mention data →// Fetch BERT Base Cased mention score POST /v3/content_analysis/summary { "keyword": "BERT Base Cased", "type": "llm_mentions", "date_from": "2025-01-01" }