Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use gent-scholar/finetuning-DistilBERT-model-4000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gent-scholar/finetuning-DistilBERT-model-4000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gent-scholar/finetuning-DistilBERT-model-4000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gent-scholar/finetuning-DistilBERT-model-4000-samples") model = AutoModelForSequenceClassification.from_pretrained("gent-scholar/finetuning-DistilBERT-model-4000-samples") - Notebooks
- Google Colab
- Kaggle
Commit ·
e0b86ab
1
Parent(s): 386bd20
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cea08197ed12aff38dea2f728ff221b160deed1d07e558f6085c8b3d46fb6b03
|
| 3 |
size 267855533
|
runs/Dec22_23-07-27_e0ffbeb79e0d/events.out.tfevents.1671750462.e0ffbeb79e0d.1229.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:58c406df3d3ef67f032f6a127e9a0b952b4c9ddc7a472759fea3381696788bc3
|
| 3 |
+
size 4182
|
runs/Dec22_23-19-31_e0ffbeb79e0d/events.out.tfevents.1671751193.e0ffbeb79e0d.1229.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db8b72d8116b3cdb42278e16932507ce85963c84a0a11a378eaa0f8903bb436e
|
| 3 |
+
size 341
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3451
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5decfdd7d10ffddc28ca68b71c32a00e21b8796f98c597473cd9e8d753724ec6
|
| 3 |
size 3451
|