Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	A newer version of the Streamlit SDK is available:
									1.51.0
metadata
			title: Project1
emoji: π’
colorFrom: yellow
colorTo: red
sdk: streamlit
sdk_version: 1.31.1
app_file: app.py
pinned: false
license: apache-2.0
Streamlit app for NLP tasks π‘
- Film review classification on 'Good', 'Bad', 'Neutral' classes
 - Assessing the toxicity of a user message
 - Text generation using the GPT model using a custom prompt
 
Team π§π»βπ»
Used models π€
- For classification task we trained 3 models: TF-IDF vectorizer + LogReg, Word2Vec + LogReg, RuBert + LogReg
 - For toxicity assessing task we trained rubert-tiny-toxicity
 - For Text generation task we trained rugpt3small_based_on_gpt2
 
Used instruments π§°
- Python.
 - Pytorch.
 - Transformers
 - Streamlit.