Instructions to use WikiQuality/raw_wiki.fon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WikiQuality/raw_wiki.fon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="WikiQuality/raw_wiki.fon")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("WikiQuality/raw_wiki.fon") model = AutoModelForMaskedLM.from_pretrained("WikiQuality/raw_wiki.fon", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- dc6d25b36068d9a95f4e36de51ecf624681469ed638053d5d40269ea9ccb84e2
- Size of remote file:
- 249 kB
- SHA256:
- 69db0f27962663caa548cf3f946a029813d752e2f4c2be4946b0547db10bd7b0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.