Skip to content

Commit

Permalink
📝 Minor update in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Feb 11, 2024
1 parent 9476c95 commit 39763bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ sentiment_dataset = Dataset.load("hezarai/sentiment-dksf") # A TextClassificati
lscp_dataset = Dataset.load("hezarai/lscp-pos-500k") # A SequenceLabelingDataset instance
xlsum_dataset = Dataset.load("hezarai/xlsum-fa") # A TextSummarizationDataset instance
alpr_ocr_dataset = Dataset.load("hezarai/persian-license-plate-v1") # An OCRDataset instance
flickr30k_dataset = Dataset.load("hezarai/flickr30k-fa") # An ImageCaptioningDataset instance
commonvoice_dataset = Dataset.load("hezarai/common-voice-13-fa") # A SpeechRecognitionDataset instance
...
```
The returned dataset objects from `load()` are PyTorch Dataset wrappers for specific tasks and can be used by a data loader out-of-the-box!
Expand Down

0 comments on commit 39763bd

Please sign in to comment.