Instructions to use eawang/distilbert_num_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eawang/distilbert_num_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eawang/distilbert_num_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eawang/distilbert_num_model") model = AutoModelForSequenceClassification.from_pretrained("eawang/distilbert_num_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 16
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267852461
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23071055057cdf094481e5e11802d71de66809bb19155c7e4199f706f75fda8d
|
| 3 |
size 267852461
|
runs/May02_22-20-37_243f03837bf1/events.out.tfevents.1683066113.243f03837bf1.2270.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:a638e4357c8af7c98fb1a35d6ac29237b7faf80f6b70f856e2ebdec36a9d1a4f
|
| 3 |
+
size 9191
|