Instructions to use tranv/mt5-base-finetuned-sumeczech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tranv/mt5-base-finetuned-sumeczech with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="tranv/mt5-base-finetuned-sumeczech")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tranv/mt5-base-finetuned-sumeczech") model = AutoModelForSeq2SeqLM.from_pretrained("tranv/mt5-base-finetuned-sumeczech") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 217000
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2329703026
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e15d37318672472352ee0e27c3d629425e77762f60895d4b000a5d09d49524a0
|
| 3 |
size 2329703026
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:830970a3f4ec87b864cbb87332830f1b0a927675c3763bb5023fff251e778c1a
|
| 3 |
size 4728
|