Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
NewBreaker
/
chatglm-6b-int4
like
0
Text2Text Generation
Transformers
PyTorch
humarin/chatgpt-paraphrases
English
chatglm
conversational
custom_code
Inference Endpoints
License:
openrail
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
dd60658
chatglm-6b-int4
/
demo_call_api.py
NewBreaker
add questions all
dd60658
over 1 year ago
raw
Copy download link
history
blame
123 Bytes
from
transformers
import
AutoModel
model = AutoModel.from_pretrained(
"NewBreaker/chatglm-6b-int4"
,trust_remote_code=
True
)