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 2
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:8fbbc1e0d87b8df23c5911fd580f76ba08acf53738bb5a7c1407a263f7ae9b87
|
| 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:5fbdd75011b1b6e77fcbd37737e8b1d7732dc440e084c89525ac81acfc0f8cd2
|
| 3 |
+
size 69006
|