Instructions to use OATML-Markslab/Tranception_Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OATML-Markslab/Tranception_Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="OATML-Markslab/Tranception_Small")# Load model directly from transformers import AutoModelWithLMHead model = AutoModelWithLMHead.from_pretrained("OATML-Markslab/Tranception_Small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
303ff12
1
Parent(s): ea1aa63
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:a87668e727b13f45f41fe2f9c47768b7353664629ca126fe163d33eff32fd4a9
|
| 3 |
+
size 353245881
|