Instructions to use alvarodt/geocoding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alvarodt/geocoding with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="alvarodt/geocoding")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alvarodt/geocoding") model = AutoModel.from_pretrained("alvarodt/geocoding") - Notebooks
- Google Colab
- Kaggle
vocab size 32768
Browse files- merges.txt +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- vocab.json +0 -0
merges.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"eos_token": "<|EOS|>",
|
| 6 |
"mask_token": "<|MASK|>",
|
| 7 |
"model_max_length": 1024,
|
| 8 |
-
"name_or_path": "
|
| 9 |
"pad_token": "<|PAD|>",
|
| 10 |
"sep_token": "<|SEP|>",
|
| 11 |
"special_tokens_map_file": null,
|
|
|
|
| 5 |
"eos_token": "<|EOS|>",
|
| 6 |
"mask_token": "<|MASK|>",
|
| 7 |
"model_max_length": 1024,
|
| 8 |
+
"name_or_path": "gpt2",
|
| 9 |
"pad_token": "<|PAD|>",
|
| 10 |
"sep_token": "<|SEP|>",
|
| 11 |
"special_tokens_map_file": null,
|
vocab.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|