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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
license: mit
|
| 8 |
---
|
| 9 |
<div align="center">
|
| 10 |
<img src="https://raw.githubusercontent.com/Anditty/OASIS/refs/heads/main/Group.svg" width="60%" alt="Kwaipilot" />
|
|
@@ -119,4 +118,4 @@ See the [LICENSE-KWAIPILOT-MODEL](https://huggingface.co/Kwaipilot/KwaiCoder-Aut
|
|
| 119 |
***
|
| 120 |
|
| 121 |
|
| 122 |
-
*This is a **preview** release. We will publish the full training recipe, data, and benchmarks soon.*
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- multilingual
|
| 4 |
tags:
|
| 5 |
+
- code-generation
|
| 6 |
+
- transformers
|
|
|
|
| 7 |
---
|
| 8 |
<div align="center">
|
| 9 |
<img src="https://raw.githubusercontent.com/Anditty/OASIS/refs/heads/main/Group.svg" width="60%" alt="Kwaipilot" />
|
|
|
|
| 118 |
***
|
| 119 |
|
| 120 |
|
| 121 |
+
*This is a **preview** release. We will publish the full training recipe, data, and benchmarks soon.*
|