Instructions to use sonchuate/project-2-training-top with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sonchuate/project-2-training-top with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sonchuate/project-2-training-top")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sonchuate/project-2-training-top") model = AutoModelForSequenceClassification.from_pretrained("sonchuate/project-2-training-top", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 540032612
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be4a0fe4d0c2e9c46929d6e9c90fd5e2a7d54b3fb5fa8d5e00ff61fc270ca508
|
| 3 |
size 540032612
|
runs/Jul13_08-56-59_91161a6a3254/events.out.tfevents.1720861021.91161a6a3254.34.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:38c39599f2330dcf1ee93554c26ce1d1751a7698f2957853e288cf0df2d7f1d6
|
| 3 |
+
size 101254
|