We’re releasing the 1.0 version of Opacus, a #PyTorch training library that makes it easier for researchers to adopt differential privacy in #ML. Opacus 1.0 will accelerate differential privacy research in the field. Learn more: opacus.ai/
There is a new challenging EXtractive QA dataset. Question operators are based on didactic principles like Bloom's taxonomies.
Want to see how well your QA model performs? Download it at: github.com/flexudy/ai-powere… or on the @huggingface hub. #NLP#DeepLearning
Start building #NeuralNetworks backwards. The heart of true #ArtificialIntelligence is knowledge acquisition. Not consumption.
I think it aligns well with people with this belief: "abstraction is the key".
Create #Flashcards in one click with #Flexudy.
Simply choose the documents that you want to #study with and get right into it. Study on the go with the Flexudy app for Android and iOS or boost your study sessions with the Flexudy web app.
Studying has never been this easy 🤓
🚨 NEW MODEL ALERT 🚨
Translate text to, or between 50 languages with mBART-50 from @facebookai !
🇺🇳 One-to-Many model: translate from English to 49 other languages
↔️ Many-to-Many model: translation btw any pair of 50 languages
Yet another two brilliant minds Sophia and Natasa have joined our #openinnovation team at #flexudy.
Machine Teaching helps us improve our #AI making sure we are on top. Giving us a chance for new applications to cater to your needs
Join us on our rise: flexudy.com/education/pipe/
Beyond CUDA: GPU Accelerated Python for Machine Learning on Cross-Vendor Graphics Cards Made Simple
A practical deep dive into GPU Accelerated Python on cross-vendor (not only NVIDIA) GPUs for building ML algorithms using “Vulkan Kompute” Python Framework
redd.it/ju2em0
I sometimes see @huggingface's t5 tokenizer used like this: tokenizer.encode(some_long_text, max_length=512 ..)
Di you know the size can double depending on the input 😅? Meaning sometimes, len(some_long_text.split()) ~= 2 x len(input_ids) so 256 tokens might be your max.