Instructions to use itskamran/protbert_model-finetuned-localization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use itskamran/protbert_model-finetuned-localization with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="itskamran/protbert_model-finetuned-localization")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("itskamran/protbert_model-finetuned-localization") model = AutoModelForSequenceClassification.from_pretrained("itskamran/protbert_model-finetuned-localization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1679799688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2123841524a8b186d5e17860abefc32c70f046d0848182c7d9f1d338e84eca4c
|
| 3 |
size 1679799688
|
runs/Aug25_01-54-09_4146a15883ea/events.out.tfevents.1724550900.4146a15883ea.234.0
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:62643248ab8c754f779dfb6139ed14bc4387003bccb38b86c9c32a0d5e639eca
|
| 3 |
+
size 7611
|