King-Harry commited on
Commit
b9c473e
·
verified ·
1 Parent(s): acb5844

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -29,9 +29,16 @@ model-index:
29
  - name: F1 Score
30
  type: f1
31
  value: 0.9685 # Example value, please adjust based on your results
 
32
  widget:
33
- - example_input: "John Doe's phone number is 123-456-7890 and his email is john.[email protected]."
34
- - example-output: "[REDACTED]'s phone number is [REDACTED] and his email is [REDACTED]."
 
 
 
 
 
 
35
  ---
36
 
37
 
 
29
  - name: F1 Score
30
  type: f1
31
  value: 0.9685 # Example value, please adjust based on your results
32
+
33
  widget:
34
+ - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
35
+ example_title: "Sentiment analysis"
36
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
37
+ example_title: "Coreference resolution"
38
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
39
+ example_title: "Logic puzzles"
40
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
41
+ example_title: "Reading comprehension"
42
  ---
43
 
44