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- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"position_embedding_type": "absolute",
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
-
"transformers_version": "4.33.
|
| 35 |
"type_vocab_size": 2,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 30
|
|
|
|
| 31 |
"position_embedding_type": "absolute",
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.33.2",
|
| 35 |
"type_vocab_size": 2,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 30
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1679901553
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa7c849f2b462d7a78ac9aac3db06b9c364078be90da955ad8c901b4380f0b10
|
| 3 |
size 1679901553
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a46ef45eca9989abff4bb6cba6cf63184b70b98ff0050a765f525eeab98f1590
|
| 3 |
size 4091
|