Summarization
Transformers
PyTorch
TensorBoard
English
led
text2text-generation
Generated from Trainer
Instructions to use DunnBC22/led-base-16384-text_summarization_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/led-base-16384-text_summarization_data 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="DunnBC22/led-base-16384-text_summarization_data")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DunnBC22/led-base-16384-text_summarization_data") model = AutoModelForSeq2SeqLM.from_pretrained("DunnBC22/led-base-16384-text_summarization_data") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 647674353
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6d9626029cd7b4f5e16628dc590d6a7344885dae08f0c7c2470240375691c2a
|
| 3 |
size 647674353
|
runs/Mar08_00-04-27_Brians-Mac-mini/events.out.tfevents.1678255471.Brians-Mac-mini.13327.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:ce92a54445f69b7a3c191df40eaf7c2b330fe485f09846eefbdb77f9db3272e7
|
| 3 |
+
size 6702
|