TransformerRanker is a library that quickly finds the best-suited language model for a given NLP classification task.
All you need to do is to select a dataset and a list of pre-trained language models (LMs) from the ๐ค HuggingFace Hub. TransformerRanker will quickly estimate which of these LMs will perform best on the given task!
https://github.com/flairNLP/transformer-ranker
All you need to do is to select a dataset and a list of pre-trained language models (LMs) from the ๐ค HuggingFace Hub. TransformerRanker will quickly estimate which of these LMs will perform best on the given task!
https://github.com/flairNLP/transformer-ranker
GitHub
GitHub - flairNLP/transformer-ranker: Efficiently find the best-suited language model (LM) for your NLP task
Efficiently find the best-suited language model (LM) for your NLP task - flairNLP/transformer-ranker
๐ฅ7
Check out our paper that uses proverbs to evaluate LLMs. We saw a few things that could be further studied. Even though we didn't find it first, still order of choice matters a lot of other things.
https://arxiv.org/abs/2411.05049
https://arxiv.org/abs/2411.05049
arXiv.org
ProverbEval: Exploring LLM Evaluation Challenges for Low-resource...
With the rapid development of evaluation datasets to assess LLMs understanding across a wide range of subjects and domains, identifying a suitable language understanding benchmark has become...
๐ฅ6
Forwarded from Dagmawi Babi
โข YouTube โข Spotify โข Apple Podcasts โข Pocket Casts โข Goodpods โข Castbox โข RSS Feed โข TerakiApp โข
Enjoy Everywhere!
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ4๐2๐2๐ฅฐ1๐1
I'm thinking of renaming this channel so that I can write anything but not limited to AI only.
Maybe, I'll add my name to it, what do you guys think?
Maybe, I'll add my name to it, what do you guys think?
Henok | Neural Nets
๐14โก4โค2๐1
Forwarded from Chapi Dev Talks
IMG_20241118_172629_090.jpg
10.8 KB
Story of My Recent Days
I was working with a very large csv data, and i want to merge 4 very large csv files based on one col and pandas wasn't able to handle it so i decided to change my approach and process the files separately.
The thing is there is 2 tasks that have to be done on it
1. Process it and add to DB based on all the files [CPU Bound]
2. Download file and upload it to S3 and update the column with the S3 link [IO Bound]
So the first task is really fast since it all depends on the CPU i kinda get a good speed optimization already but the second task is taking more than one day to finish. Here is the bummer the task have to run every day ๐ and it is taking more than a day to complete the task.
But i come up with the solution to use multiple machine and separate out the task to handle the IO bound tasks like downloading and uploading file.
When i say downloading file i am talking about millions of files don't ask me why the bottom line is i have to download it and upload it to S3.
Anyways I just separate out processing of the files to multiple files and i am using asyncio to its peak and not to get blocked by the websites too.
Now it is gonna cut down to half the time to process the files and i am happy with it.
Moral of the story is if you are dealing with IO Bound Task may be try multiple machine to handle it.
I have got couple of more stories to share but too lazy to write it down ๐.
I was working with a very large csv data, and i want to merge 4 very large csv files based on one col and pandas wasn't able to handle it so i decided to change my approach and process the files separately.
The thing is there is 2 tasks that have to be done on it
1. Process it and add to DB based on all the files [CPU Bound]
2. Download file and upload it to S3 and update the column with the S3 link [IO Bound]
So the first task is really fast since it all depends on the CPU i kinda get a good speed optimization already but the second task is taking more than one day to finish. Here is the bummer the task have to run every day ๐ and it is taking more than a day to complete the task.
But i come up with the solution to use multiple machine and separate out the task to handle the IO bound tasks like downloading and uploading file.
When i say downloading file i am talking about millions of files don't ask me why the bottom line is i have to download it and upload it to S3.
Anyways I just separate out processing of the files to multiple files and i am using asyncio to its peak and not to get blocked by the websites too.
Now it is gonna cut down to half the time to process the files and i am happy with it.
Moral of the story is if you are dealing with IO Bound Task may be try multiple machine to handle it.
I have got couple of more stories to share but too lazy to write it down ๐.
๐ฅ1
AI by Highschool students.
Neurips in like the top AI/ML conference in the world. This year they introduced high school track. Now their projects are released.
I mean I started doing some basic ML stuff in high school but making projects for Neurips is light years ahead. High schoolers are doing these so what's your excuse now.
Read more about the winning projects, most did real applications of some vision tasks etc.
https://blog.neurips.cc/2024/11/18/announcing-the-neurips-high-school-projects-results/
Neurips in like the top AI/ML conference in the world. This year they introduced high school track. Now their projects are released.
I mean I started doing some basic ML stuff in high school but making projects for Neurips is light years ahead. High schoolers are doing these so what's your excuse now.
Read more about the winning projects, most did real applications of some vision tasks etc.
https://blog.neurips.cc/2024/11/18/announcing-the-neurips-high-school-projects-results/
๐ฅ9
Henok | Neural Nets
http://app.primeintellect.ai
My experience with PrimeIntellect
They offer great GPUs, including H100s (no H200 yet), and providers like Lambda Cloud, RunPod, and Hyperstack, with AWS, Oracle, and Azure coming soon.
Pricing is better than Azure ML or Colab Pro+, and setting up images (my favorite PyTorch+Cuda and Ubuntu) is hassle-free. You get an SSH key to start quickly, though spin time can be ~10 mins๐ฅถ.
The best thing is that they got multi-node H100 cluster. You can set up16 H100 GPUs, ~$40/hr and run inference to Llama 405B, though itโs bit expensive . Jupyter Notebooks are supported, but real devs don't use notebooks ๐.
So far, Iโve done 20+ hrs on H100 and A100 single clusters with VS Code, and itโs been great. Adding default VS Code setups and better metrics control would make it even better.
Thanks @DagmawiBabi for the suggestion!
They offer great GPUs, including H100s (no H200 yet), and providers like Lambda Cloud, RunPod, and Hyperstack, with AWS, Oracle, and Azure coming soon.
Pricing is better than Azure ML or Colab Pro+, and setting up images (my favorite PyTorch+Cuda and Ubuntu) is hassle-free. You get an SSH key to start quickly, though spin time can be ~10 mins๐ฅถ.
The best thing is that they got multi-node H100 cluster. You can set up16 H100 GPUs, ~$40/hr and run inference to Llama 405B, though itโs bit expensive . Jupyter Notebooks are supported, but real devs don't use notebooks ๐.
So far, Iโve done 20+ hrs on H100 and A100 single clusters with VS Code, and itโs been great. Adding default VS Code setups and better metrics control would make it even better.
Thanks @DagmawiBabi for the suggestion!
๐6โก1๐ฅ1๐1
Forwarded from Techแขแต (Hilina)
Applications are now open for the Kifiya AI Mastery Training Program!
This fully funded, part-time, 3-month online program is for Ethiopian residents aspiring to excel as AI Engineers in fintech. Gain skills in Machine Learning, Data Engineering, and Generative AI while working on real-world projects led by experts.
Eligibility:
โ Ethiopian residents (22-34 years)
โ Bachelorโs degree holders
โ Skilled in Python, SQL & Statistics
โ Encouraged: women, People with disabilities, & vulnerable groups
๐ Deadline: December 3, 2024
This program is delivered by Kifiya Financial Technologies PLC and powered by 10 Academy.
Donโt miss this chance to build your fintech AI future! Apply now: https://apply.10academy.org/
This fully funded, part-time, 3-month online program is for Ethiopian residents aspiring to excel as AI Engineers in fintech. Gain skills in Machine Learning, Data Engineering, and Generative AI while working on real-world projects led by experts.
Eligibility:
โ Ethiopian residents (22-34 years)
โ Bachelorโs degree holders
โ Skilled in Python, SQL & Statistics
โ Encouraged: women, People with disabilities, & vulnerable groups
๐ Deadline: December 3, 2024
This program is delivered by Kifiya Financial Technologies PLC and powered by 10 Academy.
Donโt miss this chance to build your fintech AI future! Apply now: https://apply.10academy.org/
๐ฅ3๐1
Forwarded from Bruck
๐ Tech Carnival is here! ๐โจ
๐ Date: November 22, 2024 | 8:00-11:00 LT
๐ Location : AAU, FBE Campus, Eshetu Chole
๐พ Brought to you by: Demak Events in collaboration with Chewata Awaqi ๐ฎ
Get ready for an unforgettable day of board games and tech-based games! Join us and experience the ultimate blend of tech and fun!
@demak_event
#TechCarnival #AAU #DemakEvents #ChewataAwaqi #GameOn #TechFun
๐ Date: November 22, 2024 | 8:00-11:00 LT
๐ Location : AAU, FBE Campus, Eshetu Chole
๐พ Brought to you by: Demak Events in collaboration with Chewata Awaqi ๐ฎ
Get ready for an unforgettable day of board games and tech-based games! Join us and experience the ultimate blend of tech and fun!
@demak_event
#TechCarnival #AAU #DemakEvents #ChewataAwaqi #GameOn #TechFun
๐ฅ2
The way I'm handling the แ แs these days can make me a good Shepherd.
๐17๐คฃ13๐ณ1
Forwarded from Supernovae
Growing up, I wasn't into mathematics. Instead, Like to learn physics, especially in grade 10. There was this great teacher, although not mine, but since my history and physics classes were at the same time, I used to ditch my history class( never attended unless it was for an exam.)It wasn't that I hated history, but the teacher wasn't cool .... I would then go to the physics class and sometimes even skip my own physics class to attend another class by this teacher lol ๐๐
I remember starting to enjoy physics not because I excelled at it and could solve word problems but because it made more sense to me. Understanding simple concepts like rain, thunderstorms, gates, and electric currents was fascinating.....
Now, I find myself loving it even more, but as a hobby. I particularly enjoy thinking about metaphysics and asking questions about the creation of the universe(multi universes ), how planetary systems work, quantum physics ....and even new concepts that I have no idea, These unknown or unfamiliar ideas make me to develop a loving-hate relationship with it....
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7๐ฅ2