Instructions to use nepp1d0/prot_bert_classification_finetuned_karolina with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nepp1d0/prot_bert_classification_finetuned_karolina with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nepp1d0/prot_bert_classification_finetuned_karolina")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nepp1d0/prot_bert_classification_finetuned_karolina") model = AutoModelForSequenceClassification.from_pretrained("nepp1d0/prot_bert_classification_finetuned_karolina") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1680380845
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8812bf8e3f1f8a77d850f26ddd4061e0b334c9e22c2607c9bc05f20b49cf7dac
|
| 3 |
size 1680380845
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e12f61f5434102048a49973122402f614231ff277b8b19a6764ec8b28dbc24a
|
| 3 |
size 3375
|