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 ·
8cfa8c6
1
Parent(s): 7b9ea1a
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cd8ff39fb7a5439f74ce48e9cf4d6d59e1b56abf563ac9187eac4effabaeed0
|
| 3 |
+
size 623
|