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 150500
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- 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:0c4b5a3d1f6bd5ac05d8dcc8ed64586a63fe95a6a101b10300be300c80b477f2
|
| 3 |
size 2329703026
|
tokenizer.json
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:9fafbc60c2fc60a2be3f255b32038660d0749f2e5d914acdf2d7b3f5e5729f58
|
| 3 |
+
size 16330495
|
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:89f0ddfb291ab76701732cb66b6e4610d3a001d9809d4a0ee9fc57c16b31285a
|
| 3 |
size 4728
|