Instructions to use GlycerinLOL/LLM_Teached_Bart_From_Scratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GlycerinLOL/LLM_Teached_Bart_From_Scratch with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("GlycerinLOL/LLM_Teached_Bart_From_Scratch") model = AutoModelForSeq2SeqLM.from_pretrained("GlycerinLOL/LLM_Teached_Bart_From_Scratch") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 30.0, | |
| "train_loss": 0.1497309269236969, | |
| "train_runtime": 15515.0349, | |
| "train_samples_per_second": 96.68, | |
| "train_steps_per_second": 1.007 | |
| } |