Instructions to use X1in/anlp_bart_simplification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use X1in/anlp_bart_simplification with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("X1in/anlp_bart_simplification") model = AutoModelForSeq2SeqLM.from_pretrained("X1in/anlp_bart_simplification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1250
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557912620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8a9548163ef4486c44fd6bfdf2ba6eb07e3315361b59b9fa727f068ee1f890b
|
| 3 |
size 557912620
|