Instructions to use Zhengyi/LLaMA-Mesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhengyi/LLaMA-Mesh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Zhengyi/LLaMA-Mesh") model = AutoModelForCausalLM.from_pretrained("Zhengyi/LLaMA-Mesh") - Notebooks
- Google Colab
- Kaggle
Upload model-00004-of-00004.safetensors with huggingface_hub
Browse files
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5bd74bd452e5ed983241f48e0205e86207faca63eaffa454a2cba1e3e861c2a
|
| 3 |
+
size 1168138808
|