File size: 876 Bytes
fe34626 3646bbf 6d4b56a 3646bbf 75382c1 e589e3d 75382c1 cfa482d e589e3d e3c7b5a 6d4b56a |
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 28 29 30 31 32 33 |
---
title: Idiomify demo
emoji: ✍️
colorFrom: yellow
colorTo: orange
sdk: streamlit
app_file: main_deploy.py
pinned: false
---
# Idiomify
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://huggingface.co/spaces/eubinecto/idiomify)
Grammarly for idioms. A human-inspired Idiomifier based on BART.
<img width="764" alt="image" src="https://user-images.githubusercontent.com/56193069/156941205-830b53aa-a3e6-4263-be03-e568124a256e.png">
## Versions
### models
format: `m-a-b`
- a: used to indicate a change in the architecture, or a revision of the final product
- b: used to indicate a different version of the same architecture (with a different set of hyperparameters)
### datasets
format: `d-a-b`
- a: used to indicate a change in the dataset we are using
- b: used to indicate a different version of the dataset
|