Summarization
Transformers
TensorBoard
Safetensors
encoder-decoder
text2text-generation
Generated from Trainer
Instructions to use folflo/Bert2Bert_m_m_finetined_on_HunSum_1201 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use folflo/Bert2Bert_m_m_finetined_on_HunSum_1201 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="folflo/Bert2Bert_m_m_finetined_on_HunSum_1201")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("folflo/Bert2Bert_m_m_finetined_on_HunSum_1201") model = AutoModelForSeq2SeqLM.from_pretrained("folflo/Bert2Bert_m_m_finetined_on_HunSum_1201", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 144500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1536844884
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b725f93f09599c27d6275ecc1827ec9adc34cfcaa9bba640918edeb08f630e4
|
| 3 |
size 1536844884
|
runs/Dec01_23-13-03_TENSOR-FLOWER/events.out.tfevents.1701468786.TENSOR-FLOWER.6104.0
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:08247fa9893edf6a98c74c3643cd361422faf758a13d00bf334cfe6a9cedc44d
|
| 3 |
+
size 31981
|