Instructions to use CodeIsAbstract/denoice-finetuned-xsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodeIsAbstract/denoice-finetuned-xsum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CodeIsAbstract/denoice-finetuned-xsum") model = AutoModelForSeq2SeqLM.from_pretrained("CodeIsAbstract/denoice-finetuned-xsum") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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 62293080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98e6fdaf25c34fbca0e6d634672c215024a47484cb599c96bda9a244be463f0f
|
| 3 |
size 62293080
|