We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72a1fc commit 497ec4bCopy full SHA for 497ec4b
.github/workflows/smoke-tests.yaml
@@ -42,6 +42,16 @@ jobs:
42
What is AI?,AI stands for Artificial Intelligence.
43
How are you?,I am fine, thanks!
44
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
52
53
54
55
56
- name: Smoke-run training
57
run: |
0 commit comments