Instructions to use text2font/tst-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use text2font/tst-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("text2font/tst-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("text2font/tst-summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 3.0, | |
| "global_step": 42, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 3.0, | |
| "step": 42, | |
| "total_flos": 14765526220800.0, | |
| "train_loss": 39.355625697544646, | |
| "train_runtime": 67.9146, | |
| "train_samples_per_second": 2.474, | |
| "train_steps_per_second": 0.618 | |
| } | |
| ], | |
| "max_steps": 42, | |
| "num_train_epochs": 3, | |
| "total_flos": 14765526220800.0, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |