How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="ufal/labse-malach-multilabel")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("ufal/labse-malach-multilabel")
model = AutoModelForSequenceClassification.from_pretrained("ufal/labse-malach-multilabel", device_map="auto")
Quick Links

LaBSE-Malach-Multilabel

A multilabel text classification model fine-tuned on a the Visual History Archive in 6 languages. Input text segments consisted of ~350 words on average.

Given an input string, the model predicts probablites for 2800 subject keyword IDs from the VHA ontology.

Downloads last month
9
Safetensors
Model size
0.5B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ufal/labse-malach-multilabel

Finetuned
(93)
this model