MuhammadHelmy commited on
Commit
55e0e68
·
verified ·
1 Parent(s): 51d5cd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -58,10 +58,9 @@ It has been used in fine-tuning Llama2.
58
  It is a CSV file with columns:
59
  - content: the articles
60
  - text_size: length of article
61
- - topic: the index of the article topic
62
  - prob: topic prediction accuracy
63
- - topic_name: top 10 words that describe the topics of the article
64
-
65
  ## Dataset Creation
66
 
67
  ### Curation Rationale
 
58
  It is a CSV file with columns:
59
  - content: the articles
60
  - text_size: length of article
61
+ - topic: top 10 words that describe the topics of the article
62
  - prob: topic prediction accuracy
63
+
 
64
  ## Dataset Creation
65
 
66
  ### Curation Rationale