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 8
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:50adaf043e2e2d3ab51c38fed9733c58d82086b0aa1af109ebb387456717ebf6
|
| 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:80b16503a3695e97b9c9a4ac28fc7d8d484a0b522e78bee2e3b84bccedde93a5
|
| 3 |
+
size 20842
|