File size: 331 Bytes
beaac51 57a2577 beaac51 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
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"} |