Baselight

Texts Of Famous Literary Writers And Authors.

Dataframe to practice your skills with natural language processing. (On russian)

@kaggle.goldian_writers

Loading...
Loading...

About this Dataset

Texts Of Famous Literary Writers And Authors.

🔥 An interesting dataset, suitable for training with natural language processing libraries , and for finding the best classification model. This kind of practice is very relevant lately, especially in the field of auditing. The texts were taken in Russian, but this does not prevent then apply their findings to any other language, but even the opposite trains the ability to work with many languages. 💪

Tables

Sample Submission

@kaggle.goldian_writers.sample_submission
  • 3.73 KB
  • 330 rows
  • 2 columns
Loading...

CREATE TABLE sample_submission (
  "id" BIGINT,
  "author" VARCHAR
);

Test No Answers

@kaggle.goldian_writers.test_no_answers
  • 516.52 KB
  • 330 rows
  • 2 columns
Loading...

CREATE TABLE test_no_answers (
  "id" BIGINT,
  "text" VARCHAR
);

Train Data

@kaggle.goldian_writers.train_data
  • 2.48 MB
  • 1734 rows
  • 3 columns
Loading...

CREATE TABLE train_data (
  "id" BIGINT,
  "text" VARCHAR,
  "author" VARCHAR
);

Share link

Anyone who has the link will be able to view this.