Instructions to use roa7n/DistilProtBERT_experiments_same_len_amino_acid_a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roa7n/DistilProtBERT_experiments_same_len_amino_acid_a with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="roa7n/DistilProtBERT_experiments_same_len_amino_acid_a")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("roa7n/DistilProtBERT_experiments_same_len_amino_acid_a") model = AutoModelForSequenceClassification.from_pretrained("roa7n/DistilProtBERT_experiments_same_len_amino_acid_a") - 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 924362445
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f546879cfae723d567e20322cace0c1486a075d97ad792aba77ac9f5bc450042
|
| 3 |
size 924362445
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc950a350dec0d84f15b6c02264e9c5d0ed2f539319b7b6c46efae499f7185a9
|
| 3 |
size 3439
|