Instructions to use saadlohani/polystring-lid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saadlohani/polystring-lid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="saadlohani/polystring-lid")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("saadlohani/polystring-lid") model = AutoModelForTokenClassification.from_pretrained("saadlohani/polystring-lid", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add INT8 ONNX quantized model
Browse files
onnx/model_quantized.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 278279242
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c052e752f6f483c829bb916cf321551c2191c4c477b47ec502f9fddfe2efed2b
|
| 3 |
size 278279242
|