From 44a1a0e7fabf6c85c631c6c19c7425f038465b3a Mon Sep 17 00:00:00 2001 From: Vincent Amato Date: Sat, 16 Aug 2025 11:17:48 -0400 Subject: [PATCH] Update README.md --- esm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esm/README.md b/esm/README.md index 5cda12cc..b2c9d24c 100644 --- a/esm/README.md +++ b/esm/README.md @@ -56,7 +56,7 @@ logits = result["logits"] # Shape: (batch, length, vocab_size) ### Masked Language Modeling -```python +```bash # For a complete example, see main.py python main.py --sequence "YOUR_SEQUENCE" --mask-position 50 ```