Instructions to use OsamaBsher/AITA-LLM-Text-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OsamaBsher/AITA-LLM-Text-Generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OsamaBsher/AITA-LLM-Text-Generation") model = AutoModelForSeq2SeqLM.from_pretrained("OsamaBsher/AITA-LLM-Text-Generation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1acd6b1
1
Parent(s): 0351739
Added paper
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ The model is a finetuned version of facebook/bart-base on the AITA subreddit dat
|
|
| 23 |
|
| 24 |
Repository for more information: https://github.com/OsamaBsher/AITA-LLM-Text-Generation
|
| 25 |
|
| 26 |
-
For more details see paper:
|
| 27 |
|
| 28 |
## Model Card Authors [optional]
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
Repository for more information: https://github.com/OsamaBsher/AITA-LLM-Text-Generation
|
| 25 |
|
| 26 |
+
For more details see paper: https://arxiv.org/abs/2310.18336
|
| 27 |
|
| 28 |
## Model Card Authors [optional]
|
| 29 |
|