Token Classification
Transformers
Safetensors
esm
text-classification
virulence-prediction
biology
bioinformatics
microbiology
Instructions to use kssrikar4/AVP-ESM2-8m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kssrikar4/AVP-ESM2-8m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kssrikar4/AVP-ESM2-8m")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kssrikar4/AVP-ESM2-8m") model = AutoModelForSequenceClassification.from_pretrained("kssrikar4/AVP-ESM2-8m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 5 files
Browse files- .gitattributes +1 -0
- alp.png +0 -0
- test.png +0 -0
- tsne.png +3 -0
- umap.png +0 -0
- validation.png +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tsne.png filter=lfs diff=lfs merge=lfs -text
|
alp.png
ADDED
|
test.png
ADDED
|
tsne.png
ADDED
|
Git LFS Details
|
umap.png
ADDED
|
validation.png
ADDED
|