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 1
Browse files
pytorch_model.bin
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:989bf67acaf270b736e9568cfed58a9ce8793dc6ffcd86f215e977bdabe97290
|
| 3 |
+
size 267852461
|
runs/May02_22-20-37_243f03837bf1/1683066113.1461833/events.out.tfevents.1683066113.243f03837bf1.2270.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c1b34e1bbc877ab533e5113a84b8c469bcfa2f8e1c0debb20b287071556cdc
|
| 3 |
+
size 5882
|
runs/May02_22-20-37_243f03837bf1/events.out.tfevents.1683066113.243f03837bf1.2270.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f854d0f231378f7a66f8271c5ba9cebf763e47c18e89998a74c3ca8116c88c
|
| 3 |
+
size 4276
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3563af6fb47b4650bf0e73f8a81876597a9acc8c77b8da199efa09214b273530
|
| 3 |
size 3579
|