Instructions to use baekchaeeun/model_0603 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use baekchaeeun/model_0603 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="baekchaeeun/model_0603")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("baekchaeeun/model_0603") model = AutoModelForSequenceClassification.from_pretrained("baekchaeeun/model_0603") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 274676896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d8f9cb5b290b1be47903e7a49e010b4464e4082b48b1f98a3616340670987fe
|
| 3 |
size 274676896
|
runs/Jun03_03-52-15_caae5a5f5cd3/events.out.tfevents.1717386736.caae5a5f5cd3.1862.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec21fecfb0c319237e6f5c33667d1cca7f40d52389ad2f77f7dc8d28cb44e7bd
|
| 3 |
+
size 62281
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e77660ab16b5c9d140ed6bfdaed0eeda6ad815b14a1b0322998cd6ffe554b3b
|
| 3 |
size 5112
|