Skip to content

Commit 497ec4b

Browse files
committed
created val and test csv
1 parent b72a1fc commit 497ec4b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/smoke-tests.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
What is AI?,AI stands for Artificial Intelligence.
4343
How are you?,I am fine, thanks!
4444
EOF
45+
cat > data/processed/val.csv << 'EOF'
46+
question,answer
47+
What is AI?,AI stands for Artificial Intelligence.
48+
How are you?,I am fine, thanks!
49+
EOF
50+
cat > data/processed/test.csv << 'EOF'
51+
question,answer
52+
What is AI?,AI stands for Artificial Intelligence.
53+
How are you?,I am fine, thanks!
54+
EOF
4555
4656
- name: Smoke-run training
4757
run: |

0 commit comments

Comments
 (0)