Instructions to use Svetlana0303/Classfication_longformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Svetlana0303/Classfication_longformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Svetlana0303/Classfication_longformer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Svetlana0303/Classfication_longformer") model = AutoModelForSequenceClassification.from_pretrained("Svetlana0303/Classfication_longformer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3fa7b13
1
Parent(s): 3616d0a
Training in progress, epoch 19
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 594742353
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:973bf79e64719667cc19d9d3d1b1ca32ed26019f919f01e3c679dc2f6149005b
|
| 3 |
size 594742353
|
runs/Feb20_08-42-26_2019e1145058/events.out.tfevents.1676882560.2019e1145058.277.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:4fad051c41139cd1be18b588117372a43b4e265d8a989992eeb5c55a553702a3
|
| 3 |
+
size 10458
|