ML for Curious
Відкрити в Telegram
6 999
Підписники
Немає даних24 години
Немає даних7 днів
Немає даних30 днів
Триває завантаження даних...
Схожі канали
Хмара тегів
Немає даних
Виникли проблеми? Будь ласка, оновіть сторінку або зверніться до нашого support-менеджера.
Вхідні та вихідні згадування
---
---
---
---
---
---
Залучення підписників
лютий '24
лютий '24
+169
в 0 каналах
січень '24
+2 327
в 0 каналах
Get PRO
грудень '23
+2 229
в 0 каналах
Get PRO
листопад '23
+1 835
в 0 каналах
Get PRO
жовтень '23
+122
в 1 каналах
Get PRO
вересень '23
+592
в 0 каналах
Get PRO
серпень '23
+20
в 0 каналах
Get PRO
липень '23
+1
в 0 каналах
Get PRO
червень '23
+17
в 0 каналах
Get PRO
травень '23
+2
в 0 каналах
Get PRO
квітень '23
+6
в 0 каналах
Get PRO
березень '230
в 0 каналах
Get PRO
лютий '23
+3
в 0 каналах
Get PRO
січень '230
в 0 каналах
Get PRO
грудень '22
+1
в 0 каналах
Get PRO
листопад '22
+4
в 0 каналах
Get PRO
жовтень '22
+5
в 0 каналах
Get PRO
вересень '22
+3
в 0 каналах
Get PRO
серпень '22
+1
в 0 каналах
Get PRO
липень '22
+10
в 0 каналах
Get PRO
червень '22
+4
в 0 каналах
Get PRO
травень '22
+7
в 0 каналах
Get PRO
квітень '22
+8
в 0 каналах
Get PRO
березень '22
+11
в 0 каналах
Get PRO
лютий '22
+5
в 0 каналах
Get PRO
січень '22
+4
в 0 каналах
Get PRO
грудень '21
+2
в 0 каналах
Get PRO
листопад '21
+5
в 0 каналах
Get PRO
жовтень '21
+4
в 0 каналах
Get PRO
вересень '21
+6
в 0 каналах
Get PRO
серпень '21
+9
в 0 каналах
Get PRO
липень '21
+3
в 0 каналах
Get PRO
червень '21
+12
в 0 каналах
Get PRO
травень '21
+205
в 0 каналах
| Дата | Залучення підписників | Згадування | Канали | |
| 09 лютого | 0 | |||
| 08 лютого | 0 | |||
| 07 лютого | 0 | |||
| 06 лютого | 0 | |||
| 05 лютого | 0 | |||
| 04 лютого | 0 | |||
| 03 лютого | +38 | |||
| 02 лютого | +69 | |||
| 01 лютого | +62 |
Дописи каналу
Submitted a PR on SD V1.5/V2 fine-tunning with diffusers. Regardless of the outcome, hope somebody will find it a helpful starting point
https://github.com/huggingface/diffusers/pull/6922
| 2 | very sloppy work. It's better not to write a paper, rather than doing it this way to show competitiveness:
https://diffuse2choose.github.io/ | 0 |
| 3 | very sloppy work. It's better not to write a paper, rather than doing it this way to show competitiveness:
https://diffuse2choose.github.io/ | 0 |
| 4 | This new interactive guide, created by research teams at Meta, was designed to cover prompt engineering and best practices to help developers, researchers and enthusiasts working with large language models produce stronger outputs.
https://github.com/facebookresearch/llama-recipes/blob/main/examples/Prompt_Engineering_with_Llama_2.ipynb?utm_source=linkedin&utm_medium=organic_social&utm_campaign=llama&utm_content=video | 0 |
| 5 | A gift from gods:
https://github.com/pytorch/tensordict | 0 |
| 6 | https://lightning.ai/lightning-ai/studios/code-lora-from-scratch?view=public§ion=all | 0 |
| 7 | As promised:
https://docs.google.com/document/d/17hFP9qJrKGxHXI6iDBjD0fUD71GIxcZIqC5JV1gBsFc/edit?usp=sharing | 0 |
| 8 | A very good explanation:
https://www.youtube.com/watch?v=TuZhU1CiC0k | 0 |
| 9 | 2024 is a year of Robotics. Do you agree? | 0 |
| 10 | New Year Resolution(2/2):
Technique-wise:
- How general-purpose is the method? Novelty is one thing, but general applicability is way more important.
- Does it follow the Bitter Lesson, i.e. scales well as the amount of compute scales?
- Is the idea simple and elegant? A pipeline with 10 modules almost certainly has no staying power.
- How future-proof? Does your algorithm's performance rise as the base models rise, or is it obsolete in a few months?
- Please don't solve toy problems (e.g. gridworlds for RL) and make grand claims. Just don't. It's fine in 2018, but that ship has sailed.
Author: https://www.linkedin.com/in/drjimfan/ | 0 |
| 11 | New Year Resolution (1/2):
write fewer papers. When you feel the urge, look at Bill Freeman's chart below, and resist it. Instead, ask yourself:
Impact-wise:
- How many people does your paper inspire, both within the field and to a broader audience?
- 2023 saw the epic rise of AI hackers. AI is no longer an academic niche. How can we best service this new, augmented community? I'm much happier to see 100x more people building on my work, than 5 satisfied reviewers.
- How accessible is the research? I'm a big advocate of open-sourcing, but I understand that companies have their legal and business concerns. How to navigate hurdles and negotiate accessibility are now part of the job. | 0 |
| 12 | A great summary of Pinterest's talk at Qcon 2012 on how they scaled 11.7 million monthly active users with just 6 engineers, highlighting key lessons for software practitioners.
This journey emphasises the use of proven technologies, where Pinterest transitioned from a complex mix of newer technologies to a more streamlined architecture centered around MySQL and Memcached.
Key strategies included simplicity in design, manual database sharding over clustering to ensure better load balancing and high availability, and a focus on efficient data structuring.
This approach underscores the importance of proven, simple solutions in rapidly scaling tech platforms that are built through minimal engineering resources.
https://read.engineerscodex.com/p/how-pinterest-scaled-to-11-million | 0 |
| 13 | I know I have promised to give more updates from NeurIPS - but the amount of information is just overwhelming. I would need to compile everything into a concise reading list. Stay tuned | 0 |
| 14 | Level 100 artefact obtained! | 0 |
| 15 | Cybersecurity team from Meta have found that the more LLM becomes proficient in code writing the more insecure code it writes. There is a clear negative correlation between code quality and code security. | 0 |
| 16 | https://about.fb.com/news/2023/12/purple-llama-safe-responsible-ai-development/amp/
Today they are releasing also the Llama safeguard - to put guardrails on the inputs/
prompts and outputs when the model is deployed to production | 0 |
| 17 | walkthrough of LLama, langchain and together.ai from Meta:
https://github.com/amitsangani/Llama-2/blob/main/Building_Using_Llama_Together.ipynb | 0 |
| 18 | Q2 2024 - Hardware that is specialised on purely on transformer architectures.
2.3x faster, 1/2 the cost of Nvidia DGX H100 | 0 |
| 19 | Engineers from Qualcomm demonstrated quantization+knowledge distillation in two applications which are actually working:
1. Stable diffusion on the device
2. Privacy aware segmentation model training on the device | 0 |
| 20 | Fellows from Amazon use this technique to quantize models. It is also available on the Amazon Sagemaker
https://github.com/mit-han-lab/smoothquant | 0 |
