Update README.md

This commit is contained in:
Vincent Amato
2025-08-16 11:17:48 -04:00
parent afe88cddde
commit 44a1a0e7fa

View File

@@ -56,7 +56,7 @@ logits = result["logits"] # Shape: (batch, length, vocab_size)
### Masked Language Modeling ### Masked Language Modeling
```python ```bash
# For a complete example, see main.py # For a complete example, see main.py
python main.py --sequence "YOUR_SEQUENCE" --mask-position 50 python main.py --sequence "YOUR_SEQUENCE" --mask-position 50
``` ```