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-00007-of-00009.bin
Browse files
pytorch_model-00007-of-00009.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a01b69f8c417da7823964eeca39e4c5c1cd3490bbd5e754c67162f1db726029d
|
| 3 |
+
size 11758999679
|