Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-sanghoon authored Jan 13, 2021
1 parent ab52e68 commit d99c1e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,19 @@ Here are some sample inputs and outputs.
| Feeling like someone is here. | LowSecurity |
| I think the room is too bright now. | HighBrightness |
| I want to breathe some fresh air. | LowAirQuality |
| The sound is irritating me. | HighNoise |

## Limitations

It is surprising that the NLP model works quite well without any fine-tuning.
However, the application will not properly working with confusing inputs, such as
However, the application will not properly working with some inputs, such as

- Input: "Where did the sound come from"
- Expected Output: HighNoise
- Actual Output: LowNoise
- Input: "I feel that I have to wear a mask"
- Expected Output: LowAirQuality
- Actual Output: HighSecurity

- Input: "The air is so soggy"
- Expected Output: HighHumidity
- Actual Output: LowHumidity

0 comments on commit d99c1e1

Please sign in to comment.