NerGuard-0.3B
143
2
—
by
exdsgift
Other
OTHER
0.3B params
New
143 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
1GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM
Code Examples
Usagepythontransformers
from transformers import pipeline
ner = pipeline(
"token-classification",
model="exdsgift/NerGuard-0.3B",
aggregation_strategy="simple"
)
results = ner("My name is John Smith and my email is [email protected]")
for entity in results:
print(f"{entity['word']} -> {entity['entity_group']} ({entity['score']:.2%})")
# John -> GIVENNAME (99.82%)
# Smith -> SURNAME (99.71%)
# [email protected] -> EMAIL (99.54%)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.