Instructions to use ghost12/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ghost12/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ghost12/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ghost12/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("ghost12/my_awesome_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 40
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328504584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e3aa141ca7331e3ad88905451caf87f6e1993e27e807d3eceec548be6681b48
|
| 3 |
size 328504584
|
runs/Apr12_15-21-48_gpu1/events.out.tfevents.1712915509.gpu1.26959.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:e2243c8d383a6c51bcd5f0611d726d53cbba19a99f2857b646d06aab0b99eaec
|
| 3 |
+
size 25900
|