Instructions to use jparmet/topic-hf-dropout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jparmet/topic-hf-dropout with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jparmet/topic-hf-dropout")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jparmet/topic-hf-dropout") model = AutoModelForSequenceClassification.from_pretrained("jparmet/topic-hf-dropout", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Jeffrey P commited on
Commit ·
3e8bcbd
1
Parent(s): 154e62f
Training in progress, step 8500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 669541493
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87740e7a22207d80f9a9a3940b2cb5b270769e4097c7f030214c7716816d955c
|
| 3 |
size 669541493
|
runs/Jul31_20-44-12_14a542b97615/events.out.tfevents.1690836254.14a542b97615.4560.12
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:42f8511ea269db9270a0f0c0a6d292dde26c799af5fb7025e430f5d62880ff34
|
| 3 |
+
size 8097
|