Instructions to use hf-internal-testing/tiny-random-chatglm3-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-chatglm3-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-chatglm3-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -40,7 +40,6 @@
|
|
| 40 |
"rmsnorm": true,
|
| 41 |
"seq_length": 8192,
|
| 42 |
"tie_word_embeddings": false,
|
| 43 |
-
"torch_dtype": "float32",
|
| 44 |
"transformers_version": "4.41.2",
|
| 45 |
"use_cache": true,
|
| 46 |
"vocab_size": 65024
|
|
|
|
| 40 |
"rmsnorm": true,
|
| 41 |
"seq_length": 8192,
|
| 42 |
"tie_word_embeddings": false,
|
|
|
|
| 43 |
"transformers_version": "4.41.2",
|
| 44 |
"use_cache": true,
|
| 45 |
"vocab_size": 65024
|