Instructions to use xshubhamx/bart-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/bart-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/bart-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/bart-large") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/bart-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1629486164
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ffbe077854e45cfa65b036a17fe8cf41b6eeaf13d5a0aac78daa17788cfc37c
|
| 3 |
size 1629486164
|
runs/Apr20_23-47-18_a809b8a532ab/events.out.tfevents.1713656840.a809b8a532ab.1584.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:d29b048ab3a63e7b69532dba01b45b520aa2334d2035cdde3817f4f70bda1331
|
| 3 |
+
size 37904
|