Instructions to use hd10/semeval2020_task11_tc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hd10/semeval2020_task11_tc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hd10/semeval2020_task11_tc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hd10/semeval2020_task11_tc") model = AutoModelForSequenceClassification.from_pretrained("hd10/semeval2020_task11_tc") - Notebooks
- Google Colab
- Kaggle
Update model
Browse files- pytorch_model.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 1625083200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cd415a20d6492a8888fc72a6797eaa822d0708772b0d86ea89f24a02db1d33c
|
| 3 |
size 1625083200
|