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 1
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:270ec06276158e2912d491a2b0d9393a187015bfbc4744cc7dcc8974d39a573e
|
| 3 |
size 1679799688
|
runs/Sep02_01-03-48_af7f722a6090/events.out.tfevents.1725239048.af7f722a6090.1055.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf16dec103b4b0a87607e0a6d60dc2606bb362f2078361a9586d8dd602863150
|
| 3 |
+
size 5588
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d898c103541a2f82dd0421583186f40423bc44c778e6805ba34d801a1e04201
|
| 3 |
size 5176
|