Daniel Vila commited on
Commit
03d5016
1 Parent(s): e5dfab0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,7 +61,7 @@ ds.to_datasets().push_to_hub("rubrix/sst2_with_predictions")
61
 
62
  ### With the UI
63
 
64
- With Rubrix UI you can:
65
 
66
  - Combine filters and full-text/DSL queries to quickly find important samples
67
  - All URLs contain the state so you can share with collaborator and annotator specific dataset regions to work on.
@@ -74,7 +74,7 @@ With Rubrix UI you can:
74
 
75
  ### Programmatically
76
 
77
- Let's find all wrong predictions from Python. This useful for bulk operations (relabelling, discarding, etc.)
78
 
79
 
80
  ```python
 
61
 
62
  ### With the UI
63
 
64
+ With Rubrix's UI you can:
65
 
66
  - Combine filters and full-text/DSL queries to quickly find important samples
67
  - All URLs contain the state so you can share with collaborator and annotator specific dataset regions to work on.
 
74
 
75
  ### Programmatically
76
 
77
+ Let's find all the wrong predictions from Python. This is useful for bulk operations (relabelling, discarding, etc.) as well as
78
 
79
 
80
  ```python