Instructions to use Nofing/MECI-longformer-base-4096-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nofing/MECI-longformer-base-4096-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Nofing/MECI-longformer-base-4096-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Nofing/MECI-longformer-base-4096-classifier") model = AutoModelForSequenceClassification.from_pretrained("Nofing/MECI-longformer-base-4096-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 7048
Browse files- model.safetensors +1 -1
- training_args.bin +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 594693548
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd7e482e965925e2a0e71caaa073cfd56c26a6f9aba57598f030db9bd4ea0fe0
|
| 3 |
size 594693548
|
training_args.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:9bd69f842c76443be1e3dd4f98ec938a33a29e7c641efbcda0251e6b91983796
|
| 3 |
+
size 5841
|