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