Instructions to use din0s/t5-base-msmarco-nlgen-ob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use din0s/t5-base-msmarco-nlgen-ob with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("din0s/t5-base-msmarco-nlgen-ob") model = AutoModelForSeq2SeqLM.from_pretrained("din0s/t5-base-msmarco-nlgen-ob") - Notebooks
- Google Colab
- Kaggle
Commit ·
5d300b4
1
Parent(s): 9d2faec
Librarian Bot: Update dataset YAML metadata for model
Browse filesThis is a pull request to add a dataset, [`din0s/msmarco-nlgen`](https://huggingface.co/datasets/din0s/msmarco-nlgen), to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
The pull request was made by [librarian-bot](https://huggingface.co/librarian-bot) and used a combination of rules and/or machine learning to suggest this additional metadata.
If this suggestion is incorrect, feel free to close this pull request.
Librarian Bot was made by [@davanstrien](https://huggingface.co/davanstrien); feel free to get in touch with feedback.
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: t5-base-msmarco-nlgen-ob
|
| 7 |
results: []
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
datasets: din0s/msmarco-nlgen
|
| 6 |
model-index:
|
| 7 |
- name: t5-base-msmarco-nlgen-ob
|
| 8 |
results: []
|