Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ViktorDo/DistilBERT-POWO_Climber_Scratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ViktorDo/DistilBERT-POWO_Climber_Scratch with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ViktorDo/DistilBERT-POWO_Climber_Scratch")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ViktorDo/DistilBERT-POWO_Climber_Scratch") model = AutoModelForSequenceClassification.from_pretrained("ViktorDo/DistilBERT-POWO_Climber_Scratch", device_map="auto") - Notebooks
- Google Colab
- Kaggle
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 266663597
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5548b0441379eb2195e362a4d9e5a10a9e3e3f66258bc55fb02b066e418e0aa0
|
| 3 |
size 266663597
|
runs/Jan24_18-14-44_28c77d875dc8/events.out.tfevents.1674584093.28c77d875dc8.692.11
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:e0eb7fde8724dfcbb5f393b8528aca26cfbddd47931932b7b0ee987bc2f13e6f
|
| 3 |
+
size 6712
|