ElijahDi commited on
Commit
699c498
Β·
verified Β·
1 Parent(s): 8333f46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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