Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ViktorDo/DistilBERT-WIKI_Growth_Form_Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ViktorDo/DistilBERT-WIKI_Growth_Form_Finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ViktorDo/DistilBERT-WIKI_Growth_Form_Finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ViktorDo/DistilBERT-WIKI_Growth_Form_Finetuned") model = AutoModelForSequenceClassification.from_pretrained("ViktorDo/DistilBERT-WIKI_Growth_Form_Finetuned", 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 267857393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:534a486a45499a3cf705aa8a2947507a80a7575fed97fd1cbe1c45f50a6150f2
|
| 3 |
size 267857393
|
runs/Oct21_12-40-57_6f09d1132dac/events.out.tfevents.1666356071.6f09d1132dac.75.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:db007c469e395aae8adcbd605f3804fd4ff7dd868d206b3aeb9648884af94ecf
|
| 3 |
+
size 7006
|