Instructions to use uripper/HESS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uripper/HESS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="uripper/HESS")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("uripper/HESS") model = AutoModelForMaskedLM.from_pretrained("uripper/HESS") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- pytorch_model.bin +2 -2
- vocab.txt +0 -0
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6986d3ecbb536e12f63f9240e8a1d483791d5eb19ce968912be5a04bd64819
|
| 3 |
+
size 624572009
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|