Instructions to use IDEA-CCNL/Randeng-MegatronT5-770M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Randeng-MegatronT5-770M with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("IDEA-CCNL/Randeng-MegatronT5-770M") model = AutoModelForSeq2SeqLM.from_pretrained("IDEA-CCNL/Randeng-MegatronT5-770M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ inference: false
|
|
| 8 |
---
|
| 9 |
# Randeng-MegatronT5-770M
|
| 10 |
|
|
|
|
| 11 |
- Github: [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)
|
| 12 |
-
- Docs: [Fengshenbang-Docs](https://fengshenbang-doc.readthedocs.io/)
|
| 13 |
|
| 14 |
## 简介 Brief Introduction
|
| 15 |
|
|
|
|
| 8 |
---
|
| 9 |
# Randeng-MegatronT5-770M
|
| 10 |
|
| 11 |
+
- Main Page:[Fengshenbang](https://fengshenbang-lm.com/)
|
| 12 |
- Github: [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)
|
|
|
|
| 13 |
|
| 14 |
## 简介 Brief Introduction
|
| 15 |
|