Instructions to use CofeAI/Tele-FLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CofeAI/Tele-FLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="CofeAI/Tele-FLM", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CofeAI/Tele-FLM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ In addition to sharing the model weights, we provide the core designs, engineeri
|
|
| 15 |
- **Language(s):** English; Chinese; Other languages
|
| 16 |
- **License:** Apache 2.0
|
| 17 |
|
| 18 |
-
##
|
| 19 |
|
| 20 |
[Tele-FLM Technical Report](https://arxiv.org/pdf/2404.16645)
|
| 21 |
|
|
|
|
| 15 |
- **Language(s):** English; Chinese; Other languages
|
| 16 |
- **License:** Apache 2.0
|
| 17 |
|
| 18 |
+
## Technical Report
|
| 19 |
|
| 20 |
[Tele-FLM Technical Report](https://arxiv.org/pdf/2404.16645)
|
| 21 |
|