Update README.md
Browse filesFix typo in bibtex (switch from & -> \&) which previously caused compilation errors when used in Latex.
    	
        README.md
    CHANGED
    
    | @@ -171,7 +171,7 @@ This larger model `gpt-oss-120b` can be fine-tuned on a single H100 node, wherea | |
| 171 |  | 
| 172 | 
             
            ```bibtex
         | 
| 173 | 
             
            @misc{openai2025gptoss120bgptoss20bmodel,
         | 
| 174 | 
            -
                  title={gpt-oss-120b  | 
| 175 | 
             
                  author={OpenAI},
         | 
| 176 | 
             
                  year={2025},
         | 
| 177 | 
             
                  eprint={2508.10925},
         | 
|  | |
| 171 |  | 
| 172 | 
             
            ```bibtex
         | 
| 173 | 
             
            @misc{openai2025gptoss120bgptoss20bmodel,
         | 
| 174 | 
            +
                  title={gpt-oss-120b \& gpt-oss-20b Model Card}, 
         | 
| 175 | 
             
                  author={OpenAI},
         | 
| 176 | 
             
                  year={2025},
         | 
| 177 | 
             
                  eprint={2508.10925},
         | 

