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 8
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:a65b9a47f90181b768dbaa05ab630ab74d9409bd1528ca67b1ed78bf4af32ac7
|
| 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:ad4ed40786c38a02cf7bd03b505c4bbc16543cee48b7a8c830af78d0091c3729
|
| 3 |
+
size 10170
|