Instructions to use CofeAI/FLM-2-52B-Instruct-2407 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CofeAI/FLM-2-52B-Instruct-2407 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="CofeAI/FLM-2-52B-Instruct-2407", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CofeAI/FLM-2-52B-Instruct-2407", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model-00002-of-00009.bin with huggingface_hub
Browse files
pytorch_model-00002-of-00009.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43174b295ea89d3156784921352f804b80b10322a5a4711757a7c7f5c20e5efd
|
| 3 |
+
size 11624762190
|