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 7
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:18e9fdb4194389649aa720d67c4e46af768e94b5cce418d44d0fc05203fedfc8
|
| 3 |
size 1679799688
|
runs/Sep02_01-03-48_af7f722a6090/events.out.tfevents.1725239048.af7f722a6090.1055.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:7a6e6a0630c5ca6c28ea541ed93fcd62f92ecf9f0793e68a9df68dc81eb4a142
|
| 3 |
+
size 9425
|