Upload folder using huggingface_hub
Browse files- README.md +21 -0
- model.onnx +3 -0
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# NuNER Zero‑span (8-bit ONNX)
|
| 2 |
+
|
| 3 |
+
This is an **8-bit quantized ONNX** version of [`numind/NuNER_Zero-span`](https://huggingface.co/numind/NuNER_Zero-span), a zero-shot named entity recognition (NER) model based on the GLiNER architecture.
|
| 4 |
+
|
| 5 |
+
## 🔧 Features
|
| 6 |
+
|
| 7 |
+
- 🧠 Zero-shot span-based NER
|
| 8 |
+
- 📦 Quantized to 8-bit for faster, smaller inference
|
| 9 |
+
- 💬 Input: text + list of labels
|
| 10 |
+
- 🪄 Output: text spans per label (max span length = 12 tokens)
|
| 11 |
+
- 📁 Format: ONNX
|
| 12 |
+
|
| 13 |
+
## 📄 License
|
| 14 |
+
|
| 15 |
+
MIT License – same as the original model.
|
| 16 |
+
|
| 17 |
+
## 🙏 Acknowledgements
|
| 18 |
+
|
| 19 |
+
- Model: [NuMind](https://huggingface.co/numind)
|
| 20 |
+
- Framework: [GLiNER](https://github.com/urchade/gliner)
|
| 21 |
+
- Quantized and exported by **Bijin Regi Panicker**
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f025d2785eeef503a0595a25a903bf79ee3df3f903becd81e4c9a7e624d31be0
|
| 3 |
+
size 552345390
|