Instructions to use kevinjesse/polygot-MT4TS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kevinjesse/polygot-MT4TS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kevinjesse/polygot-MT4TS")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kevinjesse/polygot-MT4TS") model = AutoModelForTokenClassification.from_pretrained("kevinjesse/polygot-MT4TS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4f62e12
1
Parent(s): 774ba60
add model
Browse files- config.json +0 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:146bd9a304c6e1725c4c3cc8335602f55d78f31c1d82e692535c56baa503226d
|
| 3 |
+
size 650111223
|