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

pipe = pipeline("token-classification", model="Cansuuy/keyword_extraction_with_sequence_labeling")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("Cansuuy/keyword_extraction_with_sequence_labeling")
model = AutoModelForTokenClassification.from_pretrained("Cansuuy/keyword_extraction_with_sequence_labeling")
Quick Links

Keyword Extraction with Sequence Labeling

Bu model, Türkçe metinlerden anahtar kelime çıkarımı yapmak için eğitilmiştir. TUSAŞ LIFTUP projesi kapsamında geliştirilmiştir.

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

Space using Cansuuy/keyword_extraction_with_sequence_labeling 1