Instructions to use profoz/covid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use profoz/covid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="profoz/covid", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("profoz/covid") model = AutoModelForSequenceClassification.from_pretrained("profoz/covid", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75cdb23b0c9f4addd24616d6af71704dfdd325dfe143bf081a090c831d2e21f0
|
| 3 |
+
size 267855985
|