Instructions to use SecurityXuanwuLab/HaS-820m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SecurityXuanwuLab/HaS-820m with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SecurityXuanwuLab/HaS-820m") model = AutoModelForCausalLM.from_pretrained("SecurityXuanwuLab/HaS-820m") - Notebooks
- Google Colab
- Kaggle
最大的输出是多少?我往里放入很大的输入,仅仅帮我hide了前几十个字,有限制吗?
#7 opened over 1 year ago
by
liumaolinchidafen
不做量化的话,需要多大GPU内存跑起来呢
#6 opened almost 2 years ago
by
chongw
Adding `safetensors` variant of this model
#5 opened about 2 years ago
by
SFconvertbot
请问给的模型文件如何使用,这个文件如何对应论文中提到的Hide-model、Seek-model、Adversary model?
#3 opened about 2 years ago
by
LY2022
训练的数据源和代码
1
#2 opened over 2 years ago
by
summerforwish
对于大模型使用会有
1
#1 opened over 2 years ago
by
HUHUXXX