Skip to content

Commit

Permalink
Update distribution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Sep 12, 2024
1 parent b0bf6e1 commit a8eb92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla/docs/how_to_guides/distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ progress = dataset.progress(with_users_distribution=True)
"users": {
"user1": {
"completed": { "submitted": 10, "draft": 5, "discarded": 5},
"pending": { "submitted: 5, "draft": 10, "discarded": 10},
"pending": { "submitted": 5, "draft": 10, "discarded": 10},
},
"user2": {
"completed": { "submitted": 20, "draft": 10, "discarded": 5},
"pending": { "submitted: 2, "draft": 25, "discarded": 0},
"pending": { "submitted": 2, "draft": 25, "discarded": 0},
},
...
}
Expand Down

0 comments on commit a8eb92f

Please sign in to comment.