Instructions to use Yayun/fine_tune_practice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yayun/fine_tune_practice with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yayun/fine_tune_practice")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yayun/fine_tune_practice") model = AutoModelForSequenceClassification.from_pretrained("Yayun/fine_tune_practice") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498660333
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b50b0ea80f23215ed61026faacc00c26c16d454456b50e1f500bfc7dea7c0b3
|
| 3 |
size 498660333
|
runs/Oct26_18-21-52_codespaces-10ce6c/events.out.tfevents.1666808520.codespaces-10ce6c.22409.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:fb372ca07f2bfc5d138b5f9e318c487dd2aa3f62df4fbb22af6456ce35a27fdb
|
| 3 |
+
size 5142
|