Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use halu1003/LLMClassWork1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use halu1003/LLMClassWork1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="halu1003/LLMClassWork1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("halu1003/LLMClassWork1") model = AutoModelForSequenceClassification.from_pretrained("halu1003/LLMClassWork1") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
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:3d32270e7d038bb1216c827aa4260425b757576a4ebf2a70005cb9fe0366b696
|
| 3 |
size 267832560
|
runs/Dec23_02-22-21_04248f4b0c3a/events.out.tfevents.1703298149.04248f4b0c3a.492.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:7a17dac1d251bd897c5ef82bfb1a64cae2e79eaf077c668b90428d59d5c4cd61
|
| 3 |
+
size 6303
|