Instructions to use k4tel/bert-multilingial-geolocation-prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use k4tel/bert-multilingial-geolocation-prediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="k4tel/bert-multilingial-geolocation-prediction")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("k4tel/bert-multilingial-geolocation-prediction") model = AutoModelForMaskedLM.from_pretrained("k4tel/bert-multilingial-geolocation-prediction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
test init
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711553257
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a64ac2f9a45a7bd7fc1d1b79e2c080c27552b58bc9d1a8f35cd7d90f8bc290ee
|
| 3 |
size 711553257
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:515086dec797f1246c5fc94a84487c3eea562554a572a530910ea27c00f78d6f
|
| 3 |
size 3247
|