Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -75,6 +75,12 @@ tokenizer = AutoTokenizer.from_pretrained("jrahn/yolochess_mlm_azure-cloud-35") | |
| 75 | 
             
            model = AutoModelForMaskedLM.from_pretrained("jrahn/yolochess_mlm_azure-cloud-35")
         | 
| 76 | 
             
            ```
         | 
| 77 |  | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 78 | 
             
            # Training Details
         | 
| 79 |  | 
| 80 | 
             
            ## Training Data
         | 
|  | |
| 75 | 
             
            model = AutoModelForMaskedLM.from_pretrained("jrahn/yolochess_mlm_azure-cloud-35")
         | 
| 76 | 
             
            ```
         | 
| 77 |  | 
| 78 | 
            +
            ```python
         | 
| 79 | 
            +
            from transformers import pipeline
         | 
| 80 | 
            +
            pipe = pipeline("fill-mask", "jrahn/yolochess_mlm_azure-cloud-35")
         | 
| 81 | 
            +
            pipe("6k1/8/8/1pB3[MASK]P/1P3P2/8/8/8 w - - 1 74")
         | 
| 82 | 
            +
            ```
         | 
| 83 | 
            +
             | 
| 84 | 
             
            # Training Details
         | 
| 85 |  | 
| 86 | 
             
            ## Training Data
         | 
