Instructions to use Robertooo/ELL_pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Robertooo/ELL_pretrained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Robertooo/ELL_pretrained")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Robertooo/ELL_pretrained") model = AutoModelForMaskedLM.from_pretrained("Robertooo/ELL_pretrained", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328720043
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86dbf8acf254614906b0e5d307f6fa1ff373bd3e70a4e1f3cdd155379784b128
|
| 3 |
size 328720043
|