Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: NLP_project
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
@@ -20,6 +20,11 @@ pinned: false
|
|
20 |
2. Create a service for assessing the degree of taxiness of user-entered text using the BERT model.
|
21 |
3. Horoscope generation using neural networks.
|
22 |
|
|
|
|
|
|
|
|
|
|
|
23 |
## Libraries π
|
24 |
```python
|
25 |
import streamlit as st
|
|
|
1 |
---
|
2 |
title: NLP_project
|
3 |
+
emoji: π£
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
|
|
20 |
2. Create a service for assessing the degree of taxiness of user-entered text using the BERT model.
|
21 |
3. Horoscope generation using neural networks.
|
22 |
|
23 |
+
## Contents π€
|
24 |
+
1. For classifying user-entered reviews of a medical institution used πΎ [bert-base-cased](https://huggingface.co/Geotrend/bert-base-ru-cased)
|
25 |
+
2. Text toxicity meter π¦ [rubert-tiny-toxicity](https://huggingface.co/cointegrated/rubert-tiny-toxicity)
|
26 |
+
3. Horoscope engine is π½ [GPT2] (https://colab.research.google.com/drive/1sD_hQJOi3CrHn7Ba-XuKkHRToxDRRSof?usp=sharing#scrollTo=D5Eezvzm_hrI)
|
27 |
+
|
28 |
## Libraries π
|
29 |
```python
|
30 |
import streamlit as st
|