Instructions to use andersonbcdefg/my-silly-t5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andersonbcdefg/my-silly-t5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("andersonbcdefg/my-silly-t5") model = AutoModelForSeq2SeqLM.from_pretrained("andersonbcdefg/my-silly-t5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e6024b5
1
Parent(s): 753ccee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,5 @@ Training Details:
|
|
| 2 |
* 200,000 steps on the Pile
|
| 3 |
* Denoising (span corruption) objective
|
| 4 |
* Batch size 256, 512 sequence length
|
| 5 |
-
* 25B tokens total
|
|
|
|
|
|
| 2 |
* 200,000 steps on the Pile
|
| 3 |
* Denoising (span corruption) objective
|
| 4 |
* Batch size 256, 512 sequence length
|
| 5 |
+
* 25B tokens total
|
| 6 |
+
* Modified GPT NeoX Tokenizer
|