King-Harry commited on
Commit
e54b63e
·
verified ·
1 Parent(s): f5f4b76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -28,6 +28,11 @@ model-index:
28
  - name: F1 Score
29
  type: f1
30
  value: 0.92 # Example value, please adjust based on your results
 
 
 
 
 
31
  ---
32
 
33
 
 
28
  - name: F1 Score
29
  type: f1
30
  value: 0.92 # Example value, please adjust based on your results
31
+ inference:
32
+ example_inputs:
33
+ - "John Doe's phone number is 123-456-7890 and his email is [email protected]."
34
+ example_outputs:
35
+ - "[REDACTED]'s phone number is [REDACTED] and his email is [REDACTED]."
36
  ---
37
 
38