Instructions to use xshubhamx/bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/bart-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/bart-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/bart-base") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/bart-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 560120380
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb0c4d137e99553e2ae8cdf8fa3df1dbb06b697f03afdae2bd83d3ee70f9cae5
|
| 3 |
size 560120380
|
runs/Apr19_12-09-07_283a737e9518/events.out.tfevents.1713528550.283a737e9518.141363.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:2a8ef49bd30796adcf526f9b8355f75ca11c44c1994dd30cc5a883f127fb0dd2
|
| 3 |
+
size 17177
|