Instructions to use miguelcsx/tolm-structured-ds-syntax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use miguelcsx/tolm-structured-ds-syntax with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="miguelcsx/tolm-structured-ds-syntax", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("miguelcsx/tolm-structured-ds-syntax", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "checkpoint_revisions": [ | |
| "chck_100M" | |
| ], | |
| "checkpoints": { | |
| "chck_100M": { | |
| "config.json": "f2255ff25207a54f8e5925f874032e6be49e6576d9796f24006e7f87a3a527d1", | |
| "model.safetensors": "178edb1619a65773dd5b0c478beacb6f7698330a5a93489a8ac15c2f42449b59", | |
| "special_tokens_map.json": "dbd124d177a0bae11b6740c061b6b9e4772887f9f068867381691db10c88a3c2", | |
| "tokenizer.json": "abfd627e173d48addf924e32fd6c38a3d485734c496d12916e559e654ba15c51", | |
| "tokenizer_config.json": "8f4a998564d87fc85b27652f0b295677a1e03744bf400bfacc342b700cc3653a", | |
| "tolm.py": "c10e51279e01cd758e860194455a953ad9698c5e225da4a1a8af5dc432207d55", | |
| "training_manifest.json": "d10c21b106fcc58c26d6d6b57f18670aee1e1c5f6ea631cd2d0c78c2eeb7f5b8" | |
| } | |
| }, | |
| "schema_version": 1, | |
| "selected_revision": "chck_100M", | |
| "selection_scores": { | |
| "BLiMP": 65.3, | |
| "COMPS": 51.87, | |
| "ET": 19.63, | |
| "EWoK": 49.09, | |
| "GlobalPIQA": 37.135, | |
| "Supp": 57.6 | |
| }, | |
| "source_root": "../tolm_structured/runs/structured_ds_syntax", | |
| "variant": "structured_ds_syntax" | |
| } | |