Text Classification
Transformers
PyTorch
ONNX
English
bert
text-generation
text-embeddings-inference
Instructions to use MattStammers/Covid19_Text_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MattStammers/Covid19_Text_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MattStammers/Covid19_Text_Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MattStammers/Covid19_Text_Model") model = AutoModelForSequenceClassification.from_pretrained("MattStammers/Covid19_Text_Model") - Notebooks
- Google Colab
- Kaggle
Commit ·
67acd0f
1
Parent(s): 005e5ce
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c4fa7375ce9d5cc2928e65af599e75f128bbc15b5d9800b3d5c588f01fcd65d
|
| 3 |
+
size 627
|