19-rewrite-upload-all-datasets #23
Labels
No labels
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Support
Type
Task
Type
Testing
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleverdatasets/dataset-uploader!23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "19-rewrite-upload-all-datasets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the current version of what I'm running to translate
wikidata-truthy.upload_all_datasets.2.pywritten. Will run overnight. 1d5e791963dataset_dict.save_to_disk. 68587e5e6cNo blocking changes, just suggestions
@ -698,0 +671,4 @@# Update progresstotal_triples += len(chunk)chunk_count += 1You've gone to the trouble of
enumerate()ing the chunks to get thechunk_idx, which is never used, but you're tracking it manually here. This looks rather like the worst of both worlds to be honest.Fixed!
@ -608,0 +847,4 @@hf_datasets directory.Returns:Whether the conversion was successful.This is slightly unusual - I'd think it more natural in Python to return None but raise an exception in the case of an unsuccessful conversion, which could contain more information that a simple boolean "there was a failure".
Fixed!
@ -1269,2 +1074,2 @@capture_output=False,)Returns:Whether the upload was successful.Ditto the above
Fixed!
I have updated the changes with ideas from Kyle. Thank you!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.