Instructions to use simonmun/COHA1870s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simonmun/COHA1870s with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="simonmun/COHA1870s")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("simonmun/COHA1870s") model = AutoModelForMaskedLM.from_pretrained("simonmun/COHA1870s") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 334 MB
- SHA256:
- e3715037cbf8ff9ae08a093795bec051430cdb04dc9250525f206d07ee7c44aa
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.