Instructions to use yuchenlin/BART0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuchenlin/BART0 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yuchenlin/BART0") model = AutoModelForSeq2SeqLM.from_pretrained("yuchenlin/BART0") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,4 +49,5 @@ Which of the following best characterizes binne bams?\n
|
|
| 49 |
- Sentence 4: Binne bams are places where people live."
|
| 50 |
---
|
| 51 |
|
| 52 |
-
|
|
|
|
|
|
| 49 |
- Sentence 4: Binne bams are places where people live."
|
| 50 |
---
|
| 51 |
|
| 52 |
+
A BART-large version of T0.
|
| 53 |
+
Please check https://inklab.usc.edu/ReCross/ for more details.
|