Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use jacklong0718/my_awesome_model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacklong0718/my_awesome_model2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jacklong0718/my_awesome_model2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jacklong0718/my_awesome_model2") model = AutoModelForSequenceClassification.from_pretrained("jacklong0718/my_awesome_model2", 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 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7337b55cc464682c776415684507b122e117b0ba2f5b6dacfefa004aa8d15185
|
| 3 |
size 267832560
|
runs/Apr26_04-53-50_fc065a2fa2d2/events.out.tfevents.1714107230.fc065a2fa2d2.1246.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:9ee096b4baf1b20017e525d8c5fbb31730c23d5a19efc3afc856aff2e5d8e5fd
|
| 3 |
+
size 6981
|