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
|
@@ -150,6 +150,9 @@ The parallel training setup for Tele-FLM is configured as follows: tensor parall
|
|
| 150 |
| Tele-FLM | 71.13 | 65.48 | 66.98 | 66.25 | 92.57 | 64.38 |
|
| 151 |
|
| 152 |
|
|
|
|
|
|
|
|
|
|
| 153 |
|
| 154 |
## Citation
|
| 155 |
If you find our work helpful, please consider citing it.
|
|
|
|
| 150 |
| Tele-FLM | 71.13 | 65.48 | 66.98 | 66.25 | 92.57 | 64.38 |
|
| 151 |
|
| 152 |
|
| 153 |
+
## Acknowledgements
|
| 154 |
+
This work was supported by the National Science and Technology Major Project (No. 2022ZD0116314).
|
| 155 |
+
|
| 156 |
|
| 157 |
## Citation
|
| 158 |
If you find our work helpful, please consider citing it.
|