Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use georgeliu/trained_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use georgeliu/trained_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="georgeliu/trained_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("georgeliu/trained_model") model = AutoModelForSequenceClassification.from_pretrained("georgeliu/trained_model") - 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 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e06b53d16ffa2d3925ea46eae83996e9ec2169456a1245acc6a57e665e1a7c18
|
| 3 |
size 267832560
|
runs/Feb12_14-34-55_38eb8b426e4b/events.out.tfevents.1707748496.38eb8b426e4b.34.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:724e43072549bee912c4fa18aed6cd20489875b0390b7cd8f3ae7ff166296040
|
| 3 |
+
size 11239
|
runs/Feb12_14-51-27_38eb8b426e4b/events.out.tfevents.1707749487.38eb8b426e4b.34.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fe24577c90433ec1e9083d6a982d73b4c6feaa807381f8c33f6d1fab8e722cc
|
| 3 |
+
size 4784
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ed078ad7797649f873e0aeb0c1ea779723c557df48ecfefa8a7548d42acc1bb
|
| 3 |
size 4728
|