RoBERTa Plant NER Model

Fine-tuned RoBERTa model for plant entity recognition.

Labels

  • O: Outside entity
  • B-PLANT_COMMON: Beginning of common plant name
  • I-PLANT_COMMON: Inside common plant name
  • B-PLANT_SCI: Beginning of scientific plant name
  • I-PLANT_SCI: Inside scientific plant name

Usage

Python

from transformers import pipeline
classifier = pipeline("token-classification", "Dudeman523/roberta-plant-ner-fixed")
result = classifier("I have a Rosa damascena plant")

JavaScript (transformers.js)

import { pipeline } from '@xenova/transformers';
const classifier = await pipeline('token-classification', 'Dudeman523/roberta-plant-ner-fixed');
const result = await classifier('I have a Rosa damascena plant');
Downloads last month
8
Safetensors
Model size
124M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support