Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
zuydothu
/
Chatnhanh
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
zuydothu
commited on
Jan 24
Commit
deeaa34
·
verified
·
1 Parent(s):
6bac83c
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+5
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
-
---
2
-
license:
gpl-3
.
0
3
-
--
-
1
+
// Sử dụng phiên bản quantized nếu có
2
+
const
model = await AutoModel
.
from_pretrained(
3
+
'THUDM/tao
-
8k
-
quantized', // Tìm phiên bản đã tối ưu
4
+
{ quantized: true }
5
+
);