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
Adding `safetensors` variant of this model
#5
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccd659d6397eb1a6d600eec101851a2df8a2b2f314959d002efc96b86921da80
|
| 3 |
+
size 1501716736
|