Instructions to use EN3S/NLP_assignment_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EN3S/NLP_assignment_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EN3S/NLP_assignment_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EN3S/NLP_assignment_2") model = AutoModelForSequenceClassification.from_pretrained("EN3S/NLP_assignment_2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa6faad5b2d6981a286386e6e77a2b934c49ecc355efc1f70450901ebdb02f5f
|
| 3 |
size 437958648
|
run-0/checkpoint-195/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0660d83f21da3a17aed45cd4680b8cecf8e9c61210c6900e4a12ecd487967757
|
| 3 |
size 437958648
|
run-0/checkpoint-195/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 876038394
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a06a38e0d0cb2d515801da3a9708554ebcef18a7653dc7b6c9a2006a77b8b7c
|
| 3 |
size 876038394
|
run-0/checkpoint-195/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dedec8cb35bb4edec4b57e62ce9549f5bcd5baa05a7b09482e7f936fba95bd7
|
| 3 |
size 5432
|