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
|
@@ -54,7 +54,7 @@ In line with the methodology of GPT-4, we collected some instruct data and incor
|
|
| 54 |
| Profession-Math |math | 0.62% | 2.0 | 6.1 GB |
|
| 55 |
| Profession-Patent |zh | 0.14% | 1.0 | 10.4 GB |
|
| 56 |
| Profession-Medical |zh | 0.02% | 1.0 | 1.2 GB |
|
| 57 |
-
|
|
| 58 |
|
| 59 |
|
| 60 |
### Model Architecture
|
|
|
|
| 54 |
| Profession-Math |math | 0.62% | 2.0 | 6.1 GB |
|
| 55 |
| Profession-Patent |zh | 0.14% | 1.0 | 10.4 GB |
|
| 56 |
| Profession-Medical |zh | 0.02% | 1.0 | 1.2 GB |
|
| 57 |
+
| ClassicalChinese |zh | 0.02% | 2.5 | 0.5 GB |
|
| 58 |
|
| 59 |
|
| 60 |
### Model Architecture
|