Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ncats/EpiClassify4GARD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ncats/EpiClassify4GARD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ncats/EpiClassify4GARD")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ncats/EpiClassify4GARD") model = AutoModelForSequenceClassification.from_pretrained("ncats/EpiClassify4GARD") - Notebooks
- Google Colab
- Kaggle
Commit ·
8ef5dbf
1
Parent(s): 58c7ed9
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5ef3d3240ea382e90bbf72d10ad1805be2c92cc3a144fbacd4e6d0683ce3d8
|
| 3 |
+
size 2863
|