Instructions to use garypak/llama3.2-1b-rumour-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use garypak/llama3.2-1b-rumour-samples with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("garypak/llama3.2-1b-rumour-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:1d7838f419759b2b94f6c87dc243f5309461314aa7f2b2252afee87ea544552b
|
| 3 |
+
size 2037031288
|