Instructions to use miguelcsx/prism-control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use miguelcsx/prism-control with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="miguelcsx/prism-control", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("miguelcsx/prism-control", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
metadata
language:
- en
license: other
library_name: transformers
pipeline_tag: fill-mask
tags:
- babylm
- strict-small
- research-release
PRISM Control — seed 42
This repository preserves an already-trained checkpoint from the controlled BabyLM research tournament. No training or evaluation was run for this release.
Selected revision
main is identical to chck_100M, selected from the existing local tournament
record. Other revisions, when present, are archived checkpoints rather than new
experiments.
Existing evaluation record
| Evaluation | Score |
|---|---|
| BLiMP | 67.75 |
| Supp | 60.80 |
| EWoK | 48.09 |
| ET | 23.95 |
| COMPS | 52.22 |
| GlobalPIQA | 32.18 |
The canonical code is maintained at
miguelcsx/tolm. Remote code is required to
load this custom Transformers model; review tolm.py before use.