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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- config.json +2 -4
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForMaskedLM"
|
|
@@ -13,12 +12,11 @@
|
|
| 13 |
"model_type": "distilbert",
|
| 14 |
"n_heads": 12,
|
| 15 |
"n_layers": 6,
|
| 16 |
-
"pad_token_id":
|
| 17 |
"qa_dropout": 0.1,
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
-
"tie_weights_": true,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.26.0",
|
| 23 |
-
"vocab_size":
|
| 24 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
"DistilBertForMaskedLM"
|
|
|
|
| 12 |
"model_type": "distilbert",
|
| 13 |
"n_heads": 12,
|
| 14 |
"n_layers": 6,
|
| 15 |
+
"pad_token_id": 1,
|
| 16 |
"qa_dropout": 0.1,
|
| 17 |
"seq_classif_dropout": 0.2,
|
| 18 |
"sinusoidal_pos_embds": false,
|
|
|
|
| 19 |
"torch_dtype": "float32",
|
| 20 |
"transformers_version": "4.26.0",
|
| 21 |
+
"vocab_size": 20000
|
| 22 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4731a16c43aa6c9d3a35e4b55f8a49a70dc84223483f1213cc2982f7220c9a54
|
| 3 |
+
size 235612401
|
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": "alvarodt/geocoding",
|
| 9 |
"pad_token": "<|PAD|>",
|
| 10 |
"sep_token": "<|SEP|>",
|
| 11 |
"special_tokens_map_file": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:896911aad1017ed476ddc3d99e0ab5ac16a6dda3e0974b7d1298164cf0362c15
|
| 3 |
size 3515
|
vocab.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|