Instructions to use eawang/bart_num_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eawang/bart_num_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eawang/bart_num_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eawang/bart_num_model") model = AutoModelForSequenceClassification.from_pretrained("eawang/bart_num_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- runs/May01_21-30-19_d2de700a0be5/events.out.tfevents.1682976624.d2de700a0be5.3594.6 +2 -2
- runs/May01_21-34-06_d2de700a0be5/1682976852.0726495/events.out.tfevents.1682976852.d2de700a0be5.3594.9 +3 -0
- runs/May01_21-34-06_d2de700a0be5/events.out.tfevents.1682976852.d2de700a0be5.3594.8 +3 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 560136489
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27dc3e28e74d17ec56f01ea2a378392f78ea1424f8583de4eeafa7840f0e9d5b
|
| 3 |
size 560136489
|
runs/May01_21-30-19_d2de700a0be5/events.out.tfevents.1682976624.d2de700a0be5.3594.6
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:258b96d1dded1a4a7a619a0581f6f173c0e56de0f845fc226ce2275cafdeb295
|
| 3 |
+
size 5991
|
runs/May01_21-34-06_d2de700a0be5/1682976852.0726495/events.out.tfevents.1682976852.d2de700a0be5.3594.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21618fdcf360a2898471537c884f3efefb93b051313710a699179a6b688f4cab
|
| 3 |
+
size 5864
|
runs/May01_21-34-06_d2de700a0be5/events.out.tfevents.1682976852.d2de700a0be5.3594.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78dd83f400e1b2a080c8cbc382eeb4363905d9c0c29f43b277a8cdbbb1d443f7
|
| 3 |
+
size 5299
|
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:e5ecb723867fa81edbd39781579d4edda4d03548e9d2b4dc0886f262e2651eff
|
| 3 |
size 3579
|