Instructions to use Kwaipilot/KwaiCoder-AutoThink-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kwaipilot/KwaiCoder-AutoThink-preview with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Kwaipilot/KwaiCoder-AutoThink-preview", device_map="auto") - Notebooks
- Google Colab
- Kaggle
root commited on
Commit ·
dde6c06
1
Parent(s): 0f37d34
add files
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
|
@@ -33,4 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 36 |
*.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.json filter=lfs diff=lfs merge=lfs -text
|