Flair
Portuguese

Model Card for Substance Prediction

Uses

from flair.models import TextClassifier
from flair.data import Sentence

# load the model
classifier = TextClassifier.load('noharm-ai/substance-prediction')

# make a sentence
sentence = Sentence('Tylenon 750 mg')

# predict Substance tags
classifier.predict(sentence)

# print the sentence with the tags
print(sentence)

More information:

https://github.com/noharm-ai/substance-prediction

Downloads last month
0
Inference API
Unable to determine this model’s pipeline type. Check the docs .

Model tree for noharm-ai/substance-prediction

Finetuned
(99)
this model

Dataset used to train noharm-ai/substance-prediction