Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2") model = AutoModelForSequenceClassification.from_pretrained("fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 269336237
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f92b81ea63ecda9c5825fbea5afd9ed3d180d8016421f14a1c7b305346b06bb2
|
| 3 |
size 269336237
|
runs/Jun02_09-10-11_5085565a7698/events.out.tfevents.1685697013.5085565a7698.1243.18
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:e7ab9aadd8b9ddf84af35ad96488f3d2ae89683691d8e0ba18dd226aae3e3915
|
| 3 |
+
size 5093
|