jlw1491625 commited on
Commit
13c7ff6
·
verified ·
1 Parent(s): e7d9c20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,4 +1,6 @@
1
- Evaluation Pipline: (Just change new_data to be your inputs and new_labels to be your outputs!)
 
 
2
  ```
3
  ################################ INPUT NEW DATA ################################
4
  new_data = ["Breaking news headline 1", "Another headline about politics"]
 
1
+ Evaluation Pipeline:
2
+ - Just change new_data to be your inputs and new_labels to be your outputs
3
+ - The evaluation pipeline will print out the accuracy for that input data as well as the output for each individual input
4
  ```
5
  ################################ INPUT NEW DATA ################################
6
  new_data = ["Breaking news headline 1", "Another headline about politics"]