| tags: | |
| - text2text-generation | |
| - custom-model | |
| license: mit | |
| datasets: | |
| - none | |
| widget: | |
| - inputs: a | |
| - inputs: z | |
| library_name: flair | |
| # ToUpperCaseModel | |
| This model converts a single lowercase letter to its uppercase equivalent. | |
| ## Example Usage | |
| ### Input: | |
| ```json | |
| {"letter": "a"} | |
| ### Output: | |
| ```json | |
| {"uppercase_letter": "A"} |