Instructions to use Yujivus/baseline-wikitext-prism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yujivus/baseline-wikitext-prism with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yujivus/baseline-wikitext-prism", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "BaselineModel" | |
| ], | |
| "d_model": 512, | |
| "depth": 5, | |
| "dropout": 0.0, | |
| "dtype": "float32", | |
| "heads": 8, | |
| "model_type": "baseline-xtransformers", | |
| "seq_len": 4096, | |
| "transformers_version": "4.57.3", | |
| "vocab_size": 32768 | |
| } | |