File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jobs:
3939 mkdir -p data/processed
4040 cat > data/processed/train_sample.csv << 'EOF'
4141 question,answer
42- What is AI?, AI stands for Artificial Intelligence.
43- How are you?, I am fine, thanks!
42+ " What is AI?"," AI stands for Artificial Intelligence."
43+ " How are you?"," I am fine, thanks!"
4444 EOF
4545 cat > data/processed/val.csv << 'EOF'
4646 question,answer
47- What is AI?, AI stands for Artificial Intelligence.
48- How are you?, I am fine, thanks!
47+ " What is AI?"," AI stands for Artificial Intelligence."
48+ " How are you?"," I am fine, thanks!"
4949 EOF
5050 cat > data/processed/test.csv << 'EOF'
5151 question,answer
52- What is AI?, AI stands for Artificial Intelligence.
53- How are you?, I am fine, thanks!
52+ " What is AI?"," AI stands for Artificial Intelligence."
53+ " How are you?"," I am fine, thanks!"
5454 EOF
5555
5656 - name : Smoke-run training
You can’t perform that action at this time.
0 commit comments