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:
39
39
mkdir -p data/processed
40
40
cat > data/processed/train_sample.csv << 'EOF'
41
41
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!"
44
44
EOF
45
45
cat > data/processed/val.csv << 'EOF'
46
46
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!"
49
49
EOF
50
50
cat > data/processed/test.csv << 'EOF'
51
51
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!"
54
54
EOF
55
55
56
56
- name : Smoke-run training
You can’t perform that action at this time.
0 commit comments