Intro to NLP Monitoring
Whether it's text classification, information extraction, or question answering, use Aporia to monitor your Natural Language Processing models in production.
>>> from transformers import pipeline
>>> classifier = pipeline("sentiment-analysis")>>> classifier("I love cookies and Aporia")
[{'label': 'POSITIVE', 'score': 0.9997883439064026}]Extract Embeddings
Storing your Predictions
id
raw_text (text)
embeddings (embedding)
prediction (boolean)
score (numeric)
timestamp (datetime)
Schema mapping
Next steps
Last updated