Instructions to use IDEA-CCNL/Randeng-TransformerXL-5B-Deduction-Chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Randeng-TransformerXL-5B-Deduction-Chinese with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IDEA-CCNL/Randeng-TransformerXL-5B-Deduction-Chinese", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: apache-2.0
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Randeng-TransformerXL-5B-Deduction-Chinese
|
| 7 |
-
-
|
| 8 |
- Github: [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)
|
| 9 |
- Docs: [Fengshenbang-Docs](https://fengshenbang-doc.readthedocs.io/)
|
| 10 |
- Demo: [Reasoning Tree](https://ccnl.fengshenbang-lm.com/single/reasoning/)
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Randeng-TransformerXL-5B-Deduction-Chinese
|
| 7 |
+
- Main page: [Fengshenbang](https://fengshenbang-lm.com/)
|
| 8 |
- Github: [Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)
|
| 9 |
- Docs: [Fengshenbang-Docs](https://fengshenbang-doc.readthedocs.io/)
|
| 10 |
- Demo: [Reasoning Tree](https://ccnl.fengshenbang-lm.com/single/reasoning/)
|