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
Upload pytorch_model-00006-of-00009.bin with huggingface_hub
Browse files
pytorch_model-00006-of-00009.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56367cd37274b594a4a0065e364df1101acb64e07b7ef5a23e554476152ef5e9
|
| 3 |
+
size 12027435799
|