Instructions to use jasper-lu/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasper-lu/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jasper-lu/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jasper-lu/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("jasper-lu/my_awesome_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60f582d16e8968579fde03e8d38f40a70d54188785d3998dd009508ea8f23db
|
| 3 |
size 267855533
|
runs/Aug11_02-35-41_73e4c154ab48/events.out.tfevents.1691721422.73e4c154ab48.1084.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:66fa6bdb5da01bab8a02a89a17e7a2c0f82caed1f0e53202cc81ba8a0ecd9dca
|
| 3 |
+
size 5636
|