Instructions to use Hugherinit/hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hugherinit/hi with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Hugherinit/hi") model = AutoModelForSeq2SeqLM.from_pretrained("Hugherinit/hi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
308d1ce
1
Parent(s): 9436344
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18e97e4150a29791d0e46726f7d6fbe917ec538fb08a92291d4b4145757adcda
|
| 3 |
+
size 307892869
|