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 3
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:021e1383fe524652cd4746465d7a51a67f3cd695461540082ac6cb896cb679b2
|
| 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:1dd2fd90ff472425f2eb848c72fab99a0b4b5722803a84d82b4126847d2ec505
|
| 3 |
+
size 6866
|