Instructions to use owenMills/PAS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use owenMills/PAS with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("owenMills/PAS") model = AutoModelForSeq2SeqLM.from_pretrained("owenMills/PAS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.634920634920635, | |
| "total_flos": 33578377297920.0, | |
| "train_loss": 3.8711446126302085, | |
| "train_runtime": 17.52, | |
| "train_samples": 126, | |
| "train_samples_per_second": 21.575, | |
| "train_steps_per_second": 1.199 | |
| } |