Instructions to use dill-lab/oath-frames-flant5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dill-lab/oath-frames-flant5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dill-lab/oath-frames-flant5-large") model = AutoModelForSeq2SeqLM.from_pretrained("dill-lab/oath-frames-flant5-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "predict_f1": 0.2645656484880222, | |
| "predict_loss": 0.3003044128417969, | |
| "predict_precision": 0.2839500743890114, | |
| "predict_recall": 0.2542304547210576, | |
| "predict_runtime": 239.0642, | |
| "predict_samples": 1280, | |
| "predict_samples_per_second": 5.354, | |
| "predict_steps_per_second": 2.677 | |
| } |