ronantakizawa commited on
Commit
71cabe2
·
verified ·
1 Parent(s): 556f7d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ python_reviews = ds["train"].filter(lambda x: x["language"] == "Python")
83
  ### Filter by quality
84
 
85
  ```python
86
- high_quality = ds["train"].filter(lambda x: x["quality_score"] >= 0.3)
87
  ```
88
 
89
  ## Collection Methodology
 
83
  ### Filter by quality
84
 
85
  ```python
86
+ high_quality = ds["train"].filter(lambda x: x["quality_score"] >= 0.5)
87
  ```
88
 
89
  ## Collection Methodology