Instructions to use umiuni/hp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use umiuni/hp with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("umiuni/hp", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Correct config
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ChatGLMForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "umiuni/hp",
|
| 3 |
"architectures": [
|
| 4 |
"ChatGLMForConditionalGeneration"
|
| 5 |
],
|