Detect language for grouping (xlm-roberta-lid)
Per-row classifier — stable across GROUP BY.
LANGUAGE({{ text }}){{ text }} BY LANGUAGE| name | type | description |
|---|---|---|
| text | VARCHAR | — |
English detected
SELECT
language ('Hello, how are you today?')French detected
SELECT
language ('Bonjour, comment allez-vous?')Spanish detected
SELECT
language ('Hola, como estas?')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)
Detect language for grouping (xlm-roberta-lid)
Per-row classifier — stable across GROUP BY.
LANGUAGE({{ text }}){{ text }} BY LANGUAGE| name | type | description |
|---|---|---|
| text | VARCHAR | — |
English detected
SELECT
language ('Hello, how are you today?')French detected
SELECT
language ('Bonjour, comment allez-vous?')Spanish detected
SELECT
language ('Hola, como estas?')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)