Instructions to use jacobmorrison/tk-instruct-xxl-lora-experiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacobmorrison/tk-instruct-xxl-lora-experiments with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jacobmorrison/tk-instruct-xxl-lora-experiments") model = AutoModelForSeq2SeqLM.from_pretrained("jacobmorrison/tk-instruct-xxl-lora-experiments") - Notebooks
- Google Colab
- Kaggle
| { | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 2.0, | |
| "global_step": 17980, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 2.0, | |
| "step": 17980, | |
| "total_flos": 149889593901056.0, | |
| "train_loss": 0.7423103578629032, | |
| "train_runtime": 191097.123, | |
| "train_samples_per_second": 0.753, | |
| "train_steps_per_second": 0.094 | |
| } | |
| ], | |
| "max_steps": 17980, | |
| "num_train_epochs": 2, | |
| "total_flos": 149889593901056.0, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |