@akaNemsko The FIDE World Cup will be starting in India now, would Gukesh, Arjun, Pragg and the others consider joining the boycott? What about @NihalSarin, does he support the idea since he was one of the first ones who stood up against Kramnik?
In watching the clip below of Danya's last stream and hearing the pain in his voice, how deeply the baseless accusations affected him, I am left so mad at what we all allowed to happen right in front of us.
It's time to stop worrying about the backlash. I am calling on the FIDE EDC to remove Vladimir Kramnik from the FIDE record books, revoke his title, and disqualify his world championship. Chess is one of the most beloved games in the world and should be a place for kindness and inclusion. It should be unilaterally unacceptable to use a platform that Chess has given you to bully, harass, and slander a colleague. What Kramnik has done to David Navara, Hikaru, and Danya, and others can not be tolerated.
It is up to our community and the governing body to set an example that this type of behavior will have consequences. Make it known loud and clear that Chess stands against these hateful acts. If you do them intentionally and maliciously there will be no place for you in our game.
FIDE and it's EDC must establish clear policies moving forward around the safety of it's players both in person and digitally. The events leading up to this tragedy happened in broad daylight over the last 18 months. They could have been stopped. Nothing like this can ever be allowed to happen again.
@OKhudetska Пані Ольга, дуже дякую за розслідування та поширення цієї дуже важливої інформації. 🙏 Чи можна до цього слідчого звернутись на електронну пошту або на месенджери, бо проживаю не в Україні зараз?
@skirano Maybe it's indeed gpt2 but trained using the latest training algorithms and data? Llama3-7B is really good despite its relatively small size so if this model is only 1.5B as gpt2, then it's a gem for LLM enthusiasts. 💎
@googlechrome [BUG REPORT] When opening the Google Docs on the mobile browser (iOS or Android), the margins are very big (correspond to the margins set in the Page Setup). Previously these margins were ignored on mobile and looked much better. Is it intended?
@rctatman I have found it and it looks like it has been fixed for nbconvert 5.5. https://t.co/hFs2Kx0TRq Do you know if Kaggle could update its nbconvert to 5.5? For me it shows 5.3.1 at the moment.
@kaggle There seem to be an issue with ipywidgets in Kaggle kernels. They are working in the Edit mode but aren't displayed in the static version. Is there a fix for this? See here https://t.co/SjPFZFAYCX
@ryan_chesler@kaggle@spacy_io@explosion_ai@rctatman Very strange: when I download the model "en_core_web_md", it appears in the list of installed models but then spacy.load("en_core_web_md") would throw an error (see the first post). Somehow a Kaggle kernel can't find the path to it...
@rctatman@kaggle@spacy_io@explosion_ai I don't know about the working directory but when I perform the same code and put "en_core_web_lg" instead of "en_core_web_md", everything works. Am I doing it the wrong way?