Instructions to use Someman/mt5-summarize-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Someman/mt5-summarize-hi 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="Someman/mt5-summarize-hi")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Someman/mt5-summarize-hi") model = AutoModelForSeq2SeqLM.from_pretrained("Someman/mt5-summarize-hi") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1200772485
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fbe482a6a03b98578bcaacc2da266ced903072ef804f10fcc468f1183710f59
|
| 3 |
size 1200772485
|
runs/Jun07_07-14-59_5b697bb5279f/events.out.tfevents.1686122176.5b697bb5279f.28.2
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:6e3a73394afd3a24d69a0f2537c7626059ec9dfe34c2dc95fd4129f4f67d3ff2
|
| 3 |
+
size 161787
|