From a65b2be3948ca0a2eea8d3450a8bf8fc98a089b9 Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Tue, 4 Feb 2020 17:54:16 +0800 Subject: [PATCH] Update README.md --- examples/classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/classification/README.md b/examples/classification/README.md index 66f61b9..5dea9e9 100644 --- a/examples/classification/README.md +++ b/examples/classification/README.md @@ -21,7 +21,7 @@ python download.py If everything goes well, there will be a folder named `data/` created with all the data files in it. -The data should have 2 fields, `label` and `text_a`, stored with [tsv](https://en.wikipedia.org/wiki/Tab-separated_values) format. Here are some examples: +Each data file should have 2 fields, `label` and `text_a`, stored with [tsv](https://en.wikipedia.org/wiki/Tab-separated_values) format. Here are some examples: ``` label text_a -- GitLab