Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use azamat/geocoder_coordinates_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use azamat/geocoder_coordinates_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="azamat/geocoder_coordinates_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("azamat/geocoder_coordinates_model") model = AutoModelForSequenceClassification.from_pretrained("azamat/geocoder_coordinates_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
509f904 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4c08c80d1df11b82ada2fd707562f86a9ebd5b7de04f51ebd2b49f2cd5906d00
size 17082925
|