Instructions to use SmartPy/readability-longformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartPy/readability-longformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SmartPy/readability-longformer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SmartPy/readability-longformer") model = AutoModelForSequenceClassification.from_pretrained("SmartPy/readability-longformer") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 594681260
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6bcf857e81af6e867c804850b0782d845336fa28b935dfce67ef5483fbf0285
|
| 3 |
size 594681260
|
runs/Apr11_14-50-44_c23hpda5/events.out.tfevents.1712839846.c23hpda5.361270.0
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:ba1d6651f4cce5e6bdfc078da2f9f40deae5b1a4d4e8181f1b4c963bf068b551
|
| 3 |
+
size 5617
|