Instructions to use jacobmorrison/tk-instruct-squad-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacobmorrison/tk-instruct-squad-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jacobmorrison/tk-instruct-squad-small") model = AutoModelForSeq2SeqLM.from_pretrained("jacobmorrison/tk-instruct-squad-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 2.0, | |
| "global_step": 26, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 2.0, | |
| "step": 26, | |
| "total_flos": 118009603555328.0, | |
| "train_loss": 3.1385216346153846, | |
| "train_runtime": 17.4478, | |
| "train_samples_per_second": 22.926, | |
| "train_steps_per_second": 1.49 | |
| } | |
| ], | |
| "max_steps": 26, | |
| "num_train_epochs": 2, | |
| "total_flos": 118009603555328.0, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |