Skip to content

maximenkooo/BERT_sentences_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BERT_sentences_classification

Description

The main task of news monitoring is to process the incoming news stream, finding the events interesting to users. The task involves building a model to identify the event in the news, corresponding to the delay in putting some object into operation.

Data

  • sentences concerning the event (tp.json)
  • sentences that do not contain an event (tn.json)
  • news stream for several days (test_data.json)

Task:

Find in a large stream of news, which have information about the event.

Format for presenting results:

Prediction and the main work with the data (files) was carried out in Google Colab, so access to the data is determined by the address "/content/drive/My Drive/nlp_test/data" output and checkpoints respectively "/content/drive/My Drive/nlp_test/bert_checkpoints" . In order for a file to be locally reproduced, path data must be changed to "data" and "bert_checkpoints" respectively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published