slug
stringlengths 15
15
| content
listlengths 1
129
| rawContent
stringlengths 1
2k
| author
dict | attachments
listlengths 0
49
| mentions
listlengths 0
49
| reactions
listlengths 0
12
| publishedAt
stringlengths 24
24
| updatedAt
stringlengths 24
24
| commentators
listlengths 0
52
| url
stringlengths 25
46
| totalUniqueImpressions
int64 1
42.1k
⌀ | numComments
int64 0
621
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
344113970391875 | [
{
"type": "text",
"value": "🌟 It's been about a week since ",
"raw": "🌟 It's been about a week since ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Google",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Google",
"label": null,
"lang": null
},
{
"type": "text",
"value": " dropped Gemma 2 and now Gemma 2 27B is the highest-ranked open-source LLM on LMSYS Chatbot Arena Leaderboard, beating Meta Llama 3 70B and Alibaba Qwen 2 72B! 🚀💪",
"raw": " dropped Gemma 2 and now Gemma 2 27B is the highest-ranked open-source LLM on LMSYS Chatbot Arena Leaderboard, beating Meta Llama 3 70B and Alibaba Qwen 2 72B! 🚀💪",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔍 Here is what a week of Gemma looked like:",
"raw": "🔍 Here is what a week of Gemma looked like:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1️⃣ First, it's a challenging model to run. The only reason I could find is soft-capping of logits within the attention for longer context optimizations. And no one was doing that before! 🤯",
"raw": "1️⃣ First, it's a challenging model to run. The only reason I could find is soft-capping of logits within the attention for longer context optimizations. And no one was doing that before! 🤯",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2️⃣ Next, the technical report mentions a 2B model... where is it? 🤔",
"raw": "2️⃣ Next, the technical report mentions a 2B model... where is it? 🤔",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "3️⃣ Simple things like a context length of 8192 tokens, the Rotary Position Embeddings (RoPE), and the approximated GeGLU non-linearity are similar to earlier Gemma's. 📏🔄",
"raw": "3️⃣ Simple things like a context length of 8192 tokens, the Rotary Position Embeddings (RoPE), and the approximated GeGLU non-linearity are similar to earlier Gemma's. 📏🔄",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "4️⃣ But a lot of new stuff is here like Local Sliding Window and Global Attention: they alternate between them at every layer... don't know why! 🤷♂️ and of course Logit soft-capping. 💡",
"raw": "4️⃣ But a lot of new stuff is here like Local Sliding Window and Global Attention: they alternate between them at every layer... don't know why! 🤷♂️ and of course Logit soft-capping. 💡",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "5️⃣ On-Policy Distillation of Language Models - Knowledge Distillation: Leverage a larger teacher model to train a smaller model (the 9B model). 🎓➡️📚",
"raw": "5️⃣ On-Policy Distillation of Language Models - Knowledge Distillation: Leverage a larger teacher model to train a smaller model (the 9B model). 🎓➡️📚",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "6️⃣ Model Merging: Combined average models from experiments run with different hyperparameters. 🧪⚗️",
"raw": "6️⃣ Model Merging: Combined average models from experiments run with different hyperparameters. 🧪⚗️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "7️⃣ And borrowed Grouped-Query Attention (GQA) from ",
"raw": "7️⃣ And borrowed Grouped-Query Attention (GQA) from ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Meta",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Meta",
"label": null,
"lang": null
},
{
"type": "text",
"value": " Llama-3. 🔄🤝",
"raw": " Llama-3. 🔄🤝",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📖 One of the best articles on Gemma 2: ",
"raw": "📖 One of the best articles on Gemma 2: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/gemma2",
"href": "https://huggingface.co/blog/gemma2",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📊 Technical report: ",
"raw": "📊 Technical report: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://storage.googleapis.com/deepmind-media/gemma/gemma-2-report.pdf",
"href": "https://storage.googleapis.com/deepmind-media/gemma/gemma-2-report.pdf",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 Models: ",
"raw": "🔗 Models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315",
"href": null,
"resource": {
"type": "collection",
"id": "google/gemma-2-release-667d6600fd5220e7b967f315",
"discussionNum": null
},
"url": "https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🌟 It's been about a week since @Google dropped Gemma 2 and now Gemma 2 27B is the highest-ranked open-source LLM on LMSYS Chatbot Arena Leaderboard, beating Meta Llama 3 70B and Alibaba Qwen 2 72B! 🚀💪
🔍 Here is what a week of Gemma looked like:
1️⃣ First, it's a challenging model to run. The only reason I could find is soft-capping of logits within the attention for longer context optimizations. And no one was doing that before! 🤯
2️⃣ Next, the technical report mentions a 2B model... where is it? 🤔
3️⃣ Simple things like a context length of 8192 tokens, the Rotary Position Embeddings (RoPE), and the approximated GeGLU non-linearity are similar to earlier Gemma's. 📏🔄
4️⃣ But a lot of new stuff is here like Local Sliding Window and Global Attention: they alternate between them at every layer... don't know why! 🤷♂️ and of course Logit soft-capping. 💡
5️⃣ On-Policy Distillation of Language Models - Knowledge Distillation: Leverage a larger teacher model to train a smaller model (the 9B model). 🎓➡️📚
6️⃣ Model Merging: Combined average models from experiments run with different hyperparameters. 🧪⚗️
7️⃣ And borrowed Grouped-Query Attention (GQA) from @Meta Llama-3. 🔄🤝
📖 One of the best articles on Gemma 2: https://huggingface.co/blog/gemma2
📊 Technical report: https://storage.googleapis.com/deepmind-media/gemma/gemma-2-report.pdf
🔗 Models: https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/662bf5bfe93bb73804ef9344/WXYLnjjJ4SROkoveIi7If.png",
"fullname": "Kuldeep Singh Sidhu",
"name": "singhsidhukuldeep",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 219,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/662bf5bfe93bb73804ef9344/prl15mZJZzkqQGWwHUPia.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61e8c67cee1e1440121f0240/9sb__WsO5mwmdHHa6xKNc.jpeg",
"fullname": "Meta World Peace",
"name": "Meta",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5
}
] | [
{
"reaction": "🧠",
"users": [
"louisbrulenaudet"
],
"count": 1
}
] | 2024-07-02T22:34:43.000Z | 2024-07-02T22:34:43.031Z | [] | /posts/singhsidhukuldeep/344113970391875 | 580 | 0 |
927324136184813 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've been in the lab, I think one or two of you saw my furtive attempts to create a dolphinized 2b Gemma, which is still waiting for more funding. I get paid in a week. ",
"raw": "I've been in the lab, I think one or two of you saw my furtive attempts to create a dolphinized 2b Gemma, which is still waiting for more funding. I get paid in a week. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`</3`",
"href": null,
"resource": null,
"url": null,
"code": "</3",
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Once that funding ran out, I dropped my last pinch of API credits to work on this:",
"raw": "Once that funding ran out, I dropped my last pinch of API credits to work on this:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/DigitalClockwork/spatial_instruct_v1",
"href": null,
"resource": {
"type": "dataset",
"id": "DigitalClockwork/spatial_instruct_v1",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/DigitalClockwork/spatial_instruct_v1",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It is an instruct database for spatial interactions with color tokens, i'm planning to tune a TBD model. Been experimenting with Gemma, but i'm welcome to ( smaller! ) model suggestions. If you think your favorite 0.5/0.75/1/2b can handle numbers, distances, or colors especially well, most especially community-enhanced models... I'm listening to the comments, intently!",
"raw": "It is an instruct database for spatial interactions with color tokens, i'm planning to tune a TBD model. Been experimenting with Gemma, but i'm welcome to ( smaller! ) model suggestions. If you think your favorite 0.5/0.75/1/2b can handle numbers, distances, or colors especially well, most especially community-enhanced models... I'm listening to the comments, intently!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Have a great day, and enjoy! This was one fun! 🤗",
"raw": "Have a great day, and enjoy! This was one fun! 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`-<3`",
"href": null,
"resource": null,
"url": null,
"code": "-<3",
"user": null,
"label": null,
"lang": null
}
] | Hello!
I've been in the lab, I think one or two of you saw my furtive attempts to create a dolphinized 2b Gemma, which is still waiting for more funding. I get paid in a week. `</3`
Once that funding ran out, I dropped my last pinch of API credits to work on this:
https://huggingface.co/datasets/DigitalClockwork/spatial_instruct_v1
It is an instruct database for spatial interactions with color tokens, i'm planning to tune a TBD model. Been experimenting with Gemma, but i'm welcome to ( smaller! ) model suggestions. If you think your favorite 0.5/0.75/1/2b can handle numbers, distances, or colors especially well, most especially community-enhanced models... I'm listening to the comments, intently!
Have a great day, and enjoy! This was one fun! 🤗
`-<3` | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"ploppy06",
"YaTharThShaRma999",
"netynet",
"Ramikan-BR",
"John6666"
],
"count": 5
},
{
"reaction": "👍",
"users": [
"ZeroWw",
"YaTharThShaRma999",
"John6666"
],
"count": 3
}
] | 2024-07-02T16:36:29.000Z | 2024-07-02T16:37:27.996Z | [] | /posts/MrOvkill/927324136184813 | 2,075 | 0 |
530578558895023 | [
{
"type": "text",
"value": "𝗬𝗼𝘂 𝗱𝗼𝗻'𝘁 𝗻𝗲𝗲𝗱 \"𝗳𝘂𝗻𝗰𝘁𝗶𝗼𝗻 𝗰𝗮𝗹𝗹𝗶𝗻𝗴 𝗳𝗶𝗻𝗲-𝘁𝘂𝗻𝗶𝗻𝗴\" 𝘁𝗼 𝗯𝘂𝗶𝗹𝗱 𝗴𝗼𝗼𝗱 𝗮𝗴𝗲𝗻𝘁𝘀 ⛔",
"raw": "𝗬𝗼𝘂 𝗱𝗼𝗻'𝘁 𝗻𝗲𝗲𝗱 \"𝗳𝘂𝗻𝗰𝘁𝗶𝗼𝗻 𝗰𝗮𝗹𝗹𝗶𝗻𝗴 𝗳𝗶𝗻𝗲-𝘁𝘂𝗻𝗶𝗻𝗴\" 𝘁𝗼 𝗯𝘂𝗶𝗹𝗱 𝗴𝗼𝗼𝗱 𝗮𝗴𝗲𝗻𝘁𝘀 ⛔",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It's trendy to share models \"fine-tuned for function calling\"; but from my observations, this fine-tuning is not necessary or sufficient to build good agent systems.",
"raw": "It's trendy to share models \"fine-tuned for function calling\"; but from my observations, this fine-tuning is not necessary or sufficient to build good agent systems.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To name only a few:",
"raw": "To name only a few:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🐦⬛ Nexusflow/𝗡𝗲𝘅𝘂𝘀𝗥𝗮𝘃𝗲𝗻-𝗩𝟮-𝟭𝟯𝗕",
"raw": "🐦⬛ Nexusflow/𝗡𝗲𝘅𝘂𝘀𝗥𝗮𝘃𝗲𝗻-𝗩𝟮-𝟭𝟯𝗕",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "⌘ CohereForAI/𝗰𝟰𝗮𝗶-𝗰𝗼𝗺𝗺𝗮𝗻𝗱-𝗿-𝗽𝗹𝘂𝘀",
"raw": "⌘ CohereForAI/𝗰𝟰𝗮𝗶-𝗰𝗼𝗺𝗺𝗮𝗻𝗱-𝗿-𝗽𝗹𝘂𝘀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "⛵️ mistralai/𝗠𝗶𝘅𝘁𝗿𝗮𝗹-𝟴𝘅𝟮𝟮𝗕-𝗜𝗻𝘀𝘁𝗿𝘂𝗰𝘁-𝘃𝟬.𝟭",
"raw": "⛵️ mistralai/𝗠𝗶𝘅𝘁𝗿𝗮𝗹-𝟴𝘅𝟮𝟮𝗕-𝗜𝗻𝘀𝘁𝗿𝘂𝗰𝘁-𝘃𝟬.𝟭",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "\"Fine-tuned for function-calling\" generally means \"fine-tuned to generate function calls in correct JSON for extremely simple tasks\". In other terms, it means \"improve the formatting of the tool calls\".",
"raw": "\"Fine-tuned for function-calling\" generally means \"fine-tuned to generate function calls in correct JSON for extremely simple tasks\". In other terms, it means \"improve the formatting of the tool calls\".",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Yet I discovered two things while improving Transformers Agents:",
"raw": "Yet I discovered two things while improving Transformers Agents:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧐 Even when used as JSON agents, these fine-tuned models don't perform very well",
"raw": "🧐 Even when used as JSON agents, these fine-tuned models don't perform very well",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🏅 𝙂𝙤𝙤𝙙 𝙗𝙖𝙨𝙚 𝙢𝙤𝙙𝙚𝙡𝙨 𝙥𝙚𝙧𝙛𝙤𝙧𝙢 𝙗𝙚𝙩𝙩𝙚𝙧 𝙬𝙞𝙩𝙝𝙤𝙪𝙩 𝙖𝙣𝙮 𝙛𝙞𝙣𝙚-𝙩𝙪𝙣𝙞𝙣𝙜, 𝙟𝙪𝙨𝙩 𝙥𝙡𝙖𝙞𝙣 𝙥𝙧𝙤𝙢𝙥𝙩𝙞𝙣𝙜. (Llama-3-70B-Instruct, GPT-4o, Claude-3.5-Sonnet) ",
"raw": "🏅 𝙂𝙤𝙤𝙙 𝙗𝙖𝙨𝙚 𝙢𝙤𝙙𝙚𝙡𝙨 𝙥𝙚𝙧𝙛𝙤𝙧𝙢 𝙗𝙚𝙩𝙩𝙚𝙧 𝙬𝙞𝙩𝙝𝙤𝙪𝙩 𝙖𝙣𝙮 𝙛𝙞𝙣𝙚-𝙩𝙪𝙣𝙞𝙣𝙜, 𝙟𝙪𝙨𝙩 𝙥𝙡𝙖𝙞𝙣 𝙥𝙧𝙤𝙢𝙥𝙩𝙞𝙣𝙜. (Llama-3-70B-Instruct, GPT-4o, Claude-3.5-Sonnet) ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👇 The graph below shows the count of errors for my GPT-4o validation run on the GAIA benchmark: 𝙰𝚐𝚎𝚗𝚝𝙿𝚊𝚛𝚜𝚒𝚗𝚐𝙴𝚛𝚛𝚘𝚛 and 𝙰𝚐𝚎𝚗𝚝𝙴𝚡𝚎𝚌𝚞𝚝𝚒𝚘𝚗𝙴𝚛𝚛𝚘𝚛 are the ones caused by incorrect formatting.",
"raw": "👇 The graph below shows the count of errors for my GPT-4o validation run on the GAIA benchmark: 𝙰𝚐𝚎𝚗𝚝𝙿𝚊𝚛𝚜𝚒𝚗𝚐𝙴𝚛𝚛𝚘𝚛 and 𝙰𝚐𝚎𝚗𝚝𝙴𝚡𝚎𝚌𝚞𝚝𝚒𝚘𝚗𝙴𝚛𝚛𝚘𝚛 are the ones caused by incorrect formatting.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "➤ As you can see, their count is already close to 0!",
"raw": "➤ As you can see, their count is already close to 0!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "And given that GPT-4o is certainly not fine-tuned for our Code tool calling format, this shows that \"function calling fine-tuning\" is not necessary!",
"raw": "And given that GPT-4o is certainly not fine-tuned for our Code tool calling format, this shows that \"function calling fine-tuning\" is not necessary!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The hardest thing to get right in an agent is still to 𝙥𝙡𝙖𝙣 𝙜𝙤𝙤𝙙 𝙩𝙖𝙨𝙠-𝙨𝙤𝙡𝙫𝙞𝙣𝙜 𝙩𝙧𝙖𝙟𝙚𝙘𝙩𝙤𝙧𝙞𝙚𝙨 𝙤𝙫𝙚𝙧 𝙨𝙚𝙫𝙚𝙧𝙖𝙡 𝙨𝙩𝙚𝙥𝙨.",
"raw": "The hardest thing to get right in an agent is still to 𝙥𝙡𝙖𝙣 𝙜𝙤𝙤𝙙 𝙩𝙖𝙨𝙠-𝙨𝙤𝙡𝙫𝙞𝙣𝙜 𝙩𝙧𝙖𝙟𝙚𝙘𝙩𝙤𝙧𝙞𝙚𝙨 𝙤𝙫𝙚𝙧 𝙨𝙚𝙫𝙚𝙧𝙖𝙡 𝙨𝙩𝙚𝙥𝙨.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To improve this, we could:",
"raw": "To improve this, we could:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Use more powerful base models",
"raw": "- Use more powerful base models",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Make tool calling datasets with complex solving trajectories",
"raw": "- Make tool calling datasets with complex solving trajectories",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Use RL! cc ",
"raw": "- Use RL! cc ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@lvwerra",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "lvwerra",
"label": null,
"lang": null
}
] | 𝗬𝗼𝘂 𝗱𝗼𝗻'𝘁 𝗻𝗲𝗲𝗱 "𝗳𝘂𝗻𝗰𝘁𝗶𝗼𝗻 𝗰𝗮𝗹𝗹𝗶𝗻𝗴 𝗳𝗶𝗻𝗲-𝘁𝘂𝗻𝗶𝗻𝗴" 𝘁𝗼 𝗯𝘂𝗶𝗹𝗱 𝗴𝗼𝗼𝗱 𝗮𝗴𝗲𝗻𝘁𝘀 ⛔
It's trendy to share models "fine-tuned for function calling"; but from my observations, this fine-tuning is not necessary or sufficient to build good agent systems.
To name only a few:
🐦⬛ Nexusflow/𝗡𝗲𝘅𝘂𝘀𝗥𝗮𝘃𝗲𝗻-𝗩𝟮-𝟭𝟯𝗕
⌘ CohereForAI/𝗰𝟰𝗮𝗶-𝗰𝗼𝗺𝗺𝗮𝗻𝗱-𝗿-𝗽𝗹𝘂𝘀
⛵️ mistralai/𝗠𝗶𝘅𝘁𝗿𝗮𝗹-𝟴𝘅𝟮𝟮𝗕-𝗜𝗻𝘀𝘁𝗿𝘂𝗰𝘁-𝘃𝟬.𝟭
"Fine-tuned for function-calling" generally means "fine-tuned to generate function calls in correct JSON for extremely simple tasks". In other terms, it means "improve the formatting of the tool calls".
Yet I discovered two things while improving Transformers Agents:
🧐 Even when used as JSON agents, these fine-tuned models don't perform very well
🏅 𝙂𝙤𝙤𝙙 𝙗𝙖𝙨𝙚 𝙢𝙤𝙙𝙚𝙡𝙨 𝙥𝙚𝙧𝙛𝙤𝙧𝙢 𝙗𝙚𝙩𝙩𝙚𝙧 𝙬𝙞𝙩𝙝𝙤𝙪𝙩 𝙖𝙣𝙮 𝙛𝙞𝙣𝙚-𝙩𝙪𝙣𝙞𝙣𝙜, 𝙟𝙪𝙨𝙩 𝙥𝙡𝙖𝙞𝙣 𝙥𝙧𝙤𝙢𝙥𝙩𝙞𝙣𝙜. (Llama-3-70B-Instruct, GPT-4o, Claude-3.5-Sonnet)
👇 The graph below shows the count of errors for my GPT-4o validation run on the GAIA benchmark: 𝙰𝚐𝚎𝚗𝚝𝙿𝚊𝚛𝚜𝚒𝚗𝚐𝙴𝚛𝚛𝚘𝚛 and 𝙰𝚐𝚎𝚗𝚝𝙴𝚡𝚎𝚌𝚞𝚝𝚒𝚘𝚗𝙴𝚛𝚛𝚘𝚛 are the ones caused by incorrect formatting.
➤ As you can see, their count is already close to 0!
And given that GPT-4o is certainly not fine-tuned for our Code tool calling format, this shows that "function calling fine-tuning" is not necessary!
The hardest thing to get right in an agent is still to 𝙥𝙡𝙖𝙣 𝙜𝙤𝙤𝙙 𝙩𝙖𝙨𝙠-𝙨𝙤𝙡𝙫𝙞𝙣𝙜 𝙩𝙧𝙖𝙟𝙚𝙘𝙩𝙤𝙧𝙞𝙚𝙨 𝙤𝙫𝙚𝙧 𝙨𝙚𝙫𝙚𝙧𝙖𝙡 𝙨𝙩𝙚𝙥𝙨.
To improve this, we could:
- Use more powerful base models
- Make tool calling datasets with complex solving trajectories
- Use RL! cc @lvwerra | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg",
"fullname": "Aymeric Roucher",
"name": "m-ric",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 494,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63d10d4e8eaa4831005e92b5/Ujz3MXmjrGvQ88MedDQPX.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5e48005437cb5b49818287a5/4uCXGGui-9QifAT4qelxU.png",
"fullname": "Leandro von Werra",
"name": "lvwerra",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 234
}
] | [
{
"reaction": "🔥",
"users": [
"lvwerra",
"merterbak",
"AnkitAI",
"louisbrulenaudet",
"osanseviero",
"Joseph717171",
"JackCloudman",
"GPT007"
],
"count": 8
},
{
"reaction": "😎",
"users": [
"GPT007",
"osanseviero",
"Joseph717171"
],
"count": 3
}
] | 2024-07-02T12:36:08.000Z | 2024-07-04T09:24:53.140Z | [
{
"avatarUrl": "/avatars/d1b8a9a55b8a3d5e8abac51953027b07.svg",
"fullname": "GX Kok",
"name": "gxkok",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg",
"fullname": "Aymeric Roucher",
"name": "m-ric",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 494,
"isFollowing": false
}
] | /posts/m-ric/530578558895023 | 2,663 | 3 |
603960516535019 | [
{
"type": "text",
"value": "Here's my cool outputs from \"X-Mesh: Towards Fast and Accurate Text-driven 3D Stylization via Dynamic Textual Guidance\" article. Their technique transforms mesh objects based on textual prompts. Featured here are a dynamically stylized 3D representation of Cristiano Ronaldo and a diamond dragon. ",
"raw": "Here's my cool outputs from \"X-Mesh: Towards Fast and Accurate Text-driven 3D Stylization via Dynamic Textual Guidance\" article. Their technique transforms mesh objects based on textual prompts. Featured here are a dynamically stylized 3D representation of Cristiano Ronaldo and a diamond dragon. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 paper: ",
"raw": "📄 paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2303.15764",
"href": null,
"resource": {
"type": "paper",
"id": "2303.15764",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2303.15764",
"code": null,
"user": null,
"label": "X-Mesh: Towards Fast and Accurate Text-driven 3D Stylization via Dynamic\n Textual Guidance (2303.15764)",
"lang": null
}
] | Here's my cool outputs from "X-Mesh: Towards Fast and Accurate Text-driven 3D Stylization via Dynamic Textual Guidance" article. Their technique transforms mesh objects based on textual prompts. Featured here are a dynamically stylized 3D representation of Cristiano Ronaldo and a diamond dragon.
📄 paper: https://huggingface.co/papers/2303.15764 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6567aec66c1ae87d4ec42272/2OfjRgfNeURrYH6noQkeZ.jpeg",
"fullname": "Mert Erbak",
"name": "merterbak",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 10,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6567aec66c1ae87d4ec42272/muWFOW-ljABzj4RflmSQ_.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6567aec66c1ae87d4ec42272/eKYPDd538l8kpdY3OYhlZ.jpeg"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"osanseviero",
"nikgr",
"merterbak",
"AIDANIAI",
"AptAlbatross"
],
"count": 5
}
] | 2024-07-02T12:02:30.000Z | 2024-07-02T12:05:04.129Z | [] | /posts/merterbak/603960516535019 | 1,780 | 0 |
133421500055370 | [
{
"type": "text",
"value": "🐦 Do you remember IBIS? Not a fancy bird but the open challenge in Inferring Binding Specificities of unexplored human transcription factors. Check our site (",
"raw": "🐦 Do you remember IBIS? Not a fancy bird but the open challenge in Inferring Binding Specificities of unexplored human transcription factors. Check our site (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://ibis.autosome.org/",
"href": "https://ibis.autosome.org/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") and have a sip of fresh news below.",
"raw": ") and have a sip of fresh news below.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👥 More than 100 teams registered for the challenge yet only two dozen are using the opportunity to explore their models on the Leaderboard. Don't miss the chance to participate in the Leaderboard stage, although independently of that you can submit the final solution.",
"raw": "👥 More than 100 teams registered for the challenge yet only two dozen are using the opportunity to explore their models on the Leaderboard. Don't miss the chance to participate in the Leaderboard stage, although independently of that you can submit the final solution.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🌐 Remember, the training data for Leaderboard and Final are available online, and you are free to mix-and-match it in any combination.",
"raw": "🌐 Remember, the training data for Leaderboard and Final are available online, and you are free to mix-and-match it in any combination.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🌌 For Leaderboard, we have received 650 total submissions of AAA (advanced ML) and 296 PWM models (a whopping set of 6682 PWMs in total). ",
"raw": "🌌 For Leaderboard, we have received 650 total submissions of AAA (advanced ML) and 296 PWM models (a whopping set of 6682 PWMs in total). ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 For PWMs, the baseline is left far behind, but some TFs remain tough nuts to be cracked (see the attached figure 1).",
"raw": "🚀 For PWMs, the baseline is left far behind, but some TFs remain tough nuts to be cracked (see the attached figure 1).",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📈 For AAAs, there is a solid improvement over the best-submitted PWMs in A2G, but the G2A discipline remains unpopular (see the attached figure 2). Free hint: this is your chance! ",
"raw": "📈 For AAAs, there is a solid improvement over the best-submitted PWMs in A2G, but the G2A discipline remains unpopular (see the attached figure 2). Free hint: this is your chance! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💡 Another free hint: If your model tends to overfit given a limited set of data for some TFs don't forget to use reverse-complement and shift augmentations. Also, don't hesitate to use multitarget models i.e. predicting the binding of multiple TFs at the same time. ",
"raw": "💡 Another free hint: If your model tends to overfit given a limited set of data for some TFs don't forget to use reverse-complement and shift augmentations. Also, don't hesitate to use multitarget models i.e. predicting the binding of multiple TFs at the same time. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💡 Last but not least, try to combine knowledge from all accessible experiment types, especially for G2A discipline (ChIP-Seq & genomic HT-SELEX) in a single model! ",
"raw": "💡 Last but not least, try to combine knowledge from all accessible experiment types, especially for G2A discipline (ChIP-Seq & genomic HT-SELEX) in a single model! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📣 Finally and importantly, following the requests from the community, we decided to EXTEND the Leaderboard until the final submission deadline. ",
"raw": "📣 Finally and importantly, following the requests from the community, we decided to EXTEND the Leaderboard until the final submission deadline. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🗓️ The final submission deadline is also EXTENDED until Aug 15. The final submission form and details will be posted on the IBIS website in the first half of July, follow our Telegram group and mailing list (see the links at ",
"raw": "🗓️ The final submission deadline is also EXTENDED until Aug 15. The final submission form and details will be posted on the IBIS website in the first half of July, follow our Telegram group and mailing list (see the links at ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://ibis.autosome.org",
"href": "https://ibis.autosome.org",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ").",
"raw": ").",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🐦 Do you remember IBIS? Not a fancy bird but the open challenge in Inferring Binding Specificities of unexplored human transcription factors. Check our site (https://ibis.autosome.org/) and have a sip of fresh news below.
👥 More than 100 teams registered for the challenge yet only two dozen are using the opportunity to explore their models on the Leaderboard. Don't miss the chance to participate in the Leaderboard stage, although independently of that you can submit the final solution.
🌐 Remember, the training data for Leaderboard and Final are available online, and you are free to mix-and-match it in any combination.
🌌 For Leaderboard, we have received 650 total submissions of AAA (advanced ML) and 296 PWM models (a whopping set of 6682 PWMs in total).
🚀 For PWMs, the baseline is left far behind, but some TFs remain tough nuts to be cracked (see the attached figure 1).
📈 For AAAs, there is a solid improvement over the best-submitted PWMs in A2G, but the G2A discipline remains unpopular (see the attached figure 2). Free hint: this is your chance!
💡 Another free hint: If your model tends to overfit given a limited set of data for some TFs don't forget to use reverse-complement and shift augmentations. Also, don't hesitate to use multitarget models i.e. predicting the binding of multiple TFs at the same time.
💡 Last but not least, try to combine knowledge from all accessible experiment types, especially for G2A discipline (ChIP-Seq & genomic HT-SELEX) in a single model!
📣 Finally and importantly, following the requests from the community, we decided to EXTEND the Leaderboard until the final submission deadline.
🗓️ The final submission deadline is also EXTENDED until Aug 15. The final submission form and details will be posted on the IBIS website in the first half of July, follow our Telegram group and mailing list (see the links at https://ibis.autosome.org). | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/66060bf3cb0bd478ab559952/Tc-_zzt7E_nVusxodti4h.png",
"fullname": "Nikita Gryzunov",
"name": "nikgr",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 9,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/66060bf3cb0bd478ab559952/Zo-7T33NXTX2EL7HfLEO8.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/66060bf3cb0bd478ab559952/8dUWYQEB2mFJ7WsGXw_TN.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"merterbak",
"osanseviero",
"AnkitAI"
],
"count": 3
}
] | 2024-07-02T11:12:41.000Z | 2024-07-02T11:12:41.422Z | [] | /posts/nikgr/133421500055370 | 1,558 | 0 |
753056979023615 | [
{
"type": "text",
"value": "🔥🎭🌟 New Research Alert - ECCV 2024 (Avatars Collection)! 🌟🎭🔥",
"raw": "🔥🎭🌟 New Research Alert - ECCV 2024 (Avatars Collection)! 🌟🎭🔥",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 Title: Topo4D: Topology-Preserving Gaussian Splatting for High-Fidelity 4D Head Capture 🔝",
"raw": "📄 Title: Topo4D: Topology-Preserving Gaussian Splatting for High-Fidelity 4D Head Capture 🔝",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📝 Description: Topo4D is a novel method for automated, high-fidelity 4D head tracking that optimizes dynamic topological meshes and 8K texture maps from multi-view time-series images.",
"raw": "📝 Description: Topo4D is a novel method for automated, high-fidelity 4D head tracking that optimizes dynamic topological meshes and 8K texture maps from multi-view time-series images.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👥 Authors: ",
"raw": "👥 Authors: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Dazz1e",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Dazz1e",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", Y. Cheng, ",
"raw": ", Y. Cheng, ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Ryan-sjtu",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Ryan-sjtu",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", H. Jia, D. Xu, W. Zhu, Y. Yan",
"raw": ", H. Jia, D. Xu, W. Zhu, Y. Yan",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📅 Conference: ECCV, 29 Sep – 4 Oct, 2024 | Milano, Italy 🇮🇹",
"raw": "📅 Conference: ECCV, 29 Sep – 4 Oct, 2024 | Milano, Italy 🇮🇹",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 Paper: ",
"raw": "📄 Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2406.00440",
"href": null,
"resource": {
"type": "paper",
"id": "2406.00440",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2406.00440",
"code": null,
"user": null,
"label": "Topo4D: Topology-Preserving Gaussian Splatting for High-Fidelity 4D Head\n Capture (2406.00440)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🌐 Github Page: ",
"raw": "🌐 Github Page: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://xuanchenli.github.io/Topo4D/",
"href": "https://xuanchenli.github.io/Topo4D/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📁 Repository: ",
"raw": "📁 Repository: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/XuanchenLi/Topo4D",
"href": "https://github.com/XuanchenLi/Topo4D",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 CVPR-2023-24-Papers: ",
"raw": "🚀 CVPR-2023-24-Papers: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/DmitryRyumin/CVPR-2023-24-Papers",
"href": "https://github.com/DmitryRyumin/CVPR-2023-24-Papers",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 WACV-2024-Papers: ",
"raw": "🚀 WACV-2024-Papers: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/DmitryRyumin/WACV-2024-Papers",
"href": "https://github.com/DmitryRyumin/WACV-2024-Papers",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 ICCV-2023-Papers: ",
"raw": "🚀 ICCV-2023-Papers: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/DmitryRyumin/ICCV-2023-Papers",
"href": "https://github.com/DmitryRyumin/ICCV-2023-Papers",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📚 More Papers: more cutting-edge research presented at other conferences in the ",
"raw": "📚 More Papers: more cutting-edge research presented at other conferences in the ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers",
"href": null,
"resource": {
"type": "space",
"id": "DmitryRyumin/NewEraAI-Papers",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " curated by ",
"raw": " curated by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@DmitryRyumin",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "DmitryRyumin",
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 Added to the Avatars Collection: ",
"raw": "🚀 Added to the Avatars Collection: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"href": null,
"resource": {
"type": "collection",
"id": "DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"discussionNum": null
},
"url": "https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔍 Keywords: #Topo4D #4DHead #3DModeling #4DCapture #FacialAnimation #ComputerGraphics #MachineLearning #HighFidelity #TextureMapping #DynamicMeshes #GaussianSplatting #VisualEffects #ECCV2024",
"raw": "🔍 Keywords: #Topo4D #4DHead #3DModeling #4DCapture #FacialAnimation #ComputerGraphics #MachineLearning #HighFidelity #TextureMapping #DynamicMeshes #GaussianSplatting #VisualEffects #ECCV2024",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🔥🎭🌟 New Research Alert - ECCV 2024 (Avatars Collection)! 🌟🎭🔥
📄 Title: Topo4D: Topology-Preserving Gaussian Splatting for High-Fidelity 4D Head Capture 🔝
📝 Description: Topo4D is a novel method for automated, high-fidelity 4D head tracking that optimizes dynamic topological meshes and 8K texture maps from multi-view time-series images.
👥 Authors: @Dazz1e, Y. Cheng, @Ryan-sjtu, H. Jia, D. Xu, W. Zhu, Y. Yan
📅 Conference: ECCV, 29 Sep – 4 Oct, 2024 | Milano, Italy 🇮🇹
📄 Paper: https://huggingface.co/papers/2406.00440
🌐 Github Page: https://xuanchenli.github.io/Topo4D/
📁 Repository: https://github.com/XuanchenLi/Topo4D
🚀 CVPR-2023-24-Papers: https://github.com/DmitryRyumin/CVPR-2023-24-Papers
🚀 WACV-2024-Papers: https://github.com/DmitryRyumin/WACV-2024-Papers
🚀 ICCV-2023-Papers: https://github.com/DmitryRyumin/ICCV-2023-Papers
📚 More Papers: more cutting-edge research presented at other conferences in the https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers curated by @DmitryRyumin
🚀 Added to the Avatars Collection: https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36
🔍 Keywords: #Topo4D #4DHead #3DModeling #4DCapture #FacialAnimation #ComputerGraphics #MachineLearning #HighFidelity #TextureMapping #DynamicMeshes #GaussianSplatting #VisualEffects #ECCV2024 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/nRCxbVng_PPBqKd-Z3KVc.jpeg",
"fullname": "Dmitry Ryumin",
"name": "DmitryRyumin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 377,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/GiDMJidDT_mnK0bbl5XHN.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/T81B4-BmlGKHgLfKtroZE.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/daCnnBrC4Dzp-pwcbp73J.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/mZVrAxTYHep_YbOMnNbDG.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/UrqhAlBu3EuRaGB44ib1Z.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/zL7D2cc0YiOB5pXu5ESB7.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/TVzj-hQ-DAVOct6RyZug0.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/OT-Q6NFkW-wY6fPRt1Cb5.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/QTvKzV_14zqtXRJZaNZIy.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/656489aee52739e6fa6859bd/nAoGiel9sA9mUtLryYXiI.jpeg",
"fullname": "Xuanchen Li",
"name": "Dazz1e",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/nRCxbVng_PPBqKd-Z3KVc.jpeg",
"fullname": "Dmitry Ryumin",
"name": "DmitryRyumin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 377
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64180b0d42cda3915b878d7b/GJgCU03p8_Haphde-ME46.jpeg",
"fullname": "Xingyu Ren",
"name": "Ryan-sjtu",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1
}
] | [
{
"reaction": "🔥",
"users": [
"DmitryRyumin",
"Ryan-sjtu",
"VanshRana12",
"prithivMLmods",
"osanseviero",
"AnkitAI"
],
"count": 6
},
{
"reaction": "👍",
"users": [
"jonathan-cristovao",
"solnone"
],
"count": 2
}
] | 2024-07-02T08:40:06.000Z | 2024-07-02T17:19:07.757Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/667bccf3d24677e9afc524f8/rGbLynJiyWHP0s3t-zdSb.jpeg",
"fullname": "Ankit Aglawe",
"name": "AnkitAI",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/DmitryRyumin/753056979023615 | 2,052 | 1 |
504187777681641 | [
{
"type": "text",
"value": "I've created a Stable Diffusion 3 (SD3) image generation space for convenience. Now you can:",
"raw": "I've created a Stable Diffusion 3 (SD3) image generation space for convenience. Now you can:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1. Generate SD3 prompts from images",
"raw": "1. Generate SD3 prompts from images",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2. Enhance your text prompts (turn 1-2 words into full SD3 prompts)",
"raw": "2. Enhance your text prompts (turn 1-2 words into full SD3 prompts)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/spaces/gokaygokay/SD3-with-VLM-and-Prompt-Enhancer",
"href": "https://huggingface.co/spaces/gokaygokay/SD3-with-VLM-and-Prompt-Enhancer",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "These features are based on my custom models:",
"raw": "These features are based on my custom models:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- VLM captioner for prompt generation:",
"raw": "- VLM captioner for prompt generation:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " - ",
"raw": " - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/gokaygokay/sd3-long-captioner",
"href": null,
"resource": {
"type": "model",
"id": "gokaygokay/sd3-long-captioner",
"discussionNum": null
},
"url": "https://huggingface.co/gokaygokay/sd3-long-captioner",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Prompt Enhancers for SD3 Models:",
"raw": "- Prompt Enhancers for SD3 Models:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " - ",
"raw": " - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long",
"href": null,
"resource": {
"type": "model",
"id": "gokaygokay/Lamini-Prompt-Enchance-Long",
"discussionNum": null
},
"url": "https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " - ",
"raw": " - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance",
"href": null,
"resource": {
"type": "model",
"id": "gokaygokay/Lamini-Prompt-Enchance",
"discussionNum": null
},
"url": "https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "You can now simplify your SD3 workflow with these tools!",
"raw": "You can now simplify your SD3 workflow with these tools!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I've created a Stable Diffusion 3 (SD3) image generation space for convenience. Now you can:
1. Generate SD3 prompts from images
2. Enhance your text prompts (turn 1-2 words into full SD3 prompts)
https://huggingface.co/spaces/gokaygokay/SD3-with-VLM-and-Prompt-Enhancer
These features are based on my custom models:
- VLM captioner for prompt generation:
- https://huggingface.co/gokaygokay/sd3-long-captioner
- Prompt Enhancers for SD3 Models:
- https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long
- https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance
You can now simplify your SD3 workflow with these tools! | {
"avatarUrl": "/avatars/b9a6d8e11ec7a62ca2b819e0b6c37222.svg",
"fullname": "gokay aydogan",
"name": "gokaygokay",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 1130,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/630899601dd1e3075d975785/vPeO4hOBNLvGuJoMiPbKU.png"
}
] | [] | [
{
"reaction": "👍",
"users": [
"John6666",
"clem",
"ucsahin",
"osanseviero",
"thliang01",
"AnkitAI",
"netynet",
"Best-codes",
"Wok"
],
"count": 9
},
{
"reaction": "🚀",
"users": [
"ijohn07",
"John6666",
"Best-codes"
],
"count": 3
},
{
"reaction": "😎",
"users": [
"nedegilefendim"
],
"count": 1
}
] | 2024-07-02T08:00:29.000Z | 2024-07-02T08:01:24.914Z | [] | /posts/gokaygokay/504187777681641 | 2,997 | 0 |
957785370728366 | [
{
"type": "text",
"value": "Check out our new benchmark paper on LLM agents for global events forecasting! ",
"raw": "Check out our new benchmark paper on LLM agents for global events forecasting! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2407.01231",
"href": null,
"resource": {
"type": "paper",
"id": "2407.01231",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2407.01231",
"code": null,
"user": null,
"label": "MIRAI: Evaluating LLM Agents for Event Forecasting (2407.01231)",
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📜 Arxiv: ",
"raw": "📜 Arxiv: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2407.01231",
"href": "https://arxiv.org/abs/2407.01231",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 Project page: ",
"raw": "🔗 Project page: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://mirai-llm.github.io",
"href": "https://mirai-llm.github.io",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💻 GitHub Repo: ",
"raw": "💻 GitHub Repo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/yecchen/MIRAI",
"href": "https://github.com/yecchen/MIRAI",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📁 Dataset: ",
"raw": "📁 Dataset: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://drive.google.com/file/d/1xmSEHZ_wqtBu1AwLpJ8wCDYmT-jRpfrN/view?usp=sharing",
"href": "https://drive.google.com/file/d/1xmSEHZ_wqtBu1AwLpJ8wCDYmT-jRpfrN/view?usp=sharing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📊 Interactive Demo Notebook: ",
"raw": "📊 Interactive Demo Notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://colab.research.google.com/drive/1QyqT35n6NbtPaNtqQ6A7ILG_GMeRgdnO?usp=sharing",
"href": "https://colab.research.google.com/drive/1QyqT35n6NbtPaNtqQ6A7ILG_GMeRgdnO?usp=sharing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Check out our new benchmark paper on LLM agents for global events forecasting! https://huggingface.co/papers/2407.01231
📜 Arxiv: https://arxiv.org/abs/2407.01231
🔗 Project page: https://mirai-llm.github.io
💻 GitHub Repo: https://github.com/yecchen/MIRAI
📁 Dataset: https://drive.google.com/file/d/1xmSEHZ_wqtBu1AwLpJ8wCDYmT-jRpfrN/view?usp=sharing
📊 Interactive Demo Notebook: https://colab.research.google.com/drive/1QyqT35n6NbtPaNtqQ6A7ILG_GMeRgdnO?usp=sharing | {
"avatarUrl": "/avatars/aa49b92a4e650f0837fd7436d14e6426.svg",
"fullname": "Yihe Deng",
"name": "ydeng9",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 8,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"osanseviero",
"ydeng9"
],
"count": 2
}
] | 2024-07-02T05:39:51.000Z | 2024-07-02T05:44:20.105Z | [] | /posts/ydeng9/957785370728366 | 1,247 | 0 |
516704912173883 | [
{
"type": "text",
"value": "LLMs are improving at math faster than my math coursework. I appreciate the all the hardworking engineers for helping me through high school.",
"raw": "LLMs are improving at math faster than my math coursework. I appreciate the all the hardworking engineers for helping me through high school.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | LLMs are improving at math faster than my math coursework. I appreciate the all the hardworking engineers for helping me through high school. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1630816930903-noauth.jpeg",
"fullname": "Puffy Bird",
"name": "puffy310",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 3,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🤝",
"users": [
"TuringsSolutions",
"puffy310",
"osanseviero"
],
"count": 3
},
{
"reaction": "❤️",
"users": [
"Xurinth"
],
"count": 1
}
] | 2024-07-02T04:45:54.000Z | 2024-07-02T04:45:54.017Z | [] | /posts/puffy310/516704912173883 | 1,474 | 0 |
469685030853998 | [
{
"type": "text",
"value": "✨🚀 Claude Sonnet 3.5 API. It's already weaving digital magic!",
"raw": "✨🚀 Claude Sonnet 3.5 API. It's already weaving digital magic!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧠💻 Try it at my space: 🔗 ",
"raw": "🧠💻 Try it at my space: 🔗 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/awacke1/AnthropicClaude3.5Sonnet-ACW",
"href": null,
"resource": {
"type": "space",
"id": "awacke1/AnthropicClaude3.5Sonnet-ACW",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/awacke1/AnthropicClaude3.5Sonnet-ACW",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Kudos to ",
"raw": "Kudos to ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@AnthropicAI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "AnthropicAI",
"label": null,
"lang": null
},
{
"type": "text",
"value": " for this elegant API! 👏 #AI #CodeMagic #AnthropicAI Thanks Huggingface for hosting the best hub in the world for AI development!",
"raw": " for this elegant API! 👏 #AI #CodeMagic #AnthropicAI Thanks Huggingface for hosting the best hub in the world for AI development!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | ✨🚀 Claude Sonnet 3.5 API. It's already weaving digital magic!
🧠💻 Try it at my space: 🔗 https://huggingface.co/spaces/awacke1/AnthropicClaude3.5Sonnet-ACW
Kudos to @AnthropicAI for this elegant API! 👏 #AI #CodeMagic #AnthropicAI Thanks Huggingface for hosting the best hub in the world for AI development!
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1656147940537-620630b603825909dcbeba35.jpeg",
"fullname": "Aaron C Wacker",
"name": "awacke1",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 185,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/UOwC7dFKOdnwUu04G1N9B.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"clem",
"merterbak",
"John6666"
],
"count": 3
}
] | 2024-07-02T01:43:24.000Z | 2024-11-16T15:27:35.877Z | [
{
"avatarUrl": "/avatars/af113eff54405160a313d595c7e7bb0b.svg",
"fullname": "Tushar Gautam",
"name": "Tushar07777",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/awacke1/469685030853998 | 2,601 | 2 |
260150398855068 | [
{
"type": "text",
"value": "🚀 Transformers are not here to take part but take over... and down goes real-time object detection! 💥",
"raw": "🚀 Transformers are not here to take part but take over... and down goes real-time object detection! 💥",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Enter Real-time DEtection Transformer (RT-DETR) 🦾 as suggested capable of real-time object detection. 🎯",
"raw": "Enter Real-time DEtection Transformer (RT-DETR) 🦾 as suggested capable of real-time object detection. 🎯",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Object DEtection Transformer (DETR) is not new (",
"raw": "Object DEtection Transformer (DETR) is not new (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Meta",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Meta",
"label": null,
"lang": null
},
{
"type": "text",
"value": " did it eons ago) but it had the issue of every other transformer, high computational cost 💸",
"raw": " did it eons ago) but it had the issue of every other transformer, high computational cost 💸",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "RT-DETR brings an efficient hybrid encoder to expeditiously process multi-scale features by decoupling intra-scale interaction and cross-scale fusion to improve speed 🏎️",
"raw": "RT-DETR brings an efficient hybrid encoder to expeditiously process multi-scale features by decoupling intra-scale interaction and cross-scale fusion to improve speed 🏎️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Gist is RT-DETR speeds up object detection by redesigning its encoder to process features more efficiently and selecting higher quality initial object queries. ⚡",
"raw": "Gist is RT-DETR speeds up object detection by redesigning its encoder to process features more efficiently and selecting higher quality initial object queries. ⚡",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It also allows adjusting the number of decoder layers to balance speed and accuracy for different real-time scenarios. ⚖️",
"raw": "It also allows adjusting the number of decoder layers to balance speed and accuracy for different real-time scenarios. ⚖️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This makes RT-DETR faster and more accurate than previous YOLO models. 🏆",
"raw": "This makes RT-DETR faster and more accurate than previous YOLO models. 🏆",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "How much better😎/faster? ⏱️",
"raw": "How much better😎/faster? ⏱️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "RT-DETR-R50 achieved 53.1% AP on COCO and 108 FPS on a T4 GPU, while RT-DETR-R101 achieved 54.3% AP and 74 FPS, outperforming advanced YOLO models in both speed and accuracy. 🚀✨",
"raw": "RT-DETR-R50 achieved 53.1% AP on COCO and 108 FPS on a T4 GPU, while RT-DETR-R101 achieved 54.3% AP and 74 FPS, outperforming advanced YOLO models in both speed and accuracy. 🚀✨",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 Paper: ",
"raw": "📄 Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2304.08069",
"href": null,
"resource": {
"type": "paper",
"id": "2304.08069",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2304.08069",
"code": null,
"user": null,
"label": "DETRs Beat YOLOs on Real-time Object Detection (2304.08069)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧠 Models: ",
"raw": "🧠 Models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/models?search=pekingu/rt-detr",
"href": "https://huggingface.co/models?search=pekingu/rt-detr",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🚀 Transformers are not here to take part but take over... and down goes real-time object detection! 💥
Enter Real-time DEtection Transformer (RT-DETR) 🦾 as suggested capable of real-time object detection. 🎯
Object DEtection Transformer (DETR) is not new (@Meta did it eons ago) but it had the issue of every other transformer, high computational cost 💸
RT-DETR brings an efficient hybrid encoder to expeditiously process multi-scale features by decoupling intra-scale interaction and cross-scale fusion to improve speed 🏎️
Gist is RT-DETR speeds up object detection by redesigning its encoder to process features more efficiently and selecting higher quality initial object queries. ⚡
It also allows adjusting the number of decoder layers to balance speed and accuracy for different real-time scenarios. ⚖️
This makes RT-DETR faster and more accurate than previous YOLO models. 🏆
How much better😎/faster? ⏱️
RT-DETR-R50 achieved 53.1% AP on COCO and 108 FPS on a T4 GPU, while RT-DETR-R101 achieved 54.3% AP and 74 FPS, outperforming advanced YOLO models in both speed and accuracy. 🚀✨
📄 Paper: https://huggingface.co/papers/2304.08069
🧠 Models: https://huggingface.co/models?search=pekingu/rt-detr | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/662bf5bfe93bb73804ef9344/WXYLnjjJ4SROkoveIi7If.png",
"fullname": "Kuldeep Singh Sidhu",
"name": "singhsidhukuldeep",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 219,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/662bf5bfe93bb73804ef9344/ZG7Cvefh62FnDpEcPNd8-.mp4"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61e8c67cee1e1440121f0240/9sb__WsO5mwmdHHa6xKNc.jpeg",
"fullname": "Meta World Peace",
"name": "Meta",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5
}
] | [
{
"reaction": "🚀",
"users": [
"merterbak",
"clem",
"osanseviero",
"louisbrulenaudet"
],
"count": 4
},
{
"reaction": "👍",
"users": [
"blender66cat",
"Artificial-superintelligence"
],
"count": 2
},
{
"reaction": "🔥",
"users": [
"zaanind"
],
"count": 1
}
] | 2024-07-01T22:32:05.000Z | 2024-07-01T22:32:05.701Z | [] | /posts/singhsidhukuldeep/260150398855068 | 1,536 | 0 |
175081092992561 | [
{
"type": "text",
"value": "Just updated ",
"raw": "Just updated ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/MohamedRashad/timm-leaderboard",
"href": null,
"resource": {
"type": "space",
"id": "MohamedRashad/timm-leaderboard",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/MohamedRashad/timm-leaderboard",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " with fuzzy search for people who want to search for a certian vision model",
"raw": " with fuzzy search for people who want to search for a certian vision model",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Just updated https://huggingface.co/spaces/MohamedRashad/timm-leaderboard with fuzzy search for people who want to search for a certian vision model | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1628885133347-6116d0584ef9fdfbf45dc4d9.jpeg",
"fullname": "Mohamed Rashad",
"name": "MohamedRashad",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 141,
"isFollowing": false
} | [] | [] | [] | 2024-07-01T16:34:56.000Z | 2024-07-01T16:34:56.349Z | [] | /posts/MohamedRashad/175081092992561 | 807 | 0 |
756732380261553 | [
{
"type": "text",
"value": "Search Hugging Face datasets by column names with a new experimental API! This API allows you to:",
"raw": "Search Hugging Face datasets by column names with a new experimental API! This API allows you to:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Search for question-answering datasets that include context",
"raw": "- Search for question-answering datasets that include context",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Find alpaca-style datasets",
"raw": "- Find alpaca-style datasets",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Locate DPO datasets",
"raw": "- Locate DPO datasets",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Try it out here: ",
"raw": "Try it out here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/librarian-bots/dataset-column-search-api",
"href": null,
"resource": {
"type": "space",
"id": "librarian-bots/dataset-column-search-api",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/librarian-bots/dataset-column-search-api",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ", or explore real-world applications in this notebook: ",
"raw": ", or explore real-world applications in this notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/librarian-bots/dataset-column-search-api/blob/main/dataset_search_client_notebook.ipynb",
"href": null,
"resource": {
"type": "space",
"id": "librarian-bots/dataset-column-search-api",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/librarian-bots/dataset-column-search-api/blob/main/dataset_search_client_notebook.ipynb",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Search Hugging Face datasets by column names with a new experimental API! This API allows you to:
- Search for question-answering datasets that include context
- Find alpaca-style datasets
- Locate DPO datasets
Try it out here: https://huggingface.co/spaces/librarian-bots/dataset-column-search-api, or explore real-world applications in this notebook: https://huggingface.co/spaces/librarian-bots/dataset-column-search-api/blob/main/dataset_search_client_notebook.ipynb | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg",
"fullname": "Daniel van Strien",
"name": "davanstrien",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 410,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"clem",
"osanseviero",
"merterbak",
"John6666",
"louisbrulenaudet"
],
"count": 5
},
{
"reaction": "👍",
"users": [
"fffiloni"
],
"count": 1
}
] | 2024-07-01T16:33:50.000Z | 2024-07-01T16:33:50.207Z | [] | /posts/davanstrien/756732380261553 | 2,103 | 0 |
701707924042367 | [
{
"type": "text",
"value": "Real-time DEtection Transformer (RT-DETR) landed in transformers 🤩 with Apache 2.0 license 😍",
"raw": "Real-time DEtection Transformer (RT-DETR) landed in transformers 🤩 with Apache 2.0 license 😍",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔖 models: ",
"raw": "🔖 models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/PekingU",
"href": "https://huggingface.co/PekingU",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔖 demo: ",
"raw": "🔖 demo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/merve/RT-DETR-tracking-coco",
"href": null,
"resource": {
"type": "space",
"id": "merve/RT-DETR-tracking-coco",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/merve/RT-DETR-tracking-coco",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📝 paper: ",
"raw": "📝 paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2304.08069",
"href": null,
"resource": {
"type": "paper",
"id": "2304.08069",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2304.08069",
"code": null,
"user": null,
"label": "DETRs Beat YOLOs on Real-time Object Detection (2304.08069)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📖 notebook: ",
"raw": "📖 notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/merveenoyan/example_notebooks/blob/main/RT_DETR_Notebook.ipynb",
"href": "https://github.com/merveenoyan/example_notebooks/blob/main/RT_DETR_Notebook.ipynb",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "YOLO models are known to be super fast for real-time computer vision, but they have a downside with being volatile to NMS 🥲",
"raw": "YOLO models are known to be super fast for real-time computer vision, but they have a downside with being volatile to NMS 🥲",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Transformer-based models on the other hand are computationally not as efficient 🥲",
"raw": "Transformer-based models on the other hand are computationally not as efficient 🥲",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Isn't there something in between? Enter RT-DETR!",
"raw": "Isn't there something in between? Enter RT-DETR!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The authors combined CNN backbone, multi-stage hybrid decoder (combining convs and attn) with a transformer decoder. In the paper, authors also claim one can adjust speed by changing decoder layers without retraining altogether. ",
"raw": "The authors combined CNN backbone, multi-stage hybrid decoder (combining convs and attn) with a transformer decoder. In the paper, authors also claim one can adjust speed by changing decoder layers without retraining altogether. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The authors find out that the model performs better in terms of speed and accuracy compared to the previous state-of-the-art. 🤩",
"raw": "The authors find out that the model performs better in terms of speed and accuracy compared to the previous state-of-the-art. 🤩",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Real-time DEtection Transformer (RT-DETR) landed in transformers 🤩 with Apache 2.0 license 😍
🔖 models: https://huggingface.co/PekingU
🔖 demo: https://huggingface.co/spaces/merve/RT-DETR-tracking-coco
📝 paper: https://huggingface.co/papers/2304.08069
📖 notebook: https://github.com/merveenoyan/example_notebooks/blob/main/RT_DETR_Notebook.ipynb
YOLO models are known to be super fast for real-time computer vision, but they have a downside with being volatile to NMS 🥲
Transformer-based models on the other hand are computationally not as efficient 🥲
Isn't there something in between? Enter RT-DETR!
The authors combined CNN backbone, multi-stage hybrid decoder (combining convs and attn) with a transformer decoder. In the paper, authors also claim one can adjust speed by changing decoder layers without retraining altogether.
The authors find out that the model performs better in terms of speed and accuracy compared to the previous state-of-the-art. 🤩
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png",
"fullname": "Merve Noyan",
"name": "merve",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 5589,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/YxCWX0s_aPy5exTVxOMTB.jpeg"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"merterbak",
"hllj",
"clem",
"osanseviero",
"multimodalart",
"not-lain",
"netynet",
"sudzdpn",
"louisbrulenaudet",
"mathieu-chauvet",
"Kabil007",
"Rbrq"
],
"count": 12
},
{
"reaction": "👍",
"users": [
"talkative",
"Tom-Neverwinter",
"ooaykac",
"GPT007"
],
"count": 4
}
] | 2024-07-01T15:20:56.000Z | 2024-07-01T15:20:56.270Z | [] | /posts/merve/701707924042367 | 4,997 | 0 |
736464349744598 | [
{
"type": "text",
"value": "**How I train a LoRA: m3lt style training overview**",
"raw": "**How I train a LoRA: m3lt style training overview**",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've just written an article that takes a step by step approach to outlining the method that I used to train the 'm3lt' lora, a blended style model. ",
"raw": "I've just written an article that takes a step by step approach to outlining the method that I used to train the 'm3lt' lora, a blended style model. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've used the LoRA Ease trainer by ",
"raw": "I've used the LoRA Ease trainer by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@multimodalart",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "multimodalart",
"label": null,
"lang": null
},
{
"type": "text",
"value": " :D",
"raw": " :D",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/alvdansen/training-lora-m3lt",
"href": "https://huggingface.co/blog/alvdansen/training-lora-m3lt",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/multimodalart/lora-ease",
"href": null,
"resource": {
"type": "space",
"id": "multimodalart/lora-ease",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/multimodalart/lora-ease",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | **How I train a LoRA: m3lt style training overview**
I've just written an article that takes a step by step approach to outlining the method that I used to train the 'm3lt' lora, a blended style model.
I've used the LoRA Ease trainer by @multimodalart :D
https://huggingface.co/blog/alvdansen/training-lora-m3lt
https://huggingface.co/spaces/multimodalart/lora-ease | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/1U0NMk0JzEOHJ-SSGQLIH.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/4w6SowJY_q1nEy_43i14u.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/RZgoHZpNkfo7k_4W0Rz1U.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1649143001781-624bebf604abc7ebb01789af.jpeg",
"fullname": "Apolinário from multimodal AI art",
"name": "multimodalart",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 3177
}
] | [
{
"reaction": "❤️",
"users": [
"ijohn07",
"clem",
"blender66cat",
"not-lain",
"thedarktrumpet",
"ashemvets",
"glpx",
"IkeaMan",
"stinkyyy"
],
"count": 9
},
{
"reaction": "🚀",
"users": [
"victor",
"multimodalart",
"rishiguin",
"clem",
"not-lain",
"louisbrulenaudet"
],
"count": 6
},
{
"reaction": "🔥",
"users": [
"victor",
"multimodalart",
"clem",
"not-lain"
],
"count": 4
}
] | 2024-07-01T14:13:37.000Z | 2024-09-18T17:21:32.617Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5f17f0a0925b9863e28ad517/X7QKoiXbUtEZSG9jyvfk3.jpeg",
"fullname": "Victor Mustar",
"name": "victor",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 2607,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6639d768d48a3da6e4c9fbe1/4u6zXlZkiu8YQbnZuP4hr.jpeg",
"fullname": "Kim",
"name": "KKKKKIIIIIIIMMMMM",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "/avatars/181782227fdd2ae04a504af7c79a19bc.svg",
"fullname": "Maiya",
"name": "DualChimerra",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/alvdansen/736464349744598 | 3,093 | 5 |
215969412331682 | [
{
"type": "text",
"value": "5,000 new repos (models, datasets, spaces) are created EVERY DAY on HF now. The community is amazing!",
"raw": "5,000 new repos (models, datasets, spaces) are created EVERY DAY on HF now. The community is amazing!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 5,000 new repos (models, datasets, spaces) are created EVERY DAY on HF now. The community is amazing! | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1583857146757-5e67bdd61009063689407479.jpeg",
"fullname": "Clem 🤗",
"name": "clem",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1763,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"umuthopeyildirim",
"osanseviero",
"victor",
"tail-call",
"paulml",
"jeremy-london",
"brunatrevelin",
"Clausss",
"ZeroWw",
"xi0v",
"yuriachermann",
"merterbak",
"nroggendorff",
"sted97",
"Jaromir",
"not-lain",
"netynet",
"Heresynetwork",
"SixOpen",
"tarob0ba",
"3thn",
"digiplay",
"prithivMLmods",
"GPT007",
"Nymbo"
],
"count": 25
},
{
"reaction": "🚀",
"users": [
"victor",
"ngxson",
"Clausss",
"ZeroWw",
"xi0v",
"nold",
"yuriachermann",
"nroggendorff",
"InferenceIllusionist",
"sted97",
"danielus",
"not-lain",
"netynet",
"Heresynetwork",
"moock",
"3thn",
"kramp",
"GPT007",
"nampdn-ai",
"IAmTheCollector"
],
"count": 20
},
{
"reaction": "🤗",
"users": [
"digiplay",
"louisbrulenaudet",
"GPT007",
"emirhanbilgic"
],
"count": 4
},
{
"reaction": "👍",
"users": [
"digiplay",
"GPT007"
],
"count": 2
},
{
"reaction": "🤝",
"users": [
"digiplay",
"GPT007"
],
"count": 2
},
{
"reaction": "😎",
"users": [
"GPT007"
],
"count": 1
}
] | 2024-07-01T12:40:49.000Z | 2024-07-01T12:40:49.355Z | [] | /posts/clem/215969412331682 | 5,770 | 0 |
799935689571130 | [
{
"type": "text",
"value": "🚨Exciting news for the Multilingual Synthetic Data Community!🚨",
"raw": "🚨Exciting news for the Multilingual Synthetic Data Community!🚨",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I’ve taken inspiration from the MAGPIE paper on Llama-3-8B-instruct and extended its capabilities. Here’s what’s new!",
"raw": "I’ve taken inspiration from the MAGPIE paper on Llama-3-8B-instruct and extended its capabilities. Here’s what’s new!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🗞 The MAGPIE paper showcased that if you use the instruction-tuned version (",
"raw": "🗞 The MAGPIE paper showcased that if you use the instruction-tuned version (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`Llama-3-8B-instruct`",
"href": null,
"resource": null,
"url": null,
"code": "Llama-3-8B-instruct",
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") to generate synthetic instructions and then fine-tune the base version (",
"raw": ") to generate synthetic instructions and then fine-tune the base version (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`Llama-3-8B`",
"href": null,
"resource": null,
"url": null,
"code": "Llama-3-8B",
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") on this dataset, you can improve even the it-tuned version",
"raw": ") on this dataset, you can improve even the it-tuned version",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🤔 While reading a script by Sebastian Raschka, PhD, I wondered: Could these advancements be replicated in other languages? Specifically, could they benefit non-English datasets?",
"raw": "🤔 While reading a script by Sebastian Raschka, PhD, I wondered: Could these advancements be replicated in other languages? Specifically, could they benefit non-English datasets?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🎉 And the answer is YES! At least for Spanish. I've successfully adapted the techniques for Spanish, proving the model's flexibility and multilingual capabilities.",
"raw": "🎉 And the answer is YES! At least for Spanish. I've successfully adapted the techniques for Spanish, proving the model's flexibility and multilingual capabilities.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👩💻 To make this accessible, I created a basic script (heavily inspired by the Sebastian Raschka one) that allows you to generate similar datasets using ",
"raw": "👩💻 To make this accessible, I created a basic script (heavily inspired by the Sebastian Raschka one) that allows you to generate similar datasets using ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`ollama`",
"href": null,
"resource": null,
"url": null,
"code": "ollama",
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " models (initially phi and llama3) automatically and upload it to the Hugging Face Hub!",
"raw": " models (initially phi and llama3) automatically and upload it to the Hugging Face Hub!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "[Script](",
"raw": "[Script](",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://gist.github.com/mrm8488/4650a5e3cc45523798a527a3446eb312",
"href": "https://gist.github.com/mrm8488/4650a5e3cc45523798a527a3446eb312",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ")",
"raw": ")",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔍 Explore the datasets 📚 generated using our new script! ",
"raw": "🔍 Explore the datasets 📚 generated using our new script! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- [Llama-3-8B](",
"raw": "- [Llama-3-8B](",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/datasets/mrm8488/dataset_llama3_5000_samples_es_4231_filtered",
"href": "https://huggingface.co/datasets/mrm8488/dataset_llama3_5000_samples_es_4231_filtered",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ")",
"raw": ")",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- [Phi-3-medium](",
"raw": "- [Phi-3-medium](",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/datasets/mrm8488/dataset_phi3-medium_5000_samples_es_3906_filtered",
"href": "https://huggingface.co/datasets/mrm8488/dataset_phi3-medium_5000_samples_es_3906_filtered",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ")",
"raw": ")",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- [Phi-3-mini](",
"raw": "- [Phi-3-mini](",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/datasets/mrm8488/dataset_phi3_5000_samples_es_3282_filtered",
"href": "https://huggingface.co/datasets/mrm8488/dataset_phi3_5000_samples_es_3282_filtered",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ")",
"raw": ")",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Note: These datasets have basic filtering. Apply additional quality filters before using them to fine-tune large language models.",
"raw": "Note: These datasets have basic filtering. Apply additional quality filters before using them to fine-tune large language models.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Inspiration and base script:",
"raw": "Inspiration and base script:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/rasbt/LLMs-from-scratch/blob/main/ch07/05_dataset-generation/llama3-ollama.ipynb",
"href": "https://github.com/rasbt/LLMs-from-scratch/blob/main/ch07/05_dataset-generation/llama3-ollama.ipynb",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.linkedin.com/feed/update/urn:li:activity:7210982019751661568/",
"href": "https://www.linkedin.com/feed/update/urn:li:activity:7210982019751661568/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🚨Exciting news for the Multilingual Synthetic Data Community!🚨
I’ve taken inspiration from the MAGPIE paper on Llama-3-8B-instruct and extended its capabilities. Here’s what’s new!
🗞 The MAGPIE paper showcased that if you use the instruction-tuned version (`Llama-3-8B-instruct`) to generate synthetic instructions and then fine-tune the base version (`Llama-3-8B`) on this dataset, you can improve even the it-tuned version
🤔 While reading a script by Sebastian Raschka, PhD, I wondered: Could these advancements be replicated in other languages? Specifically, could they benefit non-English datasets?
🎉 And the answer is YES! At least for Spanish. I've successfully adapted the techniques for Spanish, proving the model's flexibility and multilingual capabilities.
👩💻 To make this accessible, I created a basic script (heavily inspired by the Sebastian Raschka one) that allows you to generate similar datasets using `ollama` models (initially phi and llama3) automatically and upload it to the Hugging Face Hub!
[Script](https://gist.github.com/mrm8488/4650a5e3cc45523798a527a3446eb312)
🔍 Explore the datasets 📚 generated using our new script!
- [Llama-3-8B](https://huggingface.co/datasets/mrm8488/dataset_llama3_5000_samples_es_4231_filtered)
- [Phi-3-medium](https://huggingface.co/datasets/mrm8488/dataset_phi3-medium_5000_samples_es_3906_filtered)
- [Phi-3-mini](https://huggingface.co/datasets/mrm8488/dataset_phi3_5000_samples_es_3282_filtered)
Note: These datasets have basic filtering. Apply additional quality filters before using them to fine-tune large language models.
Inspiration and base script:
https://github.com/rasbt/LLMs-from-scratch/blob/main/ch07/05_dataset-generation/llama3-ollama.ipynb
https://www.linkedin.com/feed/update/urn:li:activity:7210982019751661568/
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5e4318d616b09a31220980d6/24rMJ_vPh3gW9ZEmj64xr.png",
"fullname": "Manuel Romero",
"name": "mrm8488",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 2200,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"Davipar",
"osanseviero",
"apol",
"anakin87",
"davanstrien",
"victor",
"ucsahin",
"floschne",
"GPT007",
"vikas",
"Marvin73",
"pavaldeveloper",
"mrm8488",
"Taylor658",
"adorkin"
],
"count": 15
}
] | 2024-07-01T12:19:29.000Z | 2024-11-09T16:20:26.480Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png",
"fullname": "Omar Sanseviero",
"name": "osanseviero",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 2868,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5e4318d616b09a31220980d6/24rMJ_vPh3gW9ZEmj64xr.png",
"fullname": "Manuel Romero",
"name": "mrm8488",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 2200,
"isFollowing": false
},
{
"avatarUrl": "/avatars/53ebfcab852efd849a848a26dc65751c.svg",
"fullname": "elsatch",
"name": "elsatch",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 4,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg",
"fullname": "Daniel van Strien",
"name": "davanstrien",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 410,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5fc6879e1c5ee87b1164876d/Tjnm_lv0Bq0gPbFOTDH6E.jpeg",
"fullname": "Huu Nguyen",
"name": "huu-ontocord",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 42,
"isFollowing": false
}
] | /posts/mrm8488/799935689571130 | 4,379 | 7 |
328570892675734 | [
{
"type": "text",
"value": "I have finished writing a blogpost about building an image-based retrieval system, This is one of the first-ever approaches to building such a pipeline using only open-source ",
"raw": "I have finished writing a blogpost about building an image-based retrieval system, This is one of the first-ever approaches to building such a pipeline using only open-source ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "models/libraries",
"raw": "models/libraries",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 🤗",
"raw": " 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "You can checkout the blogpost in ",
"raw": "You can checkout the blogpost in ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/not-lain/image-retriever",
"href": "https://huggingface.co/blog/not-lain/image-retriever",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " and the associated space at ",
"raw": " and the associated space at ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/not-lain/image-retriever",
"href": null,
"resource": {
"type": "space",
"id": "not-lain/image-retriever",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/not-lain/image-retriever",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " .",
"raw": " .",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨ If you want to request another blog post consider letting me know down below or you can reach out to me through any of my social media ",
"raw": "✨ If you want to request another blog post consider letting me know down below or you can reach out to me through any of my social media ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📖 Happy reading !",
"raw": "📖 Happy reading !",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I have finished writing a blogpost about building an image-based retrieval system, This is one of the first-ever approaches to building such a pipeline using only open-source models/libraries 🤗
You can checkout the blogpost in https://huggingface.co/blog/not-lain/image-retriever and the associated space at https://huggingface.co/spaces/not-lain/image-retriever .
✨ If you want to request another blog post consider letting me know down below or you can reach out to me through any of my social media
📖 Happy reading !
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/CuGNmF1Et8KMQ0mCd1NEJ.jpeg",
"fullname": "Lain",
"name": "not-lain",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 941,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6527e89a8808d80ccff88b7a/3SiOaP88eF6U9BIONFwFt.mp4"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6527e89a8808d80ccff88b7a/AqRy5202vEe2CtJnXSCqP.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"tail-call",
"YaTharThShaRma999",
"umutphp",
"John6666",
"MrOvkill",
"sted97",
"kleberbaum",
"vincentweisser",
"BigOne"
],
"count": 9
}
] | 2024-07-01T12:06:45.000Z | 2024-07-01T12:58:45.828Z | [] | /posts/not-lain/328570892675734 | 2,652 | 0 |
519364102923542 | [
{
"type": "text",
"value": "Yet another rewarding week in Open Source AI:",
"raw": "Yet another rewarding week in Open Source AI:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1. Google dropped Gemma 27B & 9B - The best open (commercially permissive) LLM out there, according to LYMSYS.",
"raw": "1. Google dropped Gemma 27B & 9B - The best open (commercially permissive) LLM out there, according to LYMSYS.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315",
"href": null,
"resource": {
"type": "collection",
"id": "google/gemma-2-release-667d6600fd5220e7b967f315",
"discussionNum": null
},
"url": "https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2. Mars5 TTS - Text to Speech with insane prosodies control & voice cloning.",
"raw": "2. Mars5 TTS - Text to Speech with insane prosodies control & voice cloning.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/CAMB-AI/MARS5-TTS",
"href": null,
"resource": {
"type": "model",
"id": "CAMB-AI/MARS5-TTS",
"discussionNum": null
},
"url": "https://huggingface.co/CAMB-AI/MARS5-TTS",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "3. Meta shipped LLM Compiler - beats GPT 4 on code optimisation and compiler reasoning.",
"raw": "3. Meta shipped LLM Compiler - beats GPT 4 on code optimisation and compiler reasoning.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/facebook/llm-compiler-667c5b05557fe99a9edd25cb",
"href": null,
"resource": {
"type": "collection",
"id": "facebook/llm-compiler-667c5b05557fe99a9edd25cb",
"discussionNum": null
},
"url": "https://huggingface.co/collections/facebook/llm-compiler-667c5b05557fe99a9edd25cb",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "4. Arcee-Spark - Qwen2 7B (w/ merging) fine-tuned further to beat GPT 3.5 on MT Bench.",
"raw": "4. Arcee-Spark - Qwen2 7B (w/ merging) fine-tuned further to beat GPT 3.5 on MT Bench.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/arcee-ai/Arcee-Spark",
"href": null,
"resource": {
"type": "model",
"id": "arcee-ai/Arcee-Spark",
"discussionNum": null
},
"url": "https://huggingface.co/arcee-ai/Arcee-Spark",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "5. Gemini Nano out in the wild in Chrome - On device LLM with just 2 lines of code (fully offline)",
"raw": "5. Gemini Nano out in the wild in Chrome - On device LLM with just 2 lines of code (fully offline)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "6. Fal released a fully Open Source GAN based Super-Resolution model (with second version already cooking)",
"raw": "6. Fal released a fully Open Source GAN based Super-Resolution model (with second version already cooking)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/fal/AuraSR",
"href": null,
"resource": {
"type": "model",
"id": "fal/AuraSR",
"discussionNum": null
},
"url": "https://huggingface.co/fal/AuraSR",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "7. NYU release Cambrian 1 - Vision Multimodal LLM that beats pretty much all other closed source competition 8-34B model size",
"raw": "7. NYU release Cambrian 1 - Vision Multimodal LLM that beats pretty much all other closed source competition 8-34B model size",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/nyu-visionx",
"href": "https://huggingface.co/nyu-visionx",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "And.. much more like Open LLM Leaderboard got a major update, LYMSYS released Chat Vision Arena, OpenAI released a paper on CriticGPT!",
"raw": "And.. much more like Open LLM Leaderboard got a major update, LYMSYS released Chat Vision Arena, OpenAI released a paper on CriticGPT!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "What a lovely week, can’t wait for the next to see what the community is up to! Put it down in comments if I missed something 🔥",
"raw": "What a lovely week, can’t wait for the next to see what the community is up to! Put it down in comments if I missed something 🔥",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Yet another rewarding week in Open Source AI:
1. Google dropped Gemma 27B & 9B - The best open (commercially permissive) LLM out there, according to LYMSYS.
https://huggingface.co/collections/google/gemma-2-release-667d6600fd5220e7b967f315
2. Mars5 TTS - Text to Speech with insane prosodies control & voice cloning.
https://huggingface.co/CAMB-AI/MARS5-TTS
3. Meta shipped LLM Compiler - beats GPT 4 on code optimisation and compiler reasoning.
https://huggingface.co/collections/facebook/llm-compiler-667c5b05557fe99a9edd25cb
4. Arcee-Spark - Qwen2 7B (w/ merging) fine-tuned further to beat GPT 3.5 on MT Bench.
https://huggingface.co/arcee-ai/Arcee-Spark
5. Gemini Nano out in the wild in Chrome - On device LLM with just 2 lines of code (fully offline)
6. Fal released a fully Open Source GAN based Super-Resolution model (with second version already cooking)
https://huggingface.co/fal/AuraSR
7. NYU release Cambrian 1 - Vision Multimodal LLM that beats pretty much all other closed source competition 8-34B model size
https://huggingface.co/nyu-visionx
And.. much more like Open LLM Leaderboard got a major update, LYMSYS released Chat Vision Arena, OpenAI released a paper on CriticGPT!
What a lovely week, can’t wait for the next to see what the community is up to! Put it down in comments if I missed something 🔥 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1655385361868-61b85ce86eb1f2c5e6233736.jpeg",
"fullname": "Vaibhav Srivastav",
"name": "reach-vb",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 460,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"julien-c",
"netynet",
"m-ric",
"jeffboudier",
"SixOpen",
"hsnugavin",
"brandonisntafraid",
"pcuenq",
"louisbrulenaudet",
"victor",
"polinaeterna",
"apolloparty",
"clem",
"tomaarsen",
"ogimgio",
"qnixsynapse",
"linoyts",
"John6666",
"Nelathan",
"ruben-wleon",
"ddiddi",
"Joseph717171"
],
"count": 22
},
{
"reaction": "👍",
"users": [
"dashfunnydashdash",
"ddiddi",
"Joseph717171",
"bradshimmin"
],
"count": 4
}
] | 2024-07-01T08:37:06.000Z | 2024-07-01T16:16:12.171Z | [
{
"avatarUrl": "/avatars/54483699273ac58a4a6fe1fa4aab65fe.svg",
"fullname": "Robert Sinclair",
"name": "ZeroWw",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
}
] | /posts/reach-vb/519364102923542 | 5,259 | 1 |
355530853393852 | [
{
"type": "text",
"value": "The paper is now available at ICML 2024. This paper introduces a foundational approach to analyze deep reinforcement learning decision making. Truly excited to share these results! ",
"raw": "The paper is now available at ICML 2024. This paper introduces a foundational approach to analyze deep reinforcement learning decision making. Truly excited to share these results! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Paper: ",
"raw": "Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://openreview.net/pdf?id=s9RKqT7jVM",
"href": "https://openreview.net/pdf?id=s9RKqT7jVM",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "HF: ",
"raw": "HF: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2406.16979",
"href": null,
"resource": {
"type": "paper",
"id": "2406.16979",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2406.16979",
"code": null,
"user": null,
"label": "Understanding and Diagnosing Deep Reinforcement Learning (2406.16979)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Twitter: ",
"raw": "Twitter: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://x.com/EzgiKorkmazAI/status/1798990328390996002",
"href": "https://x.com/EzgiKorkmazAI/status/1798990328390996002",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | The paper is now available at ICML 2024. This paper introduces a foundational approach to analyze deep reinforcement learning decision making. Truly excited to share these results!
Paper: https://openreview.net/pdf?id=s9RKqT7jVM
HF: https://huggingface.co/papers/2406.16979
Twitter: https://x.com/EzgiKorkmazAI/status/1798990328390996002 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/667c1a5acb6800a191024eb9/AqL8mQZsZjpZKi9FxtkIH.png",
"fullname": "Ezgi Korkmaz",
"name": "ezgikorkmaz",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 32,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/667c1a5acb6800a191024eb9/_CcQ0OnkjMiJd5ZhDLNTa.png"
}
] | [] | [
{
"reaction": "🚀",
"users": [
"jonahbc",
"merterbak"
],
"count": 2
},
{
"reaction": "👀",
"users": [
"TroglodyteDerivations"
],
"count": 1
}
] | 2024-07-01T08:24:55.000Z | 2024-07-01T08:24:55.381Z | [] | /posts/ezgikorkmaz/355530853393852 | 1,309 | 0 |
192985344026510 | [
{
"type": "text",
"value": "Announcing the creation of the \"HF for Legal\" organization, an open-source community dedicated to demystifying language models for legal professionals 🤗",
"raw": "Announcing the creation of the \"HF for Legal\" organization, an open-source community dedicated to demystifying language models for legal professionals 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Whether you're a practicing attorney, a legal scholar, or a technologist interested in legal applications of AI, HF for Legal may be your hub for exploration, learning, and free innovation ⚗️",
"raw": "Whether you're a practicing attorney, a legal scholar, or a technologist interested in legal applications of AI, HF for Legal may be your hub for exploration, learning, and free innovation ⚗️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "On the occasion of this launch, you'll be able to find several notebooks I've been developing over the last few months for TSDAE pre-training of embedding models, the generation of indexes for semantic search, based on the formidable work of ",
"raw": "On the occasion of this launch, you'll be able to find several notebooks I've been developing over the last few months for TSDAE pre-training of embedding models, the generation of indexes for semantic search, based on the formidable work of ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@tomaarsen",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "tomaarsen",
"label": null,
"lang": null
},
{
"type": "text",
"value": " and ",
"raw": " and ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@nreimers",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "nreimers",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", adapted to the field of French law, or the addition of information retrieval tasks to the MTEB.",
"raw": ", adapted to the field of French law, or the addition of information retrieval tasks to the MTEB.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Join us in our mission to make AI more accessible and understandable for the legal world, ensuring that the power of language models can be harnessed effectively and ethically.",
"raw": "Join us in our mission to make AI more accessible and understandable for the legal world, ensuring that the power of language models can be harnessed effectively and ethically.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Link to the org: ",
"raw": "Link to the org: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/HFforLegal",
"href": "https://huggingface.co/HFforLegal",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Special thanks to ",
"raw": "Special thanks to ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@clem",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "clem",
"label": null,
"lang": null
},
{
"type": "text",
"value": " for encouraging me to start this organization. Let's hope we can bring together all the enthusiasts who work in this field.",
"raw": " for encouraging me to start this organization. Let's hope we can bring together all the enthusiasts who work in this field.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Let's code and share together! 🚀🔗",
"raw": "Let's code and share together! 🚀🔗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Announcing the creation of the "HF for Legal" organization, an open-source community dedicated to demystifying language models for legal professionals 🤗
Whether you're a practicing attorney, a legal scholar, or a technologist interested in legal applications of AI, HF for Legal may be your hub for exploration, learning, and free innovation ⚗️
On the occasion of this launch, you'll be able to find several notebooks I've been developing over the last few months for TSDAE pre-training of embedding models, the generation of indexes for semantic search, based on the formidable work of @tomaarsen and @nreimers, adapted to the field of French law, or the addition of information retrieval tasks to the MTEB.
Join us in our mission to make AI more accessible and understandable for the legal world, ensuring that the power of language models can be harnessed effectively and ethically.
Link to the org: https://huggingface.co/HFforLegal
Special thanks to @clem for encouraging me to start this organization. Let's hope we can bring together all the enthusiasts who work in this field.
Let's code and share together! 🚀🔗 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6459fa0f5b3111fbe83286e1/UhCa7JNbtTjC6dgOjZtH0.jpeg",
"fullname": "Louis Brulé Naudet",
"name": "louisbrulenaudet",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 174,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6459fa0f5b3111fbe83286e1/M2C22f9PhTnPv9TbmNTRm.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1583857146757-5e67bdd61009063689407479.jpeg",
"fullname": "Clem 🤗",
"name": "clem",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1763
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1596792577829-5eff4688ff69163f6f59e66c.jpeg",
"fullname": "Nils Reimers",
"name": "nreimers",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 80
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6317233cc92fd6fee317e030/cJHSvvimr1kqgQfHOjO5n.png",
"fullname": "Tom Aarsen",
"name": "tomaarsen",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 1060
}
] | [
{
"reaction": "🔥",
"users": [
"tomaarsen",
"clem",
"not-lain",
"netynet",
"GFA-D2",
"ucalyptus",
"Joseph717171",
"Elizezen",
"jambracken",
"vincentweisser",
"ruben-wleon",
"TuringsSolutions",
"nroggendorff"
],
"count": 13
},
{
"reaction": "❤️",
"users": [
"Joseph717171",
"TuringsSolutions"
],
"count": 2
},
{
"reaction": "🤗",
"users": [
"Joseph717171",
"nroggendorff"
],
"count": 2
}
] | 2024-07-01T07:56:18.000Z | 2024-07-01T07:56:18.525Z | [] | /posts/louisbrulenaudet/192985344026510 | 2,935 | 0 |
701696175282841 | [
{
"type": "text",
"value": "How to alter the behavior of a Language Model without fine-tuning or prompting? Say hello to 🎤 yo-Llama 🦙! ",
"raw": "How to alter the behavior of a Language Model without fine-tuning or prompting? Say hello to 🎤 yo-Llama 🦙! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model ",
"raw": "Model ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/anakin87/yo-Llama-3-8B-Instruct",
"href": null,
"resource": {
"type": "model",
"id": "anakin87/yo-Llama-3-8B-Instruct",
"discussionNum": null
},
"url": "https://huggingface.co/anakin87/yo-Llama-3-8B-Instruct",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This experiment steers Llama-3-8B-Instruct to respond in a rap style.",
"raw": "This experiment steers Llama-3-8B-Instruct to respond in a rap style.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "How? Amplifying the rap direction in the activation space. 😎",
"raw": "How? Amplifying the rap direction in the activation space. 😎",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝐖𝐡𝐚𝐭 𝐬𝐩𝐚𝐫𝐤𝐞𝐝 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚?",
"raw": "𝐖𝐡𝐚𝐭 𝐬𝐩𝐚𝐫𝐤𝐞𝐝 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Lately, I got interested in mechanistic interpretability of LLMs.",
"raw": "Lately, I got interested in mechanistic interpretability of LLMs.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💡 A recent paper, \"Refusal in Language Models Is Mediated by a Single Direction,\" showed how to find the refusal direction in the activation space of Chat Language Models and either erase or amplify it.",
"raw": "💡 A recent paper, \"Refusal in Language Models Is Mediated by a Single Direction,\" showed how to find the refusal direction in the activation space of Chat Language Models and either erase or amplify it.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "A clever jailbreak method for open weights models.",
"raw": "A clever jailbreak method for open weights models.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Then, ",
"raw": "Then, ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@failspy",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "failspy",
"label": null,
"lang": null
},
{
"type": "text",
"value": " took it a step further by modifying the models to amplify different traits, such as making a model seem grumpy or irritable.",
"raw": " took it a step further by modifying the models to amplify different traits, such as making a model seem grumpy or irritable.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝐇𝐨𝐰 𝐝𝐢𝐝 𝐈 𝐜𝐫𝐞𝐚𝐭𝐞 𝐲𝐨-𝐋𝐥𝐚𝐦𝐚?",
"raw": "𝐇𝐨𝐰 𝐝𝐢𝐝 𝐈 𝐜𝐫𝐞𝐚𝐭𝐞 𝐲𝐨-𝐋𝐥𝐚𝐦𝐚?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "(📓 notebook in the HF repository, heavily inspired by Failspy's work)",
"raw": "(📓 notebook in the HF repository, heavily inspired by Failspy's work)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1️⃣ Load the Llama-3-8B-Instruct model.",
"raw": "1️⃣ Load the Llama-3-8B-Instruct model.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2️⃣ Load 1024 examples from Alpaca (instruction dataset).",
"raw": "2️⃣ Load 1024 examples from Alpaca (instruction dataset).",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "3️⃣ Prepare a system prompt to make the original model act like a rapper.",
"raw": "3️⃣ Prepare a system prompt to make the original model act like a rapper.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "4️⃣ Run inference on the examples, with and without the system prompt, and cache the activations.",
"raw": "4️⃣ Run inference on the examples, with and without the system prompt, and cache the activations.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "5️⃣ Compute the rap feature directions (one for each layer) from the activations.",
"raw": "5️⃣ Compute the rap feature directions (one for each layer) from the activations.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "6️⃣ Apply the feature directions one by one, checking the results on some examples.",
"raw": "6️⃣ Apply the feature directions one by one, checking the results on some examples.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "7️⃣ Pick the best-performing feature direction.",
"raw": "7️⃣ Pick the best-performing feature direction.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "8️⃣ Apply this feature direction and voilà!",
"raw": "8️⃣ Apply this feature direction and voilà!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "yo-Llama-3-8B-Instruct is born! 🥳🎶",
"raw": "yo-Llama-3-8B-Instruct is born! 🥳🎶",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This was a fun experiment. ",
"raw": "This was a fun experiment. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📚 Resources",
"raw": "📚 Resources",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Refusal in Language Models Is Mediated by a Single Direction - ",
"raw": "Refusal in Language Models Is Mediated by a Single Direction - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2406.11717",
"href": "https://arxiv.org/abs/2406.11717",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Uncensor any LLM with abliteration: great practical blog post by ",
"raw": "Uncensor any LLM with abliteration: great practical blog post by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@mlabonne",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "mlabonne",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/mlabonne/abliteration",
"href": "https://huggingface.co/blog/mlabonne/abliteration",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Practical materials by ",
"raw": "Practical materials by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@failspy",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "failspy",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- abliterator library ",
"raw": "- abliterator library ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/FailSpy/abliterator",
"href": "https://github.com/FailSpy/abliterator",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Llama-MopeyMule-3-8B-Instruct model (+ notebook) ",
"raw": "- Llama-MopeyMule-3-8B-Instruct model (+ notebook) ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule",
"href": null,
"resource": {
"type": "model",
"id": "failspy/Llama-3-8B-Instruct-MopeyMule",
"discussionNum": null
},
"url": "https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | How to alter the behavior of a Language Model without fine-tuning or prompting? Say hello to 🎤 yo-Llama 🦙!
Model https://huggingface.co/anakin87/yo-Llama-3-8B-Instruct
This experiment steers Llama-3-8B-Instruct to respond in a rap style.
How? Amplifying the rap direction in the activation space. 😎
𝐖𝐡𝐚𝐭 𝐬𝐩𝐚𝐫𝐤𝐞𝐝 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚?
Lately, I got interested in mechanistic interpretability of LLMs.
💡 A recent paper, "Refusal in Language Models Is Mediated by a Single Direction," showed how to find the refusal direction in the activation space of Chat Language Models and either erase or amplify it.
A clever jailbreak method for open weights models.
Then, @failspy took it a step further by modifying the models to amplify different traits, such as making a model seem grumpy or irritable.
𝐇𝐨𝐰 𝐝𝐢𝐝 𝐈 𝐜𝐫𝐞𝐚𝐭𝐞 𝐲𝐨-𝐋𝐥𝐚𝐦𝐚?
(📓 notebook in the HF repository, heavily inspired by Failspy's work)
1️⃣ Load the Llama-3-8B-Instruct model.
2️⃣ Load 1024 examples from Alpaca (instruction dataset).
3️⃣ Prepare a system prompt to make the original model act like a rapper.
4️⃣ Run inference on the examples, with and without the system prompt, and cache the activations.
5️⃣ Compute the rap feature directions (one for each layer) from the activations.
6️⃣ Apply the feature directions one by one, checking the results on some examples.
7️⃣ Pick the best-performing feature direction.
8️⃣ Apply this feature direction and voilà!
yo-Llama-3-8B-Instruct is born! 🥳🎶
This was a fun experiment.
📚 Resources
Refusal in Language Models Is Mediated by a Single Direction - https://arxiv.org/abs/2406.11717
Uncensor any LLM with abliteration: great practical blog post by @mlabonne https://huggingface.co/blog/mlabonne/abliteration
Practical materials by @failspy
- abliterator library https://github.com/FailSpy/abliterator
- Llama-MopeyMule-3-8B-Instruct model (+ notebook) https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/626505d493e0b04d75710566/9rfJc9ORXU9J5a42Ev3v6.png",
"fullname": "Stefano Fiorucci",
"name": "anakin87",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 66,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/626505d493e0b04d75710566/LZVb3o2aEg8ZKj4vBLnKE.gif"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6617589592abaae4ecc0a272/kz5CJg8gfQTnXchGQe-NV.png",
"fullname": "fs",
"name": "failspy",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 390
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61b8e2ba285851687028d395/JtUGAwVh_4cDEsjNcfpye.png",
"fullname": "Maxime Labonne",
"name": "mlabonne",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 3486
}
] | [
{
"reaction": "❤️",
"users": [
"mlabonne",
"diwank",
"YaTharThShaRma999",
"Korakoe"
],
"count": 4
}
] | 2024-07-01T07:40:13.000Z | 2024-07-01T07:42:22.882Z | [] | /posts/anakin87/701696175282841 | 1,034 | 0 |
756717091740072 | [
{
"type": "text",
"value": "🚀 Llama-3-ELYZA-JP-8B",
"raw": "🚀 Llama-3-ELYZA-JP-8B",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "ELYZA, Inc. has developed two large language models (LLMs) for Japanese called \"Llama-3-ELYZA-JP-70B\" with 70 billion parameters and \"Llama-3-ELYZA-JP-8B\" with 8 billion parameters, based on Meta's \"Llama 3\" series. These models have been fine-tuned through additional pre-training and post-training to improve Japanese language capabilities significantly.",
"raw": "ELYZA, Inc. has developed two large language models (LLMs) for Japanese called \"Llama-3-ELYZA-JP-70B\" with 70 billion parameters and \"Llama-3-ELYZA-JP-8B\" with 8 billion parameters, based on Meta's \"Llama 3\" series. These models have been fine-tuned through additional pre-training and post-training to improve Japanese language capabilities significantly.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Key Points:",
"raw": "Key Points:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Performance: ",
"raw": "Performance: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Llama-3-ELYZA-JP-70B surpasses global models such as GPT-4, Claude 3 Sonnet, and Gemini 1.5 Flash.",
"raw": "- Llama-3-ELYZA-JP-70B surpasses global models such as GPT-4, Claude 3 Sonnet, and Gemini 1.5 Flash.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Llama-3-ELYZA-JP-8B matches models like GPT-3.5 Turbo and Claude 3 Haiku despite having fewer parameters.",
"raw": "- Llama-3-ELYZA-JP-8B matches models like GPT-3.5 Turbo and Claude 3 Haiku despite having fewer parameters.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Availability:",
"raw": "Availability:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- The 8B model is available on Hugging Face Hub and can be used for both research and commercial purposes under the Llama 3 Community License.",
"raw": "- The 8B model is available on Hugging Face Hub and can be used for both research and commercial purposes under the Llama 3 Community License.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Methodology:",
"raw": "Methodology:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ELYZA enhanced the Japanese performance of the Llama 3 models through additional training with high-quality Japanese corpora and Instruction Tuning with proprietary datasets.",
"raw": "- ELYZA enhanced the Japanese performance of the Llama 3 models through additional training with high-quality Japanese corpora and Instruction Tuning with proprietary datasets.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Benchmarks:",
"raw": "Benchmarks:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Evaluations using ELYZA Tasks 100 and Japanese MT-Bench showed significant improvements in Japanese language generation.",
"raw": "- Evaluations using ELYZA Tasks 100 and Japanese MT-Bench showed significant improvements in Japanese language generation.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Inference Speed:",
"raw": "Inference Speed:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- To address inference speed issues due to model size, ELYZA implemented Speculative Decoding, which achieved up to 1.6 times faster inference for the 70B model.",
"raw": "- To address inference speed issues due to model size, ELYZA implemented Speculative Decoding, which achieved up to 1.6 times faster inference for the 70B model.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Overall, ELYZA's models demonstrate state-of-the-art performance in Japanese language tasks and are optimized for both efficiency and effectiveness.",
"raw": "Overall, ELYZA's models demonstrate state-of-the-art performance in Japanese language tasks and are optimized for both efficiency and effectiveness.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model URL:",
"raw": "Model URL:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ",
"raw": "- ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B",
"href": null,
"resource": {
"type": "model",
"id": "elyza/Llama-3-ELYZA-JP-8B",
"discussionNum": null
},
"url": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ",
"raw": "- ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-AWQ",
"href": null,
"resource": {
"type": "model",
"id": "elyza/Llama-3-ELYZA-JP-8B-AWQ",
"discussionNum": null
},
"url": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-AWQ",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ",
"raw": "- ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-GGUF",
"href": null,
"resource": {
"type": "model",
"id": "elyza/Llama-3-ELYZA-JP-8B-GGUF",
"discussionNum": null
},
"url": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-GGUF",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Blog post (in Japanese):",
"raw": "Blog post (in Japanese):",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://note.com/elyza/n/n360b6084fdbd",
"href": "https://note.com/elyza/n/n360b6084fdbd",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🚀 Llama-3-ELYZA-JP-8B
ELYZA, Inc. has developed two large language models (LLMs) for Japanese called "Llama-3-ELYZA-JP-70B" with 70 billion parameters and "Llama-3-ELYZA-JP-8B" with 8 billion parameters, based on Meta's "Llama 3" series. These models have been fine-tuned through additional pre-training and post-training to improve Japanese language capabilities significantly.
Key Points:
Performance:
- Llama-3-ELYZA-JP-70B surpasses global models such as GPT-4, Claude 3 Sonnet, and Gemini 1.5 Flash.
- Llama-3-ELYZA-JP-8B matches models like GPT-3.5 Turbo and Claude 3 Haiku despite having fewer parameters.
Availability:
- The 8B model is available on Hugging Face Hub and can be used for both research and commercial purposes under the Llama 3 Community License.
Methodology:
- ELYZA enhanced the Japanese performance of the Llama 3 models through additional training with high-quality Japanese corpora and Instruction Tuning with proprietary datasets.
Benchmarks:
- Evaluations using ELYZA Tasks 100 and Japanese MT-Bench showed significant improvements in Japanese language generation.
Inference Speed:
- To address inference speed issues due to model size, ELYZA implemented Speculative Decoding, which achieved up to 1.6 times faster inference for the 70B model.
Overall, ELYZA's models demonstrate state-of-the-art performance in Japanese language tasks and are optimized for both efficiency and effectiveness.
Model URL:
- https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B
- https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-AWQ
- https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B-GGUF
Blog post (in Japanese):
https://note.com/elyza/n/n360b6084fdbd | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61a32e422172c41f121589d2/8jExNd-9fenpqw_Z1rvL6.jpeg",
"fullname": "Kaito Sugimoto",
"name": "kaisugi",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 12,
"isFollowing": false
} | [] | [] | [] | 2024-07-01T04:03:13.000Z | 2024-07-01T04:05:07.428Z | [] | /posts/kaisugi/756717091740072 | 740 | 0 |
611371069193643 | [
{
"type": "text",
"value": "📢 I've tested google/Gemma-2-9b-it in Target Sentiment Analysis (TSA), in zero-shot learning mode on RuSentNE-2023 dataset with texts translated into English (🇺🇸).",
"raw": "📢 I've tested google/Gemma-2-9b-it in Target Sentiment Analysis (TSA), in zero-shot learning mode on RuSentNE-2023 dataset with texts translated into English (🇺🇸).",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔎 Findings: The key contribution with the most recent Gemma-2 release is reasoning alignment between different langauges. This is basically the first model under 10B category which shows equal results in English and non-english texts. In the case of texts in English it performs similar to LLaMa-3-8B / Mistal-7B",
"raw": "🔎 Findings: The key contribution with the most recent Gemma-2 release is reasoning alignment between different langauges. This is basically the first model under 10B category which shows equal results in English and non-english texts. In the case of texts in English it performs similar to LLaMa-3-8B / Mistal-7B",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model: ",
"raw": "Model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/google/gemma-2-9b-it",
"href": null,
"resource": {
"type": "model",
"id": "google/gemma-2-9b-it",
"discussionNum": null
},
"url": "https://huggingface.co/google/gemma-2-9b-it",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Benchmark: ",
"raw": "Benchmark: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"href": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 📢 I've tested google/Gemma-2-9b-it in Target Sentiment Analysis (TSA), in zero-shot learning mode on RuSentNE-2023 dataset with texts translated into English (🇺🇸).
🔎 Findings: The key contribution with the most recent Gemma-2 release is reasoning alignment between different langauges. This is basically the first model under 10B category which shows equal results in English and non-english texts. In the case of texts in English it performs similar to LLaMa-3-8B / Mistal-7B
Model: https://huggingface.co/google/gemma-2-9b-it
Benchmark: https://github.com/nicolay-r/RuSentNE-LLM-Benchmark | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64e62d11d27a8292c3637f86/aptDeBHpCJxcREj6KPLN1.jpeg",
"fullname": "Nicolay Rusnachenko",
"name": "nicolay-r",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 49,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64e62d11d27a8292c3637f86/GdSXOk3hPMJ0AbaxgE1yV.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64e62d11d27a8292c3637f86/Zf3gc6DD7wkxIpMMF_6uI.png"
}
] | [] | [
{
"reaction": "👍",
"users": [
"victor"
],
"count": 1
}
] | 2024-06-30T21:14:32.000Z | 2024-06-30T21:15:11.434Z | [] | /posts/nicolay-r/611371069193643 | 712 | 0 |
370398505829604 | [
{
"type": "text",
"value": "📅 Remember when at the beginning of the year ",
"raw": "📅 Remember when at the beginning of the year ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Google",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Google",
"label": null,
"lang": null
},
{
"type": "text",
"value": " gave an update on knowledge distillation! Introducing a way of learning from Self-Generated Mistakes?",
"raw": " gave an update on knowledge distillation! Introducing a way of learning from Self-Generated Mistakes?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📊 Resulting in significant improvements across tasks:",
"raw": "📊 Resulting in significant improvements across tasks:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- 📄 2.1x in summarization",
"raw": "- 📄 2.1x in summarization",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- 🌐 1.7x in translation ",
"raw": "- 🌐 1.7x in translation ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- 🧠 1.9x in reasoning tasks",
"raw": "- 🧠 1.9x in reasoning tasks",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 Well, it looks like Google wasn't messing around! According to the Gemma 2 tech report, knowledge distillation was used to pre-train the 9B model, while the 27B model was pre-trained from scratch.",
"raw": "🚀 Well, it looks like Google wasn't messing around! According to the Gemma 2 tech report, knowledge distillation was used to pre-train the 9B model, while the 27B model was pre-trained from scratch.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📈 For post-training, the Gemma 2 team generated completions from a stronger teacher model (unspecified in the report, but presumably Gemini Ultra), and then trained the student models on this synthetic data with SFT. This is quite common as seen in many open models, such as Zephyr and OpenHermes.",
"raw": "📈 For post-training, the Gemma 2 team generated completions from a stronger teacher model (unspecified in the report, but presumably Gemini Ultra), and then trained the student models on this synthetic data with SFT. This is quite common as seen in many open models, such as Zephyr and OpenHermes.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🤔 Sounds too good to be true? These models suffer from distribution mismatch between output sequences seen during training and those generated by the student during inference.",
"raw": "🤔 Sounds too good to be true? These models suffer from distribution mismatch between output sequences seen during training and those generated by the student during inference.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📰 This is where the January 2024 paper \"On-Policy Distillation of Language Models\" comes in...",
"raw": "📰 This is where the January 2024 paper \"On-Policy Distillation of Language Models\" comes in...",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔍 Gemma 2 team used “on-policy distillation,” where the student generates completions from the SFT prompts. These completions are then used to compute the KL divergence between the teacher’s and student’s logits. By minimizing the KL divergence throughout training, the student learns to model the behavior of the teacher accurately while also minimizing the train-inference mismatch.",
"raw": "🔍 Gemma 2 team used “on-policy distillation,” where the student generates completions from the SFT prompts. These completions are then used to compute the KL divergence between the teacher’s and student’s logits. By minimizing the KL divergence throughout training, the student learns to model the behavior of the teacher accurately while also minimizing the train-inference mismatch.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📚 Gem🔹 of a blog by ",
"raw": "📚 Gem🔹 of a blog by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@huggingface",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "huggingface",
"label": null,
"lang": null
},
{
"type": "text",
"value": " uncovering everything Gemma 2: ",
"raw": " uncovering everything Gemma 2: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/gemma2#knowledge-distillation",
"href": "https://huggingface.co/blog/gemma2#knowledge-distillation",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 On-Policy Distillation of Language Models: ",
"raw": "📄 On-Policy Distillation of Language Models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2306.13649",
"href": null,
"resource": {
"type": "paper",
"id": "2306.13649",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2306.13649",
"code": null,
"user": null,
"label": "On-Policy Distillation of Language Models: Learning from Self-Generated\n Mistakes (2306.13649)",
"lang": null
}
] | 📅 Remember when at the beginning of the year @Google gave an update on knowledge distillation! Introducing a way of learning from Self-Generated Mistakes?
📊 Resulting in significant improvements across tasks:
- 📄 2.1x in summarization
- 🌐 1.7x in translation
- 🧠 1.9x in reasoning tasks
🚀 Well, it looks like Google wasn't messing around! According to the Gemma 2 tech report, knowledge distillation was used to pre-train the 9B model, while the 27B model was pre-trained from scratch.
📈 For post-training, the Gemma 2 team generated completions from a stronger teacher model (unspecified in the report, but presumably Gemini Ultra), and then trained the student models on this synthetic data with SFT. This is quite common as seen in many open models, such as Zephyr and OpenHermes.
🤔 Sounds too good to be true? These models suffer from distribution mismatch between output sequences seen during training and those generated by the student during inference.
📰 This is where the January 2024 paper "On-Policy Distillation of Language Models" comes in...
🔍 Gemma 2 team used “on-policy distillation,” where the student generates completions from the SFT prompts. These completions are then used to compute the KL divergence between the teacher’s and student’s logits. By minimizing the KL divergence throughout training, the student learns to model the behavior of the teacher accurately while also minimizing the train-inference mismatch.
📚 Gem🔹 of a blog by @huggingface uncovering everything Gemma 2: https://huggingface.co/blog/gemma2#knowledge-distillation
📄 On-Policy Distillation of Language Models: https://huggingface.co/papers/2306.13649 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/662bf5bfe93bb73804ef9344/WXYLnjjJ4SROkoveIi7If.png",
"fullname": "Kuldeep Singh Sidhu",
"name": "singhsidhukuldeep",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 219,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/662bf5bfe93bb73804ef9344/e5TcnWXzw0V2EUjg0yGKG.webp"
}
] | [] | [] | 2024-06-30T21:06:13.000Z | 2024-06-30T21:06:13.881Z | [] | /posts/singhsidhukuldeep/370398505829604 | 506 | 0 |
188611564555373 | [
{
"type": "text",
"value": "LLM-Assisted Patching of Polyfill Supply Chain Attack",
"raw": "LLM-Assisted Patching of Polyfill Supply Chain Attack",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "A recent supply chain attack on polyfill.io affected over 100,000 websites (see ",
"raw": "A recent supply chain attack on polyfill.io affected over 100,000 websites (see ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.patched.codes/blog/patching-the-polyfill-supply-chain-attack",
"href": "https://www.patched.codes/blog/patching-the-polyfill-supply-chain-attack",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "). To address this issue, we show how developers can leverage Large Language Models (LLMs) for efficient vulnerability patching:",
"raw": "). To address this issue, we show how developers can leverage Large Language Models (LLMs) for efficient vulnerability patching:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1. Automated Detection: Using Semgrep rules (see ",
"raw": "1. Automated Detection: Using Semgrep rules (see ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://semgrep.dev/playground/r/KxUvD7w/asankhaya_personal_org.polyfill-compromise-copy",
"href": "https://semgrep.dev/playground/r/KxUvD7w/asankhaya_personal_org.polyfill-compromise-copy",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") to identify vulnerable code.",
"raw": ") to identify vulnerable code.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2. LLM-Powered Patching: Utilizing Patchwork (",
"raw": "2. LLM-Powered Patching: Utilizing Patchwork (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/patched-codes/patchwork",
"href": "https://github.com/patched-codes/patchwork",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "), an open-source solution that employs LLMs to automatically fix vulnerabilities.",
"raw": "), an open-source solution that employs LLMs to automatically fix vulnerabilities.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "3. Custom Workflows: The \"Fixpolyfill\" patchflow (",
"raw": "3. Custom Workflows: The \"Fixpolyfill\" patchflow (",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/patched-codes/patchwork-configs/tree/main/patchflows/Fixpolyfill",
"href": "https://github.com/patched-codes/patchwork-configs/tree/main/patchflows/Fixpolyfill",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") , tailored for this specific attack, can be easily run across multiple repositories.",
"raw": ") , tailored for this specific attack, can be easily run across multiple repositories.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "4. Scalable Solutions: Options to scan and patch entire GitHub/GitLab organizations, with automated pull request generation.",
"raw": "4. Scalable Solutions: Options to scan and patch entire GitHub/GitLab organizations, with automated pull request generation.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "5. Rapid Response: LLM-assisted patching enables swift action to minimize damage from supply chain attacks.",
"raw": "5. Rapid Response: LLM-assisted patching enables swift action to minimize damage from supply chain attacks.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This approach demonstrates how LLMs can be effectively used to quickly respond to and remediate widespread security vulnerabilities in code.",
"raw": "This approach demonstrates how LLMs can be effectively used to quickly respond to and remediate widespread security vulnerabilities in code.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | LLM-Assisted Patching of Polyfill Supply Chain Attack
A recent supply chain attack on polyfill.io affected over 100,000 websites (see https://www.patched.codes/blog/patching-the-polyfill-supply-chain-attack). To address this issue, we show how developers can leverage Large Language Models (LLMs) for efficient vulnerability patching:
1. Automated Detection: Using Semgrep rules (see https://semgrep.dev/playground/r/KxUvD7w/asankhaya_personal_org.polyfill-compromise-copy) to identify vulnerable code.
2. LLM-Powered Patching: Utilizing Patchwork (https://github.com/patched-codes/patchwork), an open-source solution that employs LLMs to automatically fix vulnerabilities.
3. Custom Workflows: The "Fixpolyfill" patchflow (https://github.com/patched-codes/patchwork-configs/tree/main/patchflows/Fixpolyfill) , tailored for this specific attack, can be easily run across multiple repositories.
4. Scalable Solutions: Options to scan and patch entire GitHub/GitLab organizations, with automated pull request generation.
5. Rapid Response: LLM-assisted patching enables swift action to minimize damage from supply chain attacks.
This approach demonstrates how LLMs can be effectively used to quickly respond to and remediate widespread security vulnerabilities in code. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1677134945205-62f32eab52ad88c930bb3f3b.png",
"fullname": "Asankhaya Sharma",
"name": "codelion",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 46,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/62f32eab52ad88c930bb3f3b/j9Jr3JuX0qTCp1qVBGOEr.png"
}
] | [] | [
{
"reaction": "🤯",
"users": [
"codelion",
"netynet"
],
"count": 2
},
{
"reaction": "👍",
"users": [
"Priyankvadaliya",
"codelion"
],
"count": 2
},
{
"reaction": "👀",
"users": [
"codelion"
],
"count": 1
},
{
"reaction": "🔥",
"users": [
"codelion"
],
"count": 1
}
] | 2024-06-30T12:13:06.000Z | 2024-06-30T12:13:06.499Z | [] | /posts/codelion/188611564555373 | 2,226 | 0 |
394252378846641 | [
{
"type": "text",
"value": "New LoRA Model!",
"raw": "New LoRA Model!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I trained this model on a new spot I'm really excited to share (soon!) ",
"raw": "I trained this model on a new spot I'm really excited to share (soon!) ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This Monday I will be posting my first beginning to end blog showing the tool I've used, dataset, captioning techniques, and parameters to finetune this LoRA.",
"raw": "This Monday I will be posting my first beginning to end blog showing the tool I've used, dataset, captioning techniques, and parameters to finetune this LoRA.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "For now, check out the model in the link below.",
"raw": "For now, check out the model in the link below.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/alvdansen/m3lt",
"href": null,
"resource": {
"type": "model",
"id": "alvdansen/m3lt",
"discussionNum": null
},
"url": "https://huggingface.co/alvdansen/m3lt",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | New LoRA Model!
I trained this model on a new spot I'm really excited to share (soon!)
This Monday I will be posting my first beginning to end blog showing the tool I've used, dataset, captioning techniques, and parameters to finetune this LoRA.
For now, check out the model in the link below.
https://huggingface.co/alvdansen/m3lt | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/8nBz5_dZrYVH4E4ilbLER.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/GH61hOM5EFH9GvZeFgbq5.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/390NIDPGQ6MG5ZIPJAaJG.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/8kr0TXiioLqqCHb2eSNHB.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/dGhxd2G-LIoj6qIG8L0tJ.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/AVWs-06t8GQnHhearyN-U.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/8qL5a27KK5UCl7UubJQd0.jpeg"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999",
"multimodalart",
"not-lain",
"netynet",
"Limbicnation",
"nehalecky",
"alvdansen",
"9voltfan2009",
"HyperBlaze",
"seasnake",
"HarshitJoshi",
"adarshxs",
"AnkitAI",
"techdonCooper",
"afpro",
"victor",
"yuriachermann",
"louisbrulenaudet",
"beratcmn",
"ashemvets"
],
"count": 20
},
{
"reaction": "👍",
"users": [
"shamy777",
"victor",
"fffiloni"
],
"count": 3
},
{
"reaction": "❤️",
"users": [
"ijohn07",
"stinkyyy"
],
"count": 2
},
{
"reaction": "😔",
"users": [
"skcandx"
],
"count": 1
}
] | 2024-06-29T22:09:34.000Z | 2024-07-01T06:49:15.927Z | [
{
"avatarUrl": "/avatars/8473d30b909208e7dd5828620bcb4ce1.svg",
"fullname": "Wallow",
"name": "Viktor1233",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 2,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
},
{
"avatarUrl": "/avatars/79ea59365e351861711176b81708ed73.svg",
"fullname": "serveryang",
"name": "serveryang",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/alvdansen/394252378846641 | 5,740 | 5 |
807156614095198 | [
{
"type": "text",
"value": "How to Use SwarmUI & Stable Diffusion 3 on Cloud Services Kaggle (free), Massed Compute & RunPod : ",
"raw": "How to Use SwarmUI & Stable Diffusion 3 on Cloud Services Kaggle (free), Massed Compute & RunPod : ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/XFUZof6Skkw",
"href": "https://youtu.be/XFUZof6Skkw",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Tutorial link : ",
"raw": "Tutorial link : ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/XFUZof6Skkw",
"href": "https://youtu.be/XFUZof6Skkw",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It has manually written captions / subtitles and also video chapters.",
"raw": "It has manually written captions / subtitles and also video chapters.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "If you are a GPU poor this is the video you need",
"raw": "If you are a GPU poor this is the video you need",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "In this video, I demonstrate how to install and use #SwarmUI on cloud services. If you lack a powerful GPU or wish to harness more GPU power, this video is essential. You'll learn how to install and utilize SwarmUI, one of the most powerful Generative AI interfaces, on Massed Compute, RunPod, and Kaggle (which offers free dual T4 GPU access for 30 hours weekly). This tutorial will enable you to use SwarmUI on cloud GPU providers as easily and efficiently as on your local PC. Moreover, I will show how to use Stable Diffusion 3 (#SD3) on cloud. SwarmUI uses #ComfyUI backend.",
"raw": "In this video, I demonstrate how to install and use #SwarmUI on cloud services. If you lack a powerful GPU or wish to harness more GPU power, this video is essential. You'll learn how to install and utilize SwarmUI, one of the most powerful Generative AI interfaces, on Massed Compute, RunPod, and Kaggle (which offers free dual T4 GPU access for 30 hours weekly). This tutorial will enable you to use SwarmUI on cloud GPU providers as easily and efficiently as on your local PC. Moreover, I will show how to use Stable Diffusion 3 (#SD3) on cloud. SwarmUI uses #ComfyUI backend.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ ",
"raw": "🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.patreon.com/posts/stableswarmui-3-106135985",
"href": "https://www.patreon.com/posts/stableswarmui-3-106135985",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 Windows Tutorial for Learn How to Use SwarmUI ➡️ ",
"raw": "🔗 Windows Tutorial for Learn How to Use SwarmUI ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/HKX8_F1Er_w",
"href": "https://youtu.be/HKX8_F1Er_w",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 How to download models very fast to Massed Compute, RunPod and Kaggle and how to upload models or files to Hugging Face very fast tutorial ➡️ ",
"raw": "🔗 How to download models very fast to Massed Compute, RunPod and Kaggle and how to upload models or files to Hugging Face very fast tutorial ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/X5WVZ0NMaTg",
"href": "https://youtu.be/X5WVZ0NMaTg",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 SECourses Discord ➡️ ",
"raw": "🔗 SECourses Discord ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://discord.com/servers/software-engineering-courses-secourses-772774097734074388",
"href": "https://discord.com/servers/software-engineering-courses-secourses-772774097734074388",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 Stable Diffusion GitHub Repo (Please Star, Fork and Watch) ➡️ ",
"raw": "🔗 Stable Diffusion GitHub Repo (Please Star, Fork and Watch) ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/FurkanGozukara/Stable-Diffusion",
"href": "https://github.com/FurkanGozukara/Stable-Diffusion",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Coupon Code for Massed Compute : SECourses",
"raw": "Coupon Code for Massed Compute : SECourses",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Coupon works on Alt Config RTX A6000 and also RTX A6000 GPUs",
"raw": "Coupon works on Alt Config RTX A6000 and also RTX A6000 GPUs",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | How to Use SwarmUI & Stable Diffusion 3 on Cloud Services Kaggle (free), Massed Compute & RunPod : https://youtu.be/XFUZof6Skkw
Tutorial link : https://youtu.be/XFUZof6Skkw
It has manually written captions / subtitles and also video chapters.
If you are a GPU poor this is the video you need
In this video, I demonstrate how to install and use #SwarmUI on cloud services. If you lack a powerful GPU or wish to harness more GPU power, this video is essential. You'll learn how to install and utilize SwarmUI, one of the most powerful Generative AI interfaces, on Massed Compute, RunPod, and Kaggle (which offers free dual T4 GPU access for 30 hours weekly). This tutorial will enable you to use SwarmUI on cloud GPU providers as easily and efficiently as on your local PC. Moreover, I will show how to use Stable Diffusion 3 (#SD3) on cloud. SwarmUI uses #ComfyUI backend.
🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ https://www.patreon.com/posts/stableswarmui-3-106135985
🔗 Windows Tutorial for Learn How to Use SwarmUI ➡️ https://youtu.be/HKX8_F1Er_w
🔗 How to download models very fast to Massed Compute, RunPod and Kaggle and how to upload models or files to Hugging Face very fast tutorial ➡️ https://youtu.be/X5WVZ0NMaTg
🔗 SECourses Discord ➡️ https://discord.com/servers/software-engineering-courses-secourses-772774097734074388
🔗 Stable Diffusion GitHub Repo (Please Star, Fork and Watch) ➡️ https://github.com/FurkanGozukara/Stable-Diffusion
Coupon Code for Massed Compute : SECourses
Coupon works on Alt Config RTX A6000 and also RTX A6000 GPUs
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1672531901326-6345bd89fe134dfd7a0dba40.png",
"fullname": "Furkan Gözükara",
"name": "MonsterMMORPG",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 376,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/Hdn_e91CWCWCbZ5NM-yJE.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/OdNz9P50htXhKs5jLpP-T.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/lax7r8Ggr4GLPFJWIkQro.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"alvdansen"
],
"count": 1
}
] | 2024-06-29T18:15:12.000Z | 2024-06-29T18:15:12.268Z | [] | /posts/MonsterMMORPG/807156614095198 | 1,136 | 0 |
946914898178824 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've been playing with Claude, and we decided to tackle a real thorn in my side.",
"raw": "I've been playing with Claude, and we decided to tackle a real thorn in my side.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "\"The Truthiness Model\" - Analyze arbitrary input text for \"truthiness\", or likelihood of containing true information according to seed text.",
"raw": "\"The Truthiness Model\" - Analyze arbitrary input text for \"truthiness\", or likelihood of containing true information according to seed text.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "P.S. Yes, v1 was broken. I saw the loss rate going down and go excited. Anyway, it just needed some data and a rollback, me and Claude got WAY too carried away trying to tack on features.",
"raw": "P.S. Yes, v1 was broken. I saw the loss rate going down and go excited. Anyway, it just needed some data and a rollback, me and Claude got WAY too carried away trying to tack on features.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Anyway, fixed now, and working! :D",
"raw": "Anyway, fixed now, and working! :D",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "http://samuelmeyerscode.serveblog.net/?p=49",
"href": "http://samuelmeyerscode.serveblog.net/?p=49",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hello!
I've been playing with Claude, and we decided to tackle a real thorn in my side.
"The Truthiness Model" - Analyze arbitrary input text for "truthiness", or likelihood of containing true information according to seed text.
P.S. Yes, v1 was broken. I saw the loss rate going down and go excited. Anyway, it just needed some data and a rollback, me and Claude got WAY too carried away trying to tack on features.
Anyway, fixed now, and working! :D
http://samuelmeyerscode.serveblog.net/?p=49 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👀",
"users": [
"Ramikan-BR"
],
"count": 1
}
] | 2024-06-29T15:56:59.000Z | 2024-06-30T09:04:18.689Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6316fb937b0ee0136e5f1220/poHBoJ7QAF_s2CCaosdvQ.jpeg",
"fullname": "Firstname Lastname",
"name": "takeraparterer",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 29,
"isFollowing": false
},
{
"avatarUrl": "/avatars/54483699273ac58a4a6fe1fa4aab65fe.svg",
"fullname": "Robert Sinclair",
"name": "ZeroWw",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
}
] | /posts/MrOvkill/946914898178824 | 845 | 8 |
613909959828143 | [
{
"type": "text",
"value": "🤗 Hi HF Community!",
"raw": "🤗 Hi HF Community!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧬 As you may now, Evolutionary Scale recently released ",
"raw": "🧬 As you may now, Evolutionary Scale recently released ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/EvolutionaryScale/esm3-sm-open-v1",
"href": null,
"resource": {
"type": "model",
"id": "EvolutionaryScale/esm3-sm-open-v1",
"discussionNum": null
},
"url": "https://huggingface.co/EvolutionaryScale/esm3-sm-open-v1",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " model here on the Hub, \"a frontier generative model for biology, able to jointly reason across three fundamental biological properties of proteins: sequence, structure, and function\" - as it is described on the dedicated GitHub page.",
"raw": " model here on the Hub, \"a frontier generative model for biology, able to jointly reason across three fundamental biological properties of proteins: sequence, structure, and function\" - as it is described on the dedicated GitHub page.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "⚡ If you are curious about it and you want to try it out, you can do it with a space I built, ",
"raw": "⚡ If you are curious about it and you want to try it out, you can do it with a space I built, ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/as-cle-bert/proteins-with-esm",
"href": null,
"resource": {
"type": "space",
"id": "as-cle-bert/proteins-with-esm",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/as-cle-bert/proteins-with-esm",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Hope this helps with your research!🚀",
"raw": "Hope this helps with your research!🚀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🤗 Hi HF Community!
🧬 As you may now, Evolutionary Scale recently released https://huggingface.co/EvolutionaryScale/esm3-sm-open-v1 model here on the Hub, "a frontier generative model for biology, able to jointly reason across three fundamental biological properties of proteins: sequence, structure, and function" - as it is described on the dedicated GitHub page.
⚡ If you are curious about it and you want to try it out, you can do it with a space I built, https://huggingface.co/spaces/as-cle-bert/proteins-with-esm
Hope this helps with your research!🚀 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65e330e7edc2f7306e252448/ucpk9c8x0UafGM4mXTrRy.jpeg",
"fullname": "Astra Clelia Bertelli",
"name": "as-cle-bert",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 650,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"introvoyz041",
"monsoon-nlp",
"prithivMLmods",
"not-lain",
"BrotherMichaels",
"arslan2012",
"Zhofang"
],
"count": 7
},
{
"reaction": "👀",
"users": [
"not-lain",
"BrotherMichaels",
"Zhofang"
],
"count": 3
}
] | 2024-06-28T23:02:31.000Z | 2024-06-28T23:50:43.212Z | [] | /posts/as-cle-bert/613909959828143 | 3,628 | 0 |
767070883111998 | [
{
"type": "text",
"value": "We all agree ",
"raw": "We all agree ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/google/gemma-2-27b-it",
"href": null,
"resource": {
"type": "model",
"id": "google/gemma-2-27b-it",
"discussionNum": null
},
"url": "https://huggingface.co/google/gemma-2-27b-it",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " is trash, right?",
"raw": " is trash, right?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | We all agree https://huggingface.co/google/gemma-2-27b-it is trash, right? | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/659f000b83abded48e190901/BnXL_XYbVX6PHngfQLECW.png",
"fullname": "Noa Roggendorff",
"name": "nroggendorff",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 141,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"hoangkien1703",
"imshan",
"KingNish",
"danielus",
"SharryOG",
"AIIAR",
"cnmoro",
"MarinaraSpaghetti",
"netynet",
"GPT007",
"jiweiwuita"
],
"count": 11
}
] | 2024-06-28T19:34:55.000Z | 2024-06-30T23:59:20.882Z | [
{
"avatarUrl": "/avatars/54483699273ac58a4a6fe1fa4aab65fe.svg",
"fullname": "Robert Sinclair",
"name": "ZeroWw",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/62a3b2d6b5cd4b5d7f01864f/-yQzbKYaAL9TEIoZh1VaX.png",
"fullname": "Suigintou",
"name": "Shinku",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/630920925a5c889aaedc7f33/w00N19M21l2FXe6ZasSYc.jpeg",
"fullname": "Kristaller486",
"name": "kristaller486",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/663ff22b57090e5742421243/ZjbgNoTK8zrfVFc0A2y9M.png",
"fullname": "Devin J. Dawson",
"name": "unclemusclez",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 6,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/AXnwP_G2WkJ0gkBepd_t7.png",
"fullname": "Marc Kovka",
"name": "GPT007",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 7,
"isFollowing": false
},
{
"avatarUrl": "/avatars/df932694e10a6ef0e8d78aebc2ce253c.svg",
"fullname": "Peter Beks",
"name": "Kwissbeats",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/634262af8d8089ebaefd410e/pr6KcEebXTo5V2XAlpQNw.png",
"fullname": "Fizz 🏳️⚧️",
"name": "Fizzarolli",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 49,
"isFollowing": false
},
{
"avatarUrl": "/avatars/c82779fdf94f80cdb5020504f83c818b.svg",
"fullname": "Yatharth Sharma",
"name": "YaTharThShaRma999",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 14,
"isFollowing": false
}
] | /posts/nroggendorff/767070883111998 | 2,969 | 16 |
970469303672405 | [
{
"type": "text",
"value": "📢 I've tested the most recent google/Gemma-2-9b-it in Sentiment Analyis and the obtained results makes me shocked! 🤯 It end up becoming a king 👑 that showcase top-1 across all the models and categories in Target Sentiment Analysis (TSA) on non-english texts (🇷🇺). ",
"raw": "📢 I've tested the most recent google/Gemma-2-9b-it in Sentiment Analyis and the obtained results makes me shocked! 🤯 It end up becoming a king 👑 that showcase top-1 across all the models and categories in Target Sentiment Analysis (TSA) on non-english texts (🇷🇺). ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "That's impressive to say the least, it surpassed all the other models benchmarked before and within categories of 100B and below by F1(PN) and nearly touched GPT-4 by F1(PN0). Google research team did a great job! 👏 ",
"raw": "That's impressive to say the least, it surpassed all the other models benchmarked before and within categories of 100B and below by F1(PN) and nearly touched GPT-4 by F1(PN0). Google research team did a great job! 👏 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model: ",
"raw": "Model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/google/gemma-2-9b-it",
"href": null,
"resource": {
"type": "model",
"id": "google/gemma-2-9b-it",
"discussionNum": null
},
"url": "https://huggingface.co/google/gemma-2-9b-it",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Benchmark: ",
"raw": "Benchmark: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"href": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 📢 I've tested the most recent google/Gemma-2-9b-it in Sentiment Analyis and the obtained results makes me shocked! 🤯 It end up becoming a king 👑 that showcase top-1 across all the models and categories in Target Sentiment Analysis (TSA) on non-english texts (🇷🇺).
That's impressive to say the least, it surpassed all the other models benchmarked before and within categories of 100B and below by F1(PN) and nearly touched GPT-4 by F1(PN0). Google research team did a great job! 👏
Model: https://huggingface.co/google/gemma-2-9b-it
Benchmark: https://github.com/nicolay-r/RuSentNE-LLM-Benchmark
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64e62d11d27a8292c3637f86/aptDeBHpCJxcREj6KPLN1.jpeg",
"fullname": "Nicolay Rusnachenko",
"name": "nicolay-r",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 49,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64e62d11d27a8292c3637f86/wR8zEQLW3F-fU_QqAoQsT.png"
}
] | [] | [] | 2024-06-28T19:29:20.000Z | 2024-06-28T19:49:26.262Z | [] | /posts/nicolay-r/970469303672405 | 873 | 0 |
951391433852192 | [
{
"type": "text",
"value": "Hi Huggingfacers! ",
"raw": "Hi Huggingfacers! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Thrilled to introduce Adam-mini, an optimizer that achieves on-par or better performance than AdamW with 45% to 50% less memory footprint. Adam-mini can also achieve 49.5% higher throughput than AdamW on Llama2-7B pre-training.",
"raw": "Thrilled to introduce Adam-mini, an optimizer that achieves on-par or better performance than AdamW with 45% to 50% less memory footprint. Adam-mini can also achieve 49.5% higher throughput than AdamW on Llama2-7B pre-training.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The design of Adam-mini is inspired by certain Hessian structures we observed on Transformers. ",
"raw": "The design of Adam-mini is inspired by certain Hessian structures we observed on Transformers. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Feel free to try it out! Try switching to Adam-mini with the same hyperparams of AdamW, it would work with only half memory. Hope Adam-mini can help save time, cost, and energy in your tasks! ",
"raw": "Feel free to try it out! Try switching to Adam-mini with the same hyperparams of AdamW, it would work with only half memory. Hope Adam-mini can help save time, cost, and energy in your tasks! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Paper: \"Adam-mini: Use Fewer Learning Rates To Gain More\" ",
"raw": "Paper: \"Adam-mini: Use Fewer Learning Rates To Gain More\" ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2406.16793",
"href": "https://arxiv.org/abs/2406.16793",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Code: ",
"raw": "Code: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/zyushun/Adam-mini",
"href": "https://github.com/zyushun/Adam-mini",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hi Huggingfacers!
Thrilled to introduce Adam-mini, an optimizer that achieves on-par or better performance than AdamW with 45% to 50% less memory footprint. Adam-mini can also achieve 49.5% higher throughput than AdamW on Llama2-7B pre-training.
The design of Adam-mini is inspired by certain Hessian structures we observed on Transformers.
Feel free to try it out! Try switching to Adam-mini with the same hyperparams of AdamW, it would work with only half memory. Hope Adam-mini can help save time, cost, and energy in your tasks!
Paper: "Adam-mini: Use Fewer Learning Rates To Gain More" https://arxiv.org/abs/2406.16793
Code: https://github.com/zyushun/Adam-mini
| {
"avatarUrl": "/avatars/df7167db084ab6f10b7aed2423d82a83.svg",
"fullname": "yushun zhang",
"name": "yushun0410",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 12,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6548c940e70ffa3c07554102/4h_t55fbRxY_w28bL69kk.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"yushun0410",
"osanseviero",
"DmitryRyumin",
"louisbrulenaudet",
"kristaller486",
"Ramikan-BR",
"not-lain",
"badayvedat",
"wjmcat",
"FAU57",
"davide221",
"gogo8232",
"cnmoro",
"dillfrescott",
"netynet",
"adamelliotfields",
"cloudyu"
],
"count": 17
},
{
"reaction": "🚀",
"users": [
"yushun0410",
"sted97",
"AdemB",
"jakemannix",
"Ramikan-BR",
"Jaward",
"wjmcat",
"secretmoon",
"dillfrescott"
],
"count": 9
},
{
"reaction": "👍",
"users": [
"yushun0410",
"osanseviero",
"Rishav2000",
"Ramikan-BR",
"dashfunnydashdash",
"dillfrescott",
"meeks342"
],
"count": 7
},
{
"reaction": "❤️",
"users": [
"AdemB",
"Ramikan-BR",
"ttkciar",
"SicariusSicariiStuff",
"dillfrescott"
],
"count": 5
},
{
"reaction": "👀",
"users": [
"Ramikan-BR",
"dillfrescott"
],
"count": 2
},
{
"reaction": "🧠",
"users": [
"Ramikan-BR",
"dillfrescott"
],
"count": 2
}
] | 2024-06-28T08:52:44.000Z | 2024-06-28T13:32:37.771Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/644cb09a22d211df644a0a6c/v0EHypMU4X3Oxxf3cao_O.png",
"fullname": "Júlio César",
"name": "Ramikan-BR",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 10,
"isFollowing": false
}
] | /posts/yushun0410/951391433852192 | 4,609 | 1 |
439561083586408 | [
{
"type": "text",
"value": "I started Friday with decentralized AI using Gemma-2, and it all works without blockchain. This is what I did: ",
"raw": "I started Friday with decentralized AI using Gemma-2, and it all works without blockchain. This is what I did: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 1. Pinned Gemma-2 9B in the Interplanetary Filesystem IPFS with the LoRA fine-tuning adapters.",
"raw": " 1. Pinned Gemma-2 9B in the Interplanetary Filesystem IPFS with the LoRA fine-tuning adapters.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 2. Set up a llama-ipfs server to fetch and cache the model and adapters on the fly and inference locally.",
"raw": " 2. Set up a llama-ipfs server to fetch and cache the model and adapters on the fly and inference locally.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Now, I can use my on device AI platform across:",
"raw": "Now, I can use my on device AI platform across:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " • All my macOS automation workflows",
"raw": " • All my macOS automation workflows",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " • All my browsers",
"raw": " • All my browsers",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " • My Copilot++ in VSCode",
"raw": " • My Copilot++ in VSCode",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " • My Open Apple Intelligence (OAI, not to be confused with the other closed OAI owned by a nonprofit foundation and BigTech)",
"raw": " • My Open Apple Intelligence (OAI, not to be confused with the other closed OAI owned by a nonprofit foundation and BigTech)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The llama-ipfs server’s RPC support lets me decentralize inferencing across all my devices, supercharging computing and energy efficiency.",
"raw": "The llama-ipfs server’s RPC support lets me decentralize inferencing across all my devices, supercharging computing and energy efficiency.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Make sure you own your AI. AI in the cloud is not aligned with you, it’s aligned with the company that owns it.",
"raw": "Make sure you own your AI. AI in the cloud is not aligned with you, it’s aligned with the company that owns it.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I started Friday with decentralized AI using Gemma-2, and it all works without blockchain. This is what I did:
1. Pinned Gemma-2 9B in the Interplanetary Filesystem IPFS with the LoRA fine-tuning adapters.
2. Set up a llama-ipfs server to fetch and cache the model and adapters on the fly and inference locally.
Now, I can use my on device AI platform across:
• All my macOS automation workflows
• All my browsers
• My Copilot++ in VSCode
• My Open Apple Intelligence (OAI, not to be confused with the other closed OAI owned by a nonprofit foundation and BigTech)
The llama-ipfs server’s RPC support lets me decentralize inferencing across all my devices, supercharging computing and energy efficiency.
Make sure you own your AI. AI in the cloud is not aligned with you, it’s aligned with the company that owns it. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63f731c7d36951307fcca6bf/DMd5-Pt7YHC0agbAQ1xUc.png",
"fullname": "Mitko Vasilev",
"name": "mitkox",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 119,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63f731c7d36951307fcca6bf/Mfv6ZjGhDwMEO-JpEZtOu.mp4"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"Csplk",
"not-lain",
"HalloZoolee",
"AxelVirtual"
],
"count": 4
},
{
"reaction": "🤯",
"users": [
"Nerius",
"HalloZoolee"
],
"count": 2
},
{
"reaction": "❤️",
"users": [
"not-lain"
],
"count": 1
}
] | 2024-06-28T06:58:38.000Z | 2024-06-29T19:12:15.364Z | [
{
"avatarUrl": "/avatars/54483699273ac58a4a6fe1fa4aab65fe.svg",
"fullname": "Robert Sinclair",
"name": "ZeroWw",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
},
{
"avatarUrl": "/avatars/45b6f3e0a07a1abfd4900153bafda6dc.svg",
"fullname": "Fernando M Lemos",
"name": "fmlemos",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
}
] | /posts/mitkox/439561083586408 | 2,422 | 2 |
583183010107602 | [
{
"type": "text",
"value": "Uploaded two basic SLERP merges of ",
"raw": "Uploaded two basic SLERP merges of ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/princeton-nlp/Llama-3-Instruct-8B-SimPO",
"href": null,
"resource": {
"type": "model",
"id": "princeton-nlp/Llama-3-Instruct-8B-SimPO",
"discussionNum": null
},
"url": "https://huggingface.co/princeton-nlp/Llama-3-Instruct-8B-SimPO",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " and ",
"raw": " and ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3",
"href": null,
"resource": {
"type": "model",
"id": "UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3",
"discussionNum": null
},
"url": "https://huggingface.co/UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ", alternating the choice of base model, for people to test out and potentially use as merge fuel. (Personally, I am drawn to intelligent and attentive models, hence the experimentation.)",
"raw": ", alternating the choice of base model, for people to test out and potentially use as merge fuel. (Personally, I am drawn to intelligent and attentive models, hence the experimentation.)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge",
"href": null,
"resource": {
"type": "model",
"id": "grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge",
"discussionNum": null
},
"url": "https://huggingface.co/grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/grimjim/Llama-3-Instruct-8B-SimPO-SPPO-Iter3-merge",
"href": null,
"resource": {
"type": "model",
"id": "grimjim/Llama-3-Instruct-8B-SimPO-SPPO-Iter3-merge",
"discussionNum": null
},
"url": "https://huggingface.co/grimjim/Llama-3-Instruct-8B-SimPO-SPPO-Iter3-merge",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Uploaded two basic SLERP merges of https://huggingface.co/princeton-nlp/Llama-3-Instruct-8B-SimPO and https://huggingface.co/UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3, alternating the choice of base model, for people to test out and potentially use as merge fuel. (Personally, I am drawn to intelligent and attentive models, hence the experimentation.)
https://huggingface.co/grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
https://huggingface.co/grimjim/Llama-3-Instruct-8B-SimPO-SPPO-Iter3-merge | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65c992424936ab38ecf706b0/aq7vuHFPO1S93fwJk0Cuq.jpeg",
"fullname": "Jim Lai",
"name": "grimjim",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 166,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"fengjj123",
"osanseviero",
"John6666",
"Joseph717171"
],
"count": 4
},
{
"reaction": "❤️",
"users": [
"s3nh"
],
"count": 1
}
] | 2024-06-28T02:13:08.000Z | 2024-06-28T02:28:11.688Z | [] | /posts/grimjim/583183010107602 | 2,681 | 0 |
581079116072653 | [
{
"type": "text",
"value": "Florence-2, the new vision foundation model by Microsoft, can now run 100% locally in your browser on WebGPU, thanks to Transformers.js! 🤗🤯",
"raw": "Florence-2, the new vision foundation model by Microsoft, can now run 100% locally in your browser on WebGPU, thanks to Transformers.js! 🤗🤯",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It supports tasks like image captioning, optical character recognition, object detection, and many more! 😍 WOW!",
"raw": "It supports tasks like image captioning, optical character recognition, object detection, and many more! 😍 WOW!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Demo: ",
"raw": "- Demo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Xenova/florence2-webgpu",
"href": null,
"resource": {
"type": "space",
"id": "Xenova/florence2-webgpu",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Xenova/florence2-webgpu",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Models: ",
"raw": "- Models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/models?library=transformers.js&other=florence2",
"href": "https://huggingface.co/models?library=transformers.js&other=florence2",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Source code: ",
"raw": "- Source code: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/xenova/transformers.js/tree/v3/examples/florence2-webgpu",
"href": "https://github.com/xenova/transformers.js/tree/v3/examples/florence2-webgpu",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Florence-2, the new vision foundation model by Microsoft, can now run 100% locally in your browser on WebGPU, thanks to Transformers.js! 🤗🤯
It supports tasks like image captioning, optical character recognition, object detection, and many more! 😍 WOW!
- Demo: https://huggingface.co/spaces/Xenova/florence2-webgpu
- Models: https://huggingface.co/models?library=transformers.js&other=florence2
- Source code: https://github.com/xenova/transformers.js/tree/v3/examples/florence2-webgpu | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png",
"fullname": "Joshua",
"name": "Xenova",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 3792,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/GLzXDQxuhCDMlABvdvg8X.mp4"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"gokaygokay",
"John6666",
"badayvedat",
"bmorphism",
"Hoangthanh",
"sebastianking",
"fengjj123",
"louisbrulenaudet",
"Sylvestre",
"osanseviero",
"sted97",
"Ramikan-BR",
"sudhanshu456",
"lakkeo",
"prithivMLmods",
"JoPmt",
"vladholubiev",
"ralphilius",
"sbrandeis",
"NERDDISCO"
],
"count": 20
},
{
"reaction": "🚀",
"users": [
"fengjj123",
"John6666",
"osanseviero",
"Ramikan-BR",
"omaryshchenko",
"lamhieu"
],
"count": 6
},
{
"reaction": "👀",
"users": [
"fengjj123",
"John6666",
"osanseviero",
"Ramikan-BR"
],
"count": 4
},
{
"reaction": "❤️",
"users": [
"Ramikan-BR",
"ZeroWw",
"onlineservices"
],
"count": 3
},
{
"reaction": "🧠",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "🤝",
"users": [
"surfhb"
],
"count": 1
}
] | 2024-06-27T21:09:58.000Z | 2024-06-28T09:34:39.213Z | [] | /posts/Xenova/581079116072653 | 5,959 | 0 |
356451438291173 | [
{
"type": "text",
"value": "Hi HuggingFacers!🤗",
"raw": "Hi HuggingFacers!🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💥 If you are Bioinformaticians or Biologists, you may be familiar with BLAST, a search algorithm that allows researchers to identify the group of organisms (species, taxa...) from which DNA/Protein sequences come.",
"raw": "💥 If you are Bioinformaticians or Biologists, you may be familiar with BLAST, a search algorithm that allows researchers to identify the group of organisms (species, taxa...) from which DNA/Protein sequences come.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🥱 You may also be familiar with the difficulties to interpret long and multi-parametric results coming out from BLAST searches: here's where we can operate with LLMs, summarizing the outputs and/or replying to queries about them!",
"raw": "🥱 You may also be familiar with the difficulties to interpret long and multi-parametric results coming out from BLAST searches: here's where we can operate with LLMs, summarizing the outputs and/or replying to queries about them!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧬 You can now run BLAST for 16S rRNA bacterial sequences here on HF, summarizing and/or asking questions about the results, or make sense of your online BLAST searches uploading description tables, using the last space I built: ",
"raw": "🧬 You can now run BLAST for 16S rRNA bacterial sequences here on HF, summarizing and/or asking questions about the results, or make sense of your online BLAST searches uploading description tables, using the last space I built: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/as-cle-bert/BLAST-SummarAIzer",
"href": null,
"resource": {
"type": "space",
"id": "as-cle-bert/BLAST-SummarAIzer",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/as-cle-bert/BLAST-SummarAIzer",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Have fun and may this be helpful to your research!💻",
"raw": "Have fun and may this be helpful to your research!💻",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hi HuggingFacers!🤗
💥 If you are Bioinformaticians or Biologists, you may be familiar with BLAST, a search algorithm that allows researchers to identify the group of organisms (species, taxa...) from which DNA/Protein sequences come.
🥱 You may also be familiar with the difficulties to interpret long and multi-parametric results coming out from BLAST searches: here's where we can operate with LLMs, summarizing the outputs and/or replying to queries about them!
🧬 You can now run BLAST for 16S rRNA bacterial sequences here on HF, summarizing and/or asking questions about the results, or make sense of your online BLAST searches uploading description tables, using the last space I built: https://huggingface.co/spaces/as-cle-bert/BLAST-SummarAIzer
Have fun and may this be helpful to your research!💻 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65e330e7edc2f7306e252448/ucpk9c8x0UafGM4mXTrRy.jpeg",
"fullname": "Astra Clelia Bertelli",
"name": "as-cle-bert",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 650,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"iryneko571",
"osanseviero",
"Bettina34",
"introvoyz041",
"louisbrulenaudet"
],
"count": 5
}
] | 2024-06-27T16:48:30.000Z | 2024-06-27T16:48:50.560Z | [] | /posts/as-cle-bert/356451438291173 | 2,008 | 0 |
256938902785571 | [
{
"type": "text",
"value": "Mixture of Agents now in MLC/LMStudio/Ollama",
"raw": "Mixture of Agents now in MLC/LMStudio/Ollama",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've been a bit obsessed with the recent MoA paper and its implementation. I've noticed a HUGE upgrade in the final output and it seems to really be a great way to harness the power of a team of different LLMs. The downside is that it can be a bit slow to generate responses with the bigger models (but worth it if you want to wait). I wanted to get faster results so I made an MLC version and it actually works out great! Much quicker and the responses definitely are better than compared to just running one.",
"raw": "I've been a bit obsessed with the recent MoA paper and its implementation. I've noticed a HUGE upgrade in the final output and it seems to really be a great way to harness the power of a team of different LLMs. The downside is that it can be a bit slow to generate responses with the bigger models (but worth it if you want to wait). I wanted to get faster results so I made an MLC version and it actually works out great! Much quicker and the responses definitely are better than compared to just running one.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm going to keep working on seeing how it can be further integrated (API endpoints, RAG, synthetic data generation, etc) and will share the stuff that I can get to work decently enough :)",
"raw": "I'm going to keep working on seeing how it can be further integrated (API endpoints, RAG, synthetic data generation, etc) and will share the stuff that I can get to work decently enough :)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/severian42/MoA-MLC-Chat",
"href": "https://github.com/severian42/MoA-MLC-Chat",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/severian42/MoA-Ollama-Chat",
"href": "https://github.com/severian42/MoA-Ollama-Chat",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/severian42/MoA-LMStudio-Chat",
"href": "https://github.com/severian42/MoA-LMStudio-Chat",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Mixture of Agents now in MLC/LMStudio/Ollama
I've been a bit obsessed with the recent MoA paper and its implementation. I've noticed a HUGE upgrade in the final output and it seems to really be a great way to harness the power of a team of different LLMs. The downside is that it can be a bit slow to generate responses with the bigger models (but worth it if you want to wait). I wanted to get faster results so I made an MLC version and it actually works out great! Much quicker and the responses definitely are better than compared to just running one.
I'm going to keep working on seeing how it can be further integrated (API endpoints, RAG, synthetic data generation, etc) and will share the stuff that I can get to work decently enough :)
https://github.com/severian42/MoA-MLC-Chat
https://github.com/severian42/MoA-Ollama-Chat
https://github.com/severian42/MoA-LMStudio-Chat | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64740cf7485a7c8e1bd51ac9/CXZCJm2x4ToT83pEIYyQR.png",
"fullname": "Beckett Dillon",
"name": "Severian",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 175,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"Joseph717171",
"irfanfadhullah",
"Olafangensan"
],
"count": 3
},
{
"reaction": "🚀",
"users": [
"Joseph717171"
],
"count": 1
},
{
"reaction": "❤️",
"users": [
"Joseph717171"
],
"count": 1
},
{
"reaction": "🧠",
"users": [
"Joseph717171"
],
"count": 1
},
{
"reaction": "🤗",
"users": [
"Joseph717171"
],
"count": 1
}
] | 2024-06-27T16:00:46.000Z | 2024-06-27T16:00:46.219Z | [] | /posts/Severian/256938902785571 | 1,169 | 0 |
139983484226395 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.youtube.com/watch?v=6NyDkpfNfUs",
"href": "https://www.youtube.com/watch?v=6NyDkpfNfUs",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I had some feedback recently, that perhaps it would be beneficial to expand upon the fallacy dataset. I took this deeply to heart, and exploded it 10x.",
"raw": "I had some feedback recently, that perhaps it would be beneficial to expand upon the fallacy dataset. I took this deeply to heart, and exploded it 10x.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/MrOvkill/fallacies-fallacy-base",
"href": null,
"resource": {
"type": "dataset",
"id": "MrOvkill/fallacies-fallacy-base",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/MrOvkill/fallacies-fallacy-base",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Produced synthetically with *ALL* the Gemini models on Vertex AI.",
"raw": "Produced synthetically with *ALL* the Gemini models on Vertex AI.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "*phew* This was a rush. I can promise over 8 it might have been like 16 of straight prompt/copy/paste/fix/re-splice/fix/prompt again/chug caffeine/repeat, but we got there! Thanks for egging me on, all! I appreciate being driven to work! So much better than boredom! 🤗",
"raw": "*phew* This was a rush. I can promise over 8 it might have been like 16 of straight prompt/copy/paste/fix/re-splice/fix/prompt again/chug caffeine/repeat, but we got there! Thanks for egging me on, all! I appreciate being driven to work! So much better than boredom! 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Have fun!",
"raw": "Have fun!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hello!
https://www.youtube.com/watch?v=6NyDkpfNfUs
I had some feedback recently, that perhaps it would be beneficial to expand upon the fallacy dataset. I took this deeply to heart, and exploded it 10x.
https://huggingface.co/datasets/MrOvkill/fallacies-fallacy-base
Produced synthetically with *ALL* the Gemini models on Vertex AI.
*phew* This was a rush. I can promise over 8 it might have been like 16 of straight prompt/copy/paste/fix/re-splice/fix/prompt again/chug caffeine/repeat, but we got there! Thanks for egging me on, all! I appreciate being driven to work! So much better than boredom! 🤗
Have fun!
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"LeroyDyer"
],
"count": 1
}
] | 2024-06-27T15:23:23.000Z | 2024-06-27T18:40:37.716Z | [] | /posts/MrOvkill/139983484226395 | 645 | 0 |
891674447263162 | [
{
"type": "text",
"value": "🚀🎭🌟 New Research Alert - Portrait4D-v2 (Avatars Collection)! 🌟🎭🚀",
"raw": "🚀🎭🌟 New Research Alert - Portrait4D-v2 (Avatars Collection)! 🌟🎭🚀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 Title: Portrait4D-v2: Pseudo Multi-View Data Creates Better 4D Head Synthesizer 🔝",
"raw": "📄 Title: Portrait4D-v2: Pseudo Multi-View Data Creates Better 4D Head Synthesizer 🔝",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📝 Description: Portrait4D-v2 is a novel method for one-shot 4D head avatar synthesis using pseudo multi-view videos and a vision transformer backbone, achieving superior performance without relying on 3DMM reconstruction.",
"raw": "📝 Description: Portrait4D-v2 is a novel method for one-shot 4D head avatar synthesis using pseudo multi-view videos and a vision transformer backbone, achieving superior performance without relying on 3DMM reconstruction.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👥 Authors: Yu Deng, Duomin Wang, and Baoyuan Wang",
"raw": "👥 Authors: Yu Deng, Duomin Wang, and Baoyuan Wang",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📄 Paper: ",
"raw": "📄 Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2403.13570",
"href": null,
"resource": {
"type": "paper",
"id": "2403.13570",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2403.13570",
"code": null,
"user": null,
"label": "Portrait4D-v2: Pseudo Multi-View Data Creates Better 4D Head Synthesizer (2403.13570)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🌐 GitHub Page: ",
"raw": "🌐 GitHub Page: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://yudeng.github.io/Portrait4D-v2/",
"href": "https://yudeng.github.io/Portrait4D-v2/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📁 Repository: ",
"raw": "📁 Repository: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/YuDeng/Portrait-4D",
"href": "https://github.com/YuDeng/Portrait-4D",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📺 Video: ",
"raw": "📺 Video: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.youtube.com/watch?v=5YJY6-wcOJo",
"href": "https://www.youtube.com/watch?v=5YJY6-wcOJo",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 CVPR-2023-24-Papers: ",
"raw": "🚀 CVPR-2023-24-Papers: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/DmitryRyumin/CVPR-2023-24-Papers",
"href": "https://github.com/DmitryRyumin/CVPR-2023-24-Papers",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📚 More Papers: more cutting-edge research presented at other conferences in the ",
"raw": "📚 More Papers: more cutting-edge research presented at other conferences in the ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers",
"href": null,
"resource": {
"type": "space",
"id": "DmitryRyumin/NewEraAI-Papers",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " curated by ",
"raw": " curated by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@DmitryRyumin",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "DmitryRyumin",
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 Added to the Avatars Collection: ",
"raw": "🚀 Added to the Avatars Collection: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"href": null,
"resource": {
"type": "collection",
"id": "DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"discussionNum": null
},
"url": "https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔍 Keywords: Portrait4D #4DAvatar #HeadSynthesis #3DModeling #TechInnovation #DeepLearning #ComputerGraphics #ComputerVision #Innovation",
"raw": "🔍 Keywords: Portrait4D #4DAvatar #HeadSynthesis #3DModeling #TechInnovation #DeepLearning #ComputerGraphics #ComputerVision #Innovation",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🚀🎭🌟 New Research Alert - Portrait4D-v2 (Avatars Collection)! 🌟🎭🚀
📄 Title: Portrait4D-v2: Pseudo Multi-View Data Creates Better 4D Head Synthesizer 🔝
📝 Description: Portrait4D-v2 is a novel method for one-shot 4D head avatar synthesis using pseudo multi-view videos and a vision transformer backbone, achieving superior performance without relying on 3DMM reconstruction.
👥 Authors: Yu Deng, Duomin Wang, and Baoyuan Wang
📄 Paper: https://huggingface.co/papers/2403.13570
🌐 GitHub Page: https://yudeng.github.io/Portrait4D-v2/
📁 Repository: https://github.com/YuDeng/Portrait-4D
📺 Video: https://www.youtube.com/watch?v=5YJY6-wcOJo
🚀 CVPR-2023-24-Papers: https://github.com/DmitryRyumin/CVPR-2023-24-Papers
📚 More Papers: more cutting-edge research presented at other conferences in the https://huggingface.co/spaces/DmitryRyumin/NewEraAI-Papers curated by @DmitryRyumin
🚀 Added to the Avatars Collection: https://huggingface.co/collections/DmitryRyumin/avatars-65df37cdf81fec13d4dbac36
🔍 Keywords: Portrait4D #4DAvatar #HeadSynthesis #3DModeling #TechInnovation #DeepLearning #ComputerGraphics #ComputerVision #Innovation | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/nRCxbVng_PPBqKd-Z3KVc.jpeg",
"fullname": "Dmitry Ryumin",
"name": "DmitryRyumin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 377,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/-kmKcnYBCYb1ClUou9DZV.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/CzRDU7CXrxsjy2x8px68u.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/Dn4UWAzb2aLuazLv-8UAh.gif"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/hx_WxhoGQqSjajHEgOEJA.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/DvBCgHa3zymisw0xJnHmQ.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/z8hI43qoYL_LC0KqepoLW.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/9NbtJK0wWaB48hxBL9fwn.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/9JAvnbBS5do34NcFxiWTb.png"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/1SC6fsQtPnp1VL9a2FhOm.mp4"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/QQ8aboCLPnCOkDlT44XXs.mp4"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6493306970d925ae80523a53/6xAHnbFuKtQrG95mvCQxw.mp4"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/nRCxbVng_PPBqKd-Z3KVc.jpeg",
"fullname": "Dmitry Ryumin",
"name": "DmitryRyumin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 377
}
] | [
{
"reaction": "🔥",
"users": [
"DmitryRyumin",
"prithivMLmods",
"ucalyptus",
"attashe",
"Hoangthanh",
"sebastianking",
"fffiloni",
"kavikumarkoneti",
"julien-c",
"IsmaelMousa",
"John6666",
"nananie143",
"m-conrad-202",
"Ck773",
"3thn",
"seanmiranda",
"ameerazam08",
"victor",
"Ramikan-BR",
"Martins6",
"louisbrulenaudet"
],
"count": 21
},
{
"reaction": "👍",
"users": [
"raonigabriel",
"Hoangthanh",
"julien-c",
"Joze539",
"nananie143",
"3thn",
"seanmiranda",
"JNolet",
"loupzeur",
"victor",
"Ramikan-BR",
"Martins6",
"OjciecTadeusz"
],
"count": 13
},
{
"reaction": "🚀",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "👀",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "❤️",
"users": [
"Ramikan-BR"
],
"count": 1
}
] | 2024-06-27T12:53:37.000Z | 2024-06-28T15:08:30.496Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5dd96eb166059660ed1ee413/NQtzmrDdbG0H8qkZvRyGk.jpeg",
"fullname": "Julien Chaumond",
"name": "julien-c",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1580,
"isFollowing": false
}
] | /posts/DmitryRyumin/891674447263162 | 3,596 | 1 |
594210081206821 | [
{
"type": "text",
"value": "𝗠𝗲𝘁𝗮 𝘁𝗲𝗮𝗺 𝗷𝘂𝘀𝘁 𝗱𝗿𝗼𝗽𝗽𝗲𝗱 𝘁𝗵𝗲 𝗳𝗶𝗿𝘀𝘁 𝗪𝗮𝘁𝗲𝗿𝗺𝗮𝗿𝗸𝗶𝗻𝗴 𝗺𝗼𝗱𝗲𝗹 𝘁𝗵𝗮𝘁 𝗻𝗼𝘁 𝗲𝗱𝗶𝘁 𝗰𝗮𝗻 𝗯𝗿𝗲𝗮𝗸!🛡️",
"raw": "𝗠𝗲𝘁𝗮 𝘁𝗲𝗮𝗺 𝗷𝘂𝘀𝘁 𝗱𝗿𝗼𝗽𝗽𝗲𝗱 𝘁𝗵𝗲 𝗳𝗶𝗿𝘀𝘁 𝗪𝗮𝘁𝗲𝗿𝗺𝗮𝗿𝗸𝗶𝗻𝗴 𝗺𝗼𝗱𝗲𝗹 𝘁𝗵𝗮𝘁 𝗻𝗼𝘁 𝗲𝗱𝗶𝘁 𝗰𝗮𝗻 𝗯𝗿𝗲𝗮𝗸!🛡️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🤔 Ever heard of watermarking? It's a technique that allows you to mark in an image its original source. It's our best shield against AI-generated deepfakes, or content stolen from artists! 🎨 ",
"raw": "🤔 Ever heard of watermarking? It's a technique that allows you to mark in an image its original source. It's our best shield against AI-generated deepfakes, or content stolen from artists! 🎨 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🎭 Watermarking systems are actually a pair of models: a watermark embedder that applies the watermark on the image, and its corresponding decoder that should detect the original watermark.",
"raw": "🎭 Watermarking systems are actually a pair of models: a watermark embedder that applies the watermark on the image, and its corresponding decoder that should detect the original watermark.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "⛔ But current methods were very limited: they can only apply and detect the watermark on your image as a whole. So, if you're an attacker it's easy to break: just crop it! add text on top! or whatever, really, anything would work to break the watermark.",
"raw": "⛔ But current methods were very limited: they can only apply and detect the watermark on your image as a whole. So, if you're an attacker it's easy to break: just crop it! add text on top! or whatever, really, anything would work to break the watermark.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "A team of researchers at Meta was not happy with this. 😤",
"raw": "A team of researchers at Meta was not happy with this. 😤",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "So to withstand real-world attacks, they decided to make a watermarking model that would also work on any sub-part of the image. It's a real paradigm shift: they consider watermarking not as an image classification task, but as an image segmentation task!",
"raw": "So to withstand real-world attacks, they decided to make a watermarking model that would also work on any sub-part of the image. It's a real paradigm shift: they consider watermarking not as an image classification task, but as an image segmentation task!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🏗️ 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲",
"raw": "🏗️ 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "▸ The \"Embedder\" (a variational autoencoder + embedder, 1.1M parameters in total) encodes a n-bit message into a watermark signal that is added to the original image",
"raw": "▸ The \"Embedder\" (a variational autoencoder + embedder, 1.1M parameters in total) encodes a n-bit message into a watermark signal that is added to the original image",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "▸ [Only during training] The \"Augmenter\" randomly distorts the image: masks parts, crops, resizes, compresses. It's basically torture at this point.",
"raw": "▸ [Only during training] The \"Augmenter\" randomly distorts the image: masks parts, crops, resizes, compresses. It's basically torture at this point.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "▸ The \"Extractor\" (a vision transformer, or ViT, with 96M parameters) then re-extracts the message from the distorted image, by predicting a (1+n) vector per pixel to predict the watermarked parts and decode corresponding messages.",
"raw": "▸ The \"Extractor\" (a vision transformer, or ViT, with 96M parameters) then re-extracts the message from the distorted image, by predicting a (1+n) vector per pixel to predict the watermarked parts and decode corresponding messages.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The performance blows existing models out of the water, they even created new tasks (segmentation-related) just to grok them!",
"raw": "The performance blows existing models out of the water, they even created new tasks (segmentation-related) just to grok them!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Gerat work ",
"raw": "Gerat work ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@pierrefdz",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "pierrefdz",
"label": null,
"lang": null
},
{
"type": "text",
"value": " and ",
"raw": " and ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@tomsander1998",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "tomsander1998",
"label": null,
"lang": null
},
{
"type": "text",
"value": "!",
"raw": "!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Paper here 👉 ",
"raw": "Paper here 👉 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2411.07231",
"href": null,
"resource": {
"type": "paper",
"id": "2411.07231",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2411.07231",
"code": null,
"user": null,
"label": "Watermark Anything with Localized Messages (2411.07231)",
"lang": null
}
] | 𝗠𝗲𝘁𝗮 𝘁𝗲𝗮𝗺 𝗷𝘂𝘀𝘁 𝗱𝗿𝗼𝗽𝗽𝗲𝗱 𝘁𝗵𝗲 𝗳𝗶𝗿𝘀𝘁 𝗪𝗮𝘁𝗲𝗿𝗺𝗮𝗿𝗸𝗶𝗻𝗴 𝗺𝗼𝗱𝗲𝗹 𝘁𝗵𝗮𝘁 𝗻𝗼𝘁 𝗲𝗱𝗶𝘁 𝗰𝗮𝗻 𝗯𝗿𝗲𝗮𝗸!🛡️
🤔 Ever heard of watermarking? It's a technique that allows you to mark in an image its original source. It's our best shield against AI-generated deepfakes, or content stolen from artists! 🎨
🎭 Watermarking systems are actually a pair of models: a watermark embedder that applies the watermark on the image, and its corresponding decoder that should detect the original watermark.
⛔ But current methods were very limited: they can only apply and detect the watermark on your image as a whole. So, if you're an attacker it's easy to break: just crop it! add text on top! or whatever, really, anything would work to break the watermark.
A team of researchers at Meta was not happy with this. 😤
So to withstand real-world attacks, they decided to make a watermarking model that would also work on any sub-part of the image. It's a real paradigm shift: they consider watermarking not as an image classification task, but as an image segmentation task!
🏗️ 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲
▸ The "Embedder" (a variational autoencoder + embedder, 1.1M parameters in total) encodes a n-bit message into a watermark signal that is added to the original image
▸ [Only during training] The "Augmenter" randomly distorts the image: masks parts, crops, resizes, compresses. It's basically torture at this point.
▸ The "Extractor" (a vision transformer, or ViT, with 96M parameters) then re-extracts the message from the distorted image, by predicting a (1+n) vector per pixel to predict the watermarked parts and decode corresponding messages.
The performance blows existing models out of the water, they even created new tasks (segmentation-related) just to grok them!
Gerat work @pierrefdz and @tomsander1998!
Paper here 👉 https://huggingface.co/papers/2411.07231 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg",
"fullname": "Aymeric Roucher",
"name": "m-ric",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 494,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63d10d4e8eaa4831005e92b5/d3SGNBRKF5HW56UT5TCML.png"
}
] | [
{
"avatarUrl": "/avatars/d6c00e7d98e5e8a52e99aa7b1a7815ee.svg",
"fullname": "Pierre Fernandez",
"name": "pierrefdz",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 8
},
{
"avatarUrl": "/avatars/55f45f8ee6a4f477657cf0dd8409c533.svg",
"fullname": "Tom Sander",
"name": "tomsander1998",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1
}
] | [
{
"reaction": "👀",
"users": [
"John6666",
"Aurelien-Morgan"
],
"count": 2
}
] | 2024-11-15T17:23:08.000Z | 2024-11-15T17:23:08.389Z | [] | /posts/m-ric/594210081206821 | 367 | 0 |
615920565093844 | [
{
"type": "text",
"value": "Added ",
"raw": "Added ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@amphion",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "amphion",
"label": null,
"lang": null
},
{
"type": "text",
"value": " MaskGCT & ",
"raw": " MaskGCT & ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@hexgrad",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "hexgrad",
"label": null,
"lang": null
},
{
"type": "text",
"value": " StyleTTS fine tuned model by the name of kokoro to the forked TTS Arena Space. If things keep up from what is seen in the preliminary results, then these two may end up in the TOP 5 of all TTS models. 🤞️🍀️",
"raw": " StyleTTS fine tuned model by the name of kokoro to the forked TTS Arena Space. If things keep up from what is seen in the preliminary results, then these two may end up in the TOP 5 of all TTS models. 🤞️🍀️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena",
"href": null,
"resource": {
"type": "space",
"id": "Pendrokar/TTS-Spaces-Arena",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Svngoku/maskgct-audio-lab",
"href": null,
"resource": {
"type": "space",
"id": "Svngoku/maskgct-audio-lab",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Svngoku/maskgct-audio-lab",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/hexgrad/Kokoro-TTS",
"href": null,
"resource": {
"type": "space",
"id": "hexgrad/Kokoro-TTS",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/hexgrad/Kokoro-TTS",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I chose ",
"raw": "I chose ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Svngoku",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Svngoku",
"label": null,
"lang": null
},
{
"type": "text",
"value": " 's forked HF space over amphion's due to the overly high ZeroGPU duration demand on the latter. 300s!",
"raw": " 's forked HF space over amphion's due to the overly high ZeroGPU duration demand on the latter. 300s!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/amphion/maskgct",
"href": null,
"resource": {
"type": "space",
"id": "amphion/maskgct",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/amphion/maskgct",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Had to remove ",
"raw": "Had to remove ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@mrfakename",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "mrfakename",
"label": null,
"lang": null
},
{
"type": "text",
"value": " 's MetaVoice-1B Space from the available models as that space has been down for quite some time. 🤕️",
"raw": " 's MetaVoice-1B Space from the available models as that space has been down for quite some time. 🤕️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/mrfakename/MetaVoice-1B-v0.1",
"href": null,
"resource": {
"type": "space",
"id": "mrfakename/MetaVoice-1B-v0.1",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/mrfakename/MetaVoice-1B-v0.1",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm close to syncing the code to the original Arena's code structure. Then I'd like to use ASR in order to validate and create synthetic public datasets from the generated samples. And then make the Arena multilingual, which will surely attract quite the crowd!",
"raw": "I'm close to syncing the code to the original Arena's code structure. Then I'd like to use ASR in order to validate and create synthetic public datasets from the generated samples. And then make the Arena multilingual, which will surely attract quite the crowd!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Added @amphion MaskGCT & @hexgrad StyleTTS fine tuned model by the name of kokoro to the forked TTS Arena Space. If things keep up from what is seen in the preliminary results, then these two may end up in the TOP 5 of all TTS models. 🤞️🍀️
https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena
https://huggingface.co/spaces/Svngoku/maskgct-audio-lab
https://huggingface.co/spaces/hexgrad/Kokoro-TTS
I chose @Svngoku 's forked HF space over amphion's due to the overly high ZeroGPU duration demand on the latter. 300s!
https://huggingface.co/spaces/amphion/maskgct
Had to remove @mrfakename 's MetaVoice-1B Space from the available models as that space has been down for quite some time. 🤕️
https://huggingface.co/spaces/mrfakename/MetaVoice-1B-v0.1
I'm close to syncing the code to the original Arena's code structure. Then I'd like to use ASR in order to validate and create synthetic public datasets from the generated samples. And then make the Arena multilingual, which will surely attract quite the crowd! | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d52e0c4e5642795617f668/ztXLrdFz3gkUJUIIQXfHo.png",
"fullname": "Yanis L",
"name": "Pendrokar",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 15,
"isFollowing": false
} | [] | [
{
"avatarUrl": "/avatars/02074f60a2ef445a29343ed90a303cc6.svg",
"fullname": "Hexgrad",
"name": "hexgrad",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 20
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/62e54f0eae9d3f10acb95cb9/VAyk05hqB3OZWXEZW-B0q.png",
"fullname": "mrfakename",
"name": "mrfakename",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 969
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6168218a4ed0b975c18f82a8/nUKzLtARCeevCl7wPgmMC.png",
"fullname": "NIONGOLO Chrys Fé-Marty",
"name": "Svngoku",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 22
}
] | [
{
"reaction": "🔥",
"users": [
"victor",
"John6666"
],
"count": 2
}
] | 2024-11-15T16:52:51.000Z | 2024-11-16T21:48:07.779Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5f17f0a0925b9863e28ad517/X7QKoiXbUtEZSG9jyvfk3.jpeg",
"fullname": "Victor Mustar",
"name": "victor",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 2607,
"isFollowing": false
}
] | /posts/Pendrokar/615920565093844 | 793 | 1 |
179431802548524 | [
{
"type": "text",
"value": "Why use Google Drive when you can have:",
"raw": "Why use Google Drive when you can have:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Free storage with generous limits🆓",
"raw": "• Free storage with generous limits🆓",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Dataset Viewer (Sorting, Filtering, FTS) 🔍",
"raw": "• Dataset Viewer (Sorting, Filtering, FTS) 🔍",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Third Party Library Support",
"raw": "• Third Party Library Support",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• SQL Console 🟧",
"raw": "• SQL Console 🟧",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Security 🔒",
"raw": "• Security 🔒",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Community, Reach, and Visibility 📈",
"raw": "• Community, Reach, and Visibility 📈",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It's a no brainer!",
"raw": "It's a no brainer!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Check out our post on what you get instantly out of the box when you create a dataset.",
"raw": "Check out our post on what you get instantly out of the box when you create a dataset.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/researcher-dataset-sharing",
"href": "https://huggingface.co/blog/researcher-dataset-sharing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Why use Google Drive when you can have:
• Free storage with generous limits🆓
• Dataset Viewer (Sorting, Filtering, FTS) 🔍
• Third Party Library Support
• SQL Console 🟧
• Security 🔒
• Community, Reach, and Visibility 📈
It's a no brainer!
Check out our post on what you get instantly out of the box when you create a dataset.
https://huggingface.co/blog/researcher-dataset-sharing | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/648a374f00f7a3374ee64b99/YPwSOrronoozwHbJchPn3.jpeg",
"fullname": "Caleb Fahlgren",
"name": "cfahlgren1",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 123,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"AdinaY",
"jsulz",
"JoPmt",
"clem",
"ngxson",
"Csplk",
"googlefan",
"cnmoro",
"MissKinziRoze",
"Sri-Vigneshwar-DJ"
],
"count": 10
},
{
"reaction": "👀",
"users": [
"John6666",
"victor",
"clem",
"ngxson"
],
"count": 4
},
{
"reaction": "🤗",
"users": [
"John6666",
"clem",
"ngxson",
"googlefan"
],
"count": 4
}
] | 2024-11-15T15:45:08.000Z | 2024-11-15T19:39:29.575Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/EL0LDZAUUzRO1D95PQPn1.jpeg",
"fullname": "Rajat Arya",
"name": "rajatarya",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 11,
"isFollowing": false
}
] | /posts/cfahlgren1/179431802548524 | 2,201 | 1 |
888408182379817 | [
{
"type": "text",
"value": "🪄 MagicQuill: AI that reads your mind for image edits! Point at what bugs you, and it suggests the perfect fixes. No more manual editing headaches. Try it here: ",
"raw": "🪄 MagicQuill: AI that reads your mind for image edits! Point at what bugs you, and it suggests the perfect fixes. No more manual editing headaches. Try it here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/AI4Editing/MagicQuill",
"href": null,
"resource": {
"type": "space",
"id": "AI4Editing/MagicQuill",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/AI4Editing/MagicQuill",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🪄 MagicQuill: AI that reads your mind for image edits! Point at what bugs you, and it suggests the perfect fixes. No more manual editing headaches. Try it here: https://huggingface.co/spaces/AI4Editing/MagicQuill | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/647f36a8454af0237bd49574/jshkqBUTY-GZL8As8y6Aq.jpeg",
"fullname": "Florent Daudens",
"name": "fdaudens",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 384,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/647f36a8454af0237bd49574/xZSfH8Kb0BQdpZAMUkikU.mp4"
}
] | [] | [
{
"reaction": "🚀",
"users": [
"John6666",
"victor",
"WildGenie",
"Chief-Inspector",
"ZennyKenny"
],
"count": 5
}
] | 2024-11-15T15:12:25.000Z | 2024-11-15T15:12:25.745Z | [] | /posts/fdaudens/888408182379817 | 1,159 | 0 |
626493986496810 | [
{
"type": "text",
"value": "Let’s dive into the exciting releases from the Chinese community last week 🔥🚀",
"raw": "Let’s dive into the exciting releases from the Chinese community last week 🔥🚀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "More details 👉 ",
"raw": "More details 👉 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/zh-ai-community",
"href": "https://huggingface.co/zh-ai-community",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Code model:",
"raw": "Code model:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨Qwen 2.5 coder by Alibaba Qwen",
"raw": "✨Qwen 2.5 coder by Alibaba Qwen",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f",
"href": null,
"resource": {
"type": "collection",
"id": "Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f",
"discussionNum": null
},
"url": "https://huggingface.co/collections/Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨OpenCoder by InflyAI - Fully open code model🙌",
"raw": "✨OpenCoder by InflyAI - Fully open code model🙌",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/infly/opencoder-672cec44bbb86c39910fb55e",
"href": null,
"resource": {
"type": "collection",
"id": "infly/opencoder-672cec44bbb86c39910fb55e",
"discussionNum": null
},
"url": "https://huggingface.co/collections/infly/opencoder-672cec44bbb86c39910fb55e",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Image model: ",
"raw": "Image model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨Hunyuan3D-1.0 by Tencent",
"raw": "✨Hunyuan3D-1.0 by Tencent",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/tencent/Hunyuan3D-1",
"href": null,
"resource": {
"type": "model",
"id": "tencent/Hunyuan3D-1",
"discussionNum": null
},
"url": "https://huggingface.co/tencent/Hunyuan3D-1",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "MLLM: ",
"raw": "MLLM: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨JanusFlow by DeepSeek",
"raw": "✨JanusFlow by DeepSeek",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/deepseek-ai/JanusFlow-1.3B",
"href": null,
"resource": {
"type": "model",
"id": "deepseek-ai/JanusFlow-1.3B",
"discussionNum": null
},
"url": "https://huggingface.co/deepseek-ai/JanusFlow-1.3B",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/deepseek-ai/JanusFlow-1.3B",
"href": null,
"resource": {
"type": "space",
"id": "deepseek-ai/JanusFlow-1.3B",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/deepseek-ai/JanusFlow-1.3B",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨Mono-InternVL-2B by OpenGVlab",
"raw": "✨Mono-InternVL-2B by OpenGVlab",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/OpenGVLab/Mono-InternVL-2B",
"href": null,
"resource": {
"type": "model",
"id": "OpenGVLab/Mono-InternVL-2B",
"discussionNum": null
},
"url": "https://huggingface.co/OpenGVLab/Mono-InternVL-2B",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Video model: ",
"raw": "Video model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨CogVideoX 1.5 by ChatGLM",
"raw": "✨CogVideoX 1.5 by ChatGLM",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT",
"href": null,
"resource": {
"type": "model",
"id": "THUDM/CogVideoX1.5-5B-SAT",
"discussionNum": null
},
"url": "https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Audio model: ",
"raw": "Audio model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨Fish Agent by FishAudio",
"raw": "✨Fish Agent by FishAudio",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/fishaudio/fish-agent-v0.1-3b",
"href": null,
"resource": {
"type": "model",
"id": "fishaudio/fish-agent-v0.1-3b",
"discussionNum": null
},
"url": "https://huggingface.co/fishaudio/fish-agent-v0.1-3b",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Dataset: ",
"raw": "Dataset: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "✨OPI dataset by BAAIBeijing",
"raw": "✨OPI dataset by BAAIBeijing",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/BAAI/OPI",
"href": null,
"resource": {
"type": "dataset",
"id": "BAAI/OPI",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/BAAI/OPI",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Let’s dive into the exciting releases from the Chinese community last week 🔥🚀
More details 👉 https://huggingface.co/zh-ai-community
Code model:
✨Qwen 2.5 coder by Alibaba Qwen
https://huggingface.co/collections/Qwen/qwen25-coder-66eaa22e6f99801bf65b0c2f
✨OpenCoder by InflyAI - Fully open code model🙌
https://huggingface.co/collections/infly/opencoder-672cec44bbb86c39910fb55e
Image model:
✨Hunyuan3D-1.0 by Tencent
https://huggingface.co/tencent/Hunyuan3D-1
MLLM:
✨JanusFlow by DeepSeek
https://huggingface.co/deepseek-ai/JanusFlow-1.3B
https://huggingface.co/spaces/deepseek-ai/JanusFlow-1.3B
✨Mono-InternVL-2B by OpenGVlab
https://huggingface.co/OpenGVLab/Mono-InternVL-2B
Video model:
✨CogVideoX 1.5 by ChatGLM
https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT
Audio model:
✨Fish Agent by FishAudio
https://huggingface.co/fishaudio/fish-agent-v0.1-3b
Dataset:
✨OPI dataset by BAAIBeijing
https://huggingface.co/datasets/BAAI/OPI
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63a369d98c0c89dcae3b8329/6OUJ7Hc9T1jXynYH3FGaf.png",
"fullname": "Adina Yakefu",
"name": "AdinaY",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 240,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"julien-c",
"victor",
"YaTharThShaRma999",
"Muhammadreza",
"Aurelien-Morgan",
"fdaudens",
"prithivMLmods",
"merve",
"jcudit",
"Sri-Vigneshwar-DJ"
],
"count": 10
},
{
"reaction": "👀",
"users": [
"John6666",
"YaTharThShaRma999",
"merve",
"pawanyadav"
],
"count": 4
},
{
"reaction": "🚀",
"users": [
"Challenging666",
"Sri-Vigneshwar-DJ"
],
"count": 2
}
] | 2024-11-15T12:09:05.000Z | 2024-11-15T12:52:04.091Z | [] | /posts/AdinaY/626493986496810 | 2,497 | 0 |
650034139389412 | [
{
"type": "text",
"value": "Amazing past days at open ML, it's raining coding models, let's have a recap 🌧️ Find all models and datasets here ",
"raw": "Amazing past days at open ML, it's raining coding models, let's have a recap 🌧️ Find all models and datasets here ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/merve/nov-15-releases-67372d0ebdc354756a52ecd0",
"href": null,
"resource": {
"type": "collection",
"id": "merve/nov-15-releases-67372d0ebdc354756a52ecd0",
"discussionNum": null
},
"url": "https://huggingface.co/collections/merve/nov-15-releases-67372d0ebdc354756a52ecd0",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Models",
"raw": "Models",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💻 Coding: Qwen team released two Qwen2.5-Coder checkpoints of 32B and 7B. Infly released OpenCoder: 1.5B and 8B coding models with instruction SFT'd versions and their datasets! 💗",
"raw": "💻 Coding: Qwen team released two Qwen2.5-Coder checkpoints of 32B and 7B. Infly released OpenCoder: 1.5B and 8B coding models with instruction SFT'd versions and their datasets! 💗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🖼️ Image/Video Gen: Alibaba vision lab released In-context LoRA -- 10 LoRA models on different themes based on Flux. Also Mochi the sota video generation model with A2.0 license now comes natively supported in diffusers 👏 ",
"raw": "🖼️ Image/Video Gen: Alibaba vision lab released In-context LoRA -- 10 LoRA models on different themes based on Flux. Also Mochi the sota video generation model with A2.0 license now comes natively supported in diffusers 👏 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🖼️ VLMs/Multimodal: NexaAIDev released Omnivision 968M a new vision language model aligned with DPO for reducing hallucinations, also comes with GGUF ckpts 👏 Microsoft released LLM2CLIP, a new CLIP-like model with longer context window allowing complex text inputs and better search",
"raw": "🖼️ VLMs/Multimodal: NexaAIDev released Omnivision 968M a new vision language model aligned with DPO for reducing hallucinations, also comes with GGUF ckpts 👏 Microsoft released LLM2CLIP, a new CLIP-like model with longer context window allowing complex text inputs and better search",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🎮 AGI?: Etched released Oasis 500M, a diffusion based open world model that takes keyboard input and outputs gameplay 🤯 ",
"raw": "🎮 AGI?: Etched released Oasis 500M, a diffusion based open world model that takes keyboard input and outputs gameplay 🤯 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Datasets",
"raw": "Datasets",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Common Corpus: A text dataset with 2T tokens with permissive license for EN/FR on various sources: code, science, finance, culture 📖",
"raw": "Common Corpus: A text dataset with 2T tokens with permissive license for EN/FR on various sources: code, science, finance, culture 📖",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Amazing past days at open ML, it's raining coding models, let's have a recap 🌧️ Find all models and datasets here https://huggingface.co/collections/merve/nov-15-releases-67372d0ebdc354756a52ecd0
Models
💻 Coding: Qwen team released two Qwen2.5-Coder checkpoints of 32B and 7B. Infly released OpenCoder: 1.5B and 8B coding models with instruction SFT'd versions and their datasets! 💗
🖼️ Image/Video Gen: Alibaba vision lab released In-context LoRA -- 10 LoRA models on different themes based on Flux. Also Mochi the sota video generation model with A2.0 license now comes natively supported in diffusers 👏
🖼️ VLMs/Multimodal: NexaAIDev released Omnivision 968M a new vision language model aligned with DPO for reducing hallucinations, also comes with GGUF ckpts 👏 Microsoft released LLM2CLIP, a new CLIP-like model with longer context window allowing complex text inputs and better search
🎮 AGI?: Etched released Oasis 500M, a diffusion based open world model that takes keyboard input and outputs gameplay 🤯
Datasets
Common Corpus: A text dataset with 2T tokens with permissive license for EN/FR on various sources: code, science, finance, culture 📖 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png",
"fullname": "Merve Noyan",
"name": "merve",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 5589,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/6cGw8LqRV5EqXy1f4hJcQ.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"AdinaY",
"John6666",
"YaTharThShaRma999",
"ucsahin",
"fdaudens",
"VDBLOI2024",
"joylarkin",
"Chief-Inspector",
"jcudit"
],
"count": 9
},
{
"reaction": "❤️",
"users": [
"Csplk",
"OmbelineM"
],
"count": 2
}
] | 2024-11-15T11:39:14.000Z | 2024-11-15T11:39:14.154Z | [] | /posts/merve/650034139389412 | 1,937 | 0 |
603274197969384 | [
{
"type": "text",
"value": "hi All I just shared Spaces and Article.",
"raw": "hi All I just shared Spaces and Article.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This key feature is Mediapipe face landmarker",
"raw": "This key feature is Mediapipe face landmarker",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Apache Licensed and trained with own dataset.",
"raw": "Apache Licensed and trained with own dataset.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Good licensed model who use Flux.1 schnell instead of Dev",
"raw": "Good licensed model who use Flux.1 schnell instead of Dev",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "[Spaces]",
"raw": "[Spaces]",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Mediapipe Face detect",
"raw": "Mediapipe Face detect",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Akjava/mediapipe-face-detect",
"href": null,
"resource": {
"type": "space",
"id": "Akjava/mediapipe-face-detect",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Akjava/mediapipe-face-detect",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Face crop and replace",
"raw": "Face crop and replace",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Akjava/mediapipe-face-crop-and-replace",
"href": null,
"resource": {
"type": "space",
"id": "Akjava/mediapipe-face-crop-and-replace",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Akjava/mediapipe-face-crop-and-replace",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Mediapipe 68 landmark",
"raw": "Mediapipe 68 landmark",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-landmark",
"href": null,
"resource": {
"type": "space",
"id": "Akjava/mediapipe-68-points-facial-landmark",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-landmark",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Mediapipe 68 Face Mask",
"raw": "Mediapipe 68 Face Mask",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-mask",
"href": null,
"resource": {
"type": "space",
"id": "Akjava/mediapipe-68-points-facial-mask",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-mask",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "[Articles]",
"raw": "[Articles]",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Better img2img results with Flux.1 schnell by using ScaleUp or Sharpen or FillColor pre-processing",
"raw": "Better img2img results with Flux.1 schnell by using ScaleUp or Sharpen or FillColor pre-processing",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/Akjava/img2img-pre-processing",
"href": "https://huggingface.co/blog/Akjava/img2img-pre-processing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | hi All I just shared Spaces and Article.
This key feature is Mediapipe face landmarker
Apache Licensed and trained with own dataset.
Good licensed model who use Flux.1 schnell instead of Dev
[Spaces]
Mediapipe Face detect
https://huggingface.co/spaces/Akjava/mediapipe-face-detect
Face crop and replace
https://huggingface.co/spaces/Akjava/mediapipe-face-crop-and-replace
Mediapipe 68 landmark
https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-landmark
Mediapipe 68 Face Mask
https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-mask
[Articles]
Better img2img results with Flux.1 schnell by using ScaleUp or Sharpen or FillColor pre-processing
https://huggingface.co/blog/Akjava/img2img-pre-processing
| {
"avatarUrl": "/avatars/fb866e3758189d70488fc6a879151f45.svg",
"fullname": "Akihito Miyazaki",
"name": "Akjava",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 4,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"John6666"
],
"count": 1
}
] | 2024-11-15T05:38:50.000Z | 2024-11-15T05:38:50.516Z | [] | /posts/Akjava/603274197969384 | 539 | 0 |
243091946557569 | [
{
"type": "text",
"value": "I turned a CNN into a GNN, then I trained it to play video games. Yup, I used graphs as the visual interface to feed to the model, and it works! I also used the laws of conservation of energy but I can't prove the causation only the correlation there. I call the complete framework I had to build out to pull of this off 'NeuroGraphRL'. Bet you never thought I'd be using graphs as eyeballs did you? I never thought you would be using tokens as words, but here we are! ",
"raw": "I turned a CNN into a GNN, then I trained it to play video games. Yup, I used graphs as the visual interface to feed to the model, and it works! I also used the laws of conservation of energy but I can't prove the causation only the correlation there. I call the complete framework I had to build out to pull of this off 'NeuroGraphRL'. Bet you never thought I'd be using graphs as eyeballs did you? I never thought you would be using tokens as words, but here we are! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/DgTnZgnpg6E",
"href": "https://youtu.be/DgTnZgnpg6E",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I turned a CNN into a GNN, then I trained it to play video games. Yup, I used graphs as the visual interface to feed to the model, and it works! I also used the laws of conservation of energy but I can't prove the causation only the correlation there. I call the complete framework I had to build out to pull of this off 'NeuroGraphRL'. Bet you never thought I'd be using graphs as eyeballs did you? I never thought you would be using tokens as words, but here we are!
https://youtu.be/DgTnZgnpg6E | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/cA64Ix1vh75C7HoClUBhx.png",
"fullname": "Richard A Aragon",
"name": "TuringsSolutions",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 146,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"Ame-Mark",
"kiranmaya",
"Joseph717171"
],
"count": 3
},
{
"reaction": "👀",
"users": [
"John6666",
"pierrci",
"Joseph717171"
],
"count": 3
}
] | 2024-11-15T02:33:52.000Z | 2024-11-17T22:37:01.928Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65d883893a52cd9bcd8ab7cf/tRsCJlHNZo1D02kBTmfy9.jpeg",
"fullname": "leroy Samuel Dyer",
"name": "LeroyDyer",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 84,
"isFollowing": false
},
{
"avatarUrl": "/avatars/ea4398745974d781ae9dc0e95b12cabe.svg",
"fullname": "Joseph",
"name": "Joseph717171",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 22,
"isFollowing": false
}
] | /posts/TuringsSolutions/243091946557569 | 1,380 | 3 |
860028024764249 | [
{
"type": "text",
"value": "Sometimes, we forget that all these LLMs are trained on just raw text. Ideally, they are simply text completion models. Imagine a model that keeps on writing follow-up questions when you ask, \"How to make pizza?\" rather than answering you!",
"raw": "Sometimes, we forget that all these LLMs are trained on just raw text. Ideally, they are simply text completion models. Imagine a model that keeps on writing follow-up questions when you ask, \"How to make pizza?\" rather than answering you!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "That's where Instruction Tuning comes in—it’s a game-changer.",
"raw": "That's where Instruction Tuning comes in—it’s a game-changer.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Instruction tuning has revolutionized how we interact with Large Language Models (LLMs), bridging the crucial gap between raw model capabilities and practical applications.",
"raw": "Instruction tuning has revolutionized how we interact with Large Language Models (LLMs), bridging the crucial gap between raw model capabilities and practical applications.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It’s what transforms a GPT into ChatGPT!",
"raw": "It’s what transforms a GPT into ChatGPT!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Think of instruction tuning as teaching AI to \"speak human\"—it's the difference between a model that merely predicts the next words and one that truly understands and executes our intentions.",
"raw": "Think of instruction tuning as teaching AI to \"speak human\"—it's the difference between a model that merely predicts the next words and one that truly understands and executes our intentions.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The real magic? It enables zero-shot learning, meaning models can tackle new tasks they've never encountered before, as long as the instructions are clear. This versatility is what makes modern AI assistants so powerful and user-friendly.",
"raw": "The real magic? It enables zero-shot learning, meaning models can tackle new tasks they've never encountered before, as long as the instructions are clear. This versatility is what makes modern AI assistants so powerful and user-friendly.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Sometimes, we forget that all these LLMs are trained on just raw text. Ideally, they are simply text completion models. Imagine a model that keeps on writing follow-up questions when you ask, "How to make pizza?" rather than answering you!
That's where Instruction Tuning comes in—it’s a game-changer.
Instruction tuning has revolutionized how we interact with Large Language Models (LLMs), bridging the crucial gap between raw model capabilities and practical applications.
It’s what transforms a GPT into ChatGPT!
Think of instruction tuning as teaching AI to "speak human"—it's the difference between a model that merely predicts the next words and one that truly understands and executes our intentions.
The real magic? It enables zero-shot learning, meaning models can tackle new tasks they've never encountered before, as long as the instructions are clear. This versatility is what makes modern AI assistants so powerful and user-friendly. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/662bf5bfe93bb73804ef9344/WXYLnjjJ4SROkoveIi7If.png",
"fullname": "Kuldeep Singh Sidhu",
"name": "singhsidhukuldeep",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 219,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/662bf5bfe93bb73804ef9344/rpFTJc9Lox4OqT-fp9plS.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"SOHAIBK1",
"John6666",
"1supercooldude",
"Hooo5",
"Chroma111",
"Sri-Vigneshwar-DJ",
"dillfrescott"
],
"count": 7
},
{
"reaction": "👍",
"users": [
"Nucleon-17th",
"Chroma111"
],
"count": 2
},
{
"reaction": "🤗",
"users": [
"Chroma111"
],
"count": 1
},
{
"reaction": "❤️",
"users": [
"Chroma111"
],
"count": 1
},
{
"reaction": "🤯",
"users": [
"Chroma111"
],
"count": 1
},
{
"reaction": "🚀",
"users": [
"Chroma111"
],
"count": 1
}
] | 2024-11-14T20:40:05.000Z | 2024-11-15T08:05:43.127Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/0LwKKyTL6Pz1wQaspAJfw.png",
"fullname": "OLAIYA STEVE",
"name": "AYODELESTEVE",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/673607f3c82cf5bd225ff599/6zqq8ZKaL3fYifjRXcdXB.png",
"fullname": "Eric Nangomba",
"name": "JertineAI",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/singhsidhukuldeep/860028024764249 | 1,496 | 2 |
453749324448428 | [
{
"type": "text",
"value": "DimensionX is out for you to try and duplicate 🤗",
"raw": "DimensionX is out for you to try and duplicate 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "—> ",
"raw": "—> ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/fffiloni/DimensionX",
"href": null,
"resource": {
"type": "space",
"id": "fffiloni/DimensionX",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/fffiloni/DimensionX",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Discuss Paper: ",
"raw": "Discuss Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2411.04928",
"href": null,
"resource": {
"type": "paper",
"id": "2411.04928",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2411.04928",
"code": null,
"user": null,
"label": "DimensionX: Create Any 3D and 4D Scenes from a Single Image with\n Controllable Video Diffusion (2411.04928)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Examples by the amazing William Lamkin ",
"raw": "Examples by the amazing William Lamkin ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@phanes",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "phanes",
"label": null,
"lang": null
}
] | DimensionX is out for you to try and duplicate 🤗
—> https://huggingface.co/spaces/fffiloni/DimensionX
Discuss Paper: https://huggingface.co/papers/2411.04928
Examples by the amazing William Lamkin @phanes | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61868ce808aae0b5499a2a95/F6BA0anbsoY_Z7M1JrwOe.jpeg",
"fullname": "Sylvain Filoni",
"name": "fffiloni",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5185,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/eTmwpmR8qQ11_x_653vqh.jpeg"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/iL8QCozhAsMdAM3PMKkH6.mp4"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/BU2qG6o_pWjPOM2slVBb_.jpeg"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/6F0t4MjaJkpPfho5Iqgpx.mp4"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/wjr-MjDRkJ3TngDaWZFcc.jpeg"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/HK4i2T_MyKGsHhxeHlT_0.mp4"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/i7sxCQKg3T96LTrndxX3B.jpeg"
},
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/YVl78gdvBmMg_2fEbZ7_H.mp4"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635964636a61954080850e1d/0bfExuDTrHTtm8c-40cDM.png",
"fullname": "William Lamkin",
"name": "phanes",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 16
}
] | [
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999",
"victor",
"hitchhiker3010",
"MingxingLi",
"John6666",
"alielfilali01",
"abdeljalilELmajjodi",
"ShuoChen20",
"Felladrin",
"prithivMLmods",
"sdiazlor"
],
"count": 11
}
] | 2024-11-14T19:20:46.000Z | 2024-11-16T07:38:29.728Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5f17f0a0925b9863e28ad517/X7QKoiXbUtEZSG9jyvfk3.jpeg",
"fullname": "Victor Mustar",
"name": "victor",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 2607,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/LCQFv7fgSkgxXfXX4MPR0.png",
"fullname": "vinrox",
"name": "vinrox10",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/fffiloni/453749324448428 | 3,756 | 4 |
389133085535668 | [
{
"type": "text",
"value": "𝐓𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦𝐞𝐫𝐬 𝐀𝐠𝐞𝐧𝐭𝐬 𝐫𝐞𝐚𝐜𝐡𝐞𝐬 𝐭𝐡𝐞 𝐭𝐨𝐩 𝐨𝐟 𝐆𝐀𝐈𝐀 𝐥𝐞𝐚𝐝𝐞𝐫𝐛𝐨𝐚𝐫𝐝! 🥳",
"raw": "𝐓𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦𝐞𝐫𝐬 𝐀𝐠𝐞𝐧𝐭𝐬 𝐫𝐞𝐚𝐜𝐡𝐞𝐬 𝐭𝐡𝐞 𝐭𝐨𝐩 𝐨𝐟 𝐆𝐀𝐈𝐀 𝐥𝐞𝐚𝐝𝐞𝐫𝐛𝐨𝐚𝐫𝐝! 🥳",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We've been improving Transformers Agents a lot lately.",
"raw": "We've been improving Transformers Agents a lot lately.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "So with ",
"raw": "So with ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@sergeipetrov",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "sergeipetrov",
"label": null,
"lang": null
},
{
"type": "text",
"value": " we set out to prove that it's the best agent framework out there.",
"raw": " we set out to prove that it's the best agent framework out there.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To prove this, we went to beat the 𝗚𝗔𝗜𝗔 𝗹𝗲𝗮𝗱𝗲𝗿𝗯𝗼𝗮𝗿𝗱, the most comprehensive benchmark out there for evaluating LLM agents.",
"raw": "To prove this, we went to beat the 𝗚𝗔𝗜𝗔 𝗹𝗲𝗮𝗱𝗲𝗿𝗯𝗼𝗮𝗿𝗱, the most comprehensive benchmark out there for evaluating LLM agents.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Its questions make you explore different flavours of pain:",
"raw": "Its questions make you explore different flavours of pain:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🛠️ 𝗥𝗲𝗾𝘂𝗶𝗿𝗲 𝘂𝘀𝗶𝗻𝗴 𝘁𝗼𝗼𝗹𝘀, at least a web browser",
"raw": "🛠️ 𝗥𝗲𝗾𝘂𝗶𝗿𝗲 𝘂𝘀𝗶𝗻𝗴 𝘁𝗼𝗼𝗹𝘀, at least a web browser",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔢 𝗥𝗶𝗴𝗼𝗿𝗼𝘂𝘀 𝗹𝗼𝗴𝗶𝗰, many questions having strong math aspects",
"raw": "🔢 𝗥𝗶𝗴𝗼𝗿𝗼𝘂𝘀 𝗹𝗼𝗴𝗶𝗰, many questions having strong math aspects",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🖼️ 𝗠𝘂𝗹𝘁𝗶𝗺𝗼𝗱𝗮𝗹, the agent had to handle all file types: 🔊, 🖼️, 🎬...",
"raw": "🖼️ 𝗠𝘂𝗹𝘁𝗶𝗺𝗼𝗱𝗮𝗹, the agent had to handle all file types: 🔊, 🖼️, 🎬...",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👣 𝗠𝘂𝗹𝘁𝗶-𝘀𝘁𝗲𝗽, with many questions requiring over 10 steps to be solved.",
"raw": "👣 𝗠𝘂𝗹𝘁𝗶-𝘀𝘁𝗲𝗽, with many questions requiring over 10 steps to be solved.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Some Level 3 questions are crazy hard 😳",
"raw": "Some Level 3 questions are crazy hard 😳",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "> \"In NASA’s Astronomy Picture of the Day on 2006 January 21, two astronauts are visible, with one appearing much smaller than the other. As of August 2023, out of the astronauts in the NASA Astronaut Group that the smaller astronaut was a member of, which one spent the least time in space, and how many minutes did he spend in space, rounded to the nearest minute?\"",
"raw": "> \"In NASA’s Astronomy Picture of the Day on 2006 January 21, two astronauts are visible, with one appearing much smaller than the other. As of August 2023, out of the astronauts in the NASA Astronaut Group that the smaller astronaut was a member of, which one spent the least time in space, and how many minutes did he spend in space, rounded to the nearest minute?\"",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "(𝘯𝘰 𝘧𝘪𝘭𝘦 𝘢𝘵𝘵𝘢𝘤𝘩𝘦𝘥 𝘰𝘧 𝘤𝘰𝘶𝘳𝘴𝘦, 𝘵𝘩𝘦 𝘢𝘨𝘦𝘯𝘵 𝘩𝘢𝘴 𝘵𝘰 𝘧𝘪𝘯𝘥 𝘢𝘭𝘭 𝘵𝘩𝘦 𝘪𝘯𝘧𝘰)",
"raw": "(𝘯𝘰 𝘧𝘪𝘭𝘦 𝘢𝘵𝘵𝘢𝘤𝘩𝘦𝘥 𝘰𝘧 𝘤𝘰𝘶𝘳𝘴𝘦, 𝘵𝘩𝘦 𝘢𝘨𝘦𝘯𝘵 𝘩𝘢𝘴 𝘵𝘰 𝘧𝘪𝘯𝘥 𝘢𝘭𝘭 𝘵𝘩𝘦 𝘪𝘯𝘧𝘰)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "➡️ We used Transformers Agents' React Code Agent, that writes its actions in code. We created a new planning component that we'll incorporate in the framework. More info soon in a blog post!",
"raw": "➡️ We used Transformers Agents' React Code Agent, that writes its actions in code. We created a new planning component that we'll incorporate in the framework. More info soon in a blog post!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝐑𝐞𝐬𝐮𝐥𝐭𝐬:",
"raw": "𝐑𝐞𝐬𝐮𝐥𝐭𝐬:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀 Our submission scores #2 overall on the test set and #1 on the validation set. On both sets we're the leading submission based on a public framework, beating Microsoft's Autogen.",
"raw": "🚀 Our submission scores #2 overall on the test set and #1 on the validation set. On both sets we're the leading submission based on a public framework, beating Microsoft's Autogen.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🥇 On both sets we are #1 on the hardest Level 3 questions, reaching nearly 20%.",
"raw": "🥇 On both sets we are #1 on the hardest Level 3 questions, reaching nearly 20%.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝙂𝙤 𝙘𝙝𝙚𝙘𝙠 𝙤𝙪𝙩 𝙩𝙝𝙚 𝙡𝙚𝙖𝙙𝙚𝙧𝙗𝙤𝙖𝙧𝙙 👉 ",
"raw": "𝙂𝙤 𝙘𝙝𝙚𝙘𝙠 𝙤𝙪𝙩 𝙩𝙝𝙚 𝙡𝙚𝙖𝙙𝙚𝙧𝙗𝙤𝙖𝙧𝙙 👉 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/gaia-benchmark/leaderboard",
"href": null,
"resource": {
"type": "space",
"id": "gaia-benchmark/leaderboard",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/gaia-benchmark/leaderboard",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 𝐓𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦𝐞𝐫𝐬 𝐀𝐠𝐞𝐧𝐭𝐬 𝐫𝐞𝐚𝐜𝐡𝐞𝐬 𝐭𝐡𝐞 𝐭𝐨𝐩 𝐨𝐟 𝐆𝐀𝐈𝐀 𝐥𝐞𝐚𝐝𝐞𝐫𝐛𝐨𝐚𝐫𝐝! 🥳
We've been improving Transformers Agents a lot lately.
So with @sergeipetrov we set out to prove that it's the best agent framework out there.
To prove this, we went to beat the 𝗚𝗔𝗜𝗔 𝗹𝗲𝗮𝗱𝗲𝗿𝗯𝗼𝗮𝗿𝗱, the most comprehensive benchmark out there for evaluating LLM agents.
Its questions make you explore different flavours of pain:
🛠️ 𝗥𝗲𝗾𝘂𝗶𝗿𝗲 𝘂𝘀𝗶𝗻𝗴 𝘁𝗼𝗼𝗹𝘀, at least a web browser
🔢 𝗥𝗶𝗴𝗼𝗿𝗼𝘂𝘀 𝗹𝗼𝗴𝗶𝗰, many questions having strong math aspects
🖼️ 𝗠𝘂𝗹𝘁𝗶𝗺𝗼𝗱𝗮𝗹, the agent had to handle all file types: 🔊, 🖼️, 🎬...
👣 𝗠𝘂𝗹𝘁𝗶-𝘀𝘁𝗲𝗽, with many questions requiring over 10 steps to be solved.
Some Level 3 questions are crazy hard 😳
> "In NASA’s Astronomy Picture of the Day on 2006 January 21, two astronauts are visible, with one appearing much smaller than the other. As of August 2023, out of the astronauts in the NASA Astronaut Group that the smaller astronaut was a member of, which one spent the least time in space, and how many minutes did he spend in space, rounded to the nearest minute?"
(𝘯𝘰 𝘧𝘪𝘭𝘦 𝘢𝘵𝘵𝘢𝘤𝘩𝘦𝘥 𝘰𝘧 𝘤𝘰𝘶𝘳𝘴𝘦, 𝘵𝘩𝘦 𝘢𝘨𝘦𝘯𝘵 𝘩𝘢𝘴 𝘵𝘰 𝘧𝘪𝘯𝘥 𝘢𝘭𝘭 𝘵𝘩𝘦 𝘪𝘯𝘧𝘰)
➡️ We used Transformers Agents' React Code Agent, that writes its actions in code. We created a new planning component that we'll incorporate in the framework. More info soon in a blog post!
𝐑𝐞𝐬𝐮𝐥𝐭𝐬:
🚀 Our submission scores #2 overall on the test set and #1 on the validation set. On both sets we're the leading submission based on a public framework, beating Microsoft's Autogen.
🥇 On both sets we are #1 on the hardest Level 3 questions, reaching nearly 20%.
𝙂𝙤 𝙘𝙝𝙚𝙘𝙠 𝙤𝙪𝙩 𝙩𝙝𝙚 𝙡𝙚𝙖𝙙𝙚𝙧𝙗𝙤𝙖𝙧𝙙 👉 https://huggingface.co/spaces/gaia-benchmark/leaderboard | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg",
"fullname": "Aymeric Roucher",
"name": "m-ric",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 494,
"isFollowing": false
} | [] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/D78gS9F1gE6mwdbpyzT5K.jpeg",
"fullname": "Sergei Petrov",
"name": "sergeipetrov",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 42
}
] | [
{
"reaction": "🔥",
"users": [
"osanseviero",
"dangmn",
"sidbin"
],
"count": 3
}
] | 2024-06-27T12:42:26.000Z | 2024-07-09T14:08:43.592Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64a3efa56866210ffc6f83f1/WXRnceaov5ciVhCVJ4KRC.jpeg",
"fullname": "Siddharth",
"name": "sidbin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg",
"fullname": "Aymeric Roucher",
"name": "m-ric",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 494,
"isFollowing": false
}
] | /posts/m-ric/389133085535668 | 774 | 2 |
995227900466142 | [
{
"type": "text",
"value": "I am delighted to announce the publication of my LegalKit, a French labeled dataset built for legal ML training 🤗",
"raw": "I am delighted to announce the publication of my LegalKit, a French labeled dataset built for legal ML training 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This dataset comprises multiple query-document pairs (+50k) curated for training sentence embedding models within the domain of French law.",
"raw": "This dataset comprises multiple query-document pairs (+50k) curated for training sentence embedding models within the domain of French law.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The labeling process follows a systematic approach to ensure consistency and relevance:",
"raw": "The labeling process follows a systematic approach to ensure consistency and relevance:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Initial Query Generation: Three instances of the LLaMA-3-70B model independently generate three different queries based on the same document.",
"raw": "- Initial Query Generation: Three instances of the LLaMA-3-70B model independently generate three different queries based on the same document.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Selection of Optimal Query: A fourth instance of the LLaMA-3-70B model, using a dedicated selection prompt, evaluates the generated queries and selects the most suitable one.",
"raw": "- Selection of Optimal Query: A fourth instance of the LLaMA-3-70B model, using a dedicated selection prompt, evaluates the generated queries and selects the most suitable one.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Final Label Assignment: The chosen query is used to label the document, aiming to ensure that the label accurately reflects the content and context of the original text.",
"raw": "- Final Label Assignment: The chosen query is used to label the document, aiming to ensure that the label accurately reflects the content and context of the original text.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Dataset: ",
"raw": "Dataset: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/louisbrulenaudet/legalkit",
"href": null,
"resource": {
"type": "dataset",
"id": "louisbrulenaudet/legalkit",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/louisbrulenaudet/legalkit",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Stay tuned for further updates and release information 🔥",
"raw": "Stay tuned for further updates and release information 🔥",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@clem",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "clem",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", if we can create an \"HF for Legal\" organization, similar to what exists for journalists, I am available!",
"raw": ", if we can create an \"HF for Legal\" organization, similar to what exists for journalists, I am available!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Note : My special thanks to ",
"raw": "Note : My special thanks to ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@alvdansen",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "alvdansen",
"label": null,
"lang": null
},
{
"type": "text",
"value": " for their illustration models ❤️",
"raw": " for their illustration models ❤️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I am delighted to announce the publication of my LegalKit, a French labeled dataset built for legal ML training 🤗
This dataset comprises multiple query-document pairs (+50k) curated for training sentence embedding models within the domain of French law.
The labeling process follows a systematic approach to ensure consistency and relevance:
- Initial Query Generation: Three instances of the LLaMA-3-70B model independently generate three different queries based on the same document.
- Selection of Optimal Query: A fourth instance of the LLaMA-3-70B model, using a dedicated selection prompt, evaluates the generated queries and selects the most suitable one.
- Final Label Assignment: The chosen query is used to label the document, aiming to ensure that the label accurately reflects the content and context of the original text.
Dataset: https://huggingface.co/datasets/louisbrulenaudet/legalkit
Stay tuned for further updates and release information 🔥
@clem, if we can create an "HF for Legal" organization, similar to what exists for journalists, I am available!
Note : My special thanks to @alvdansen for their illustration models ❤️ | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6459fa0f5b3111fbe83286e1/UhCa7JNbtTjC6dgOjZtH0.jpeg",
"fullname": "Louis Brulé Naudet",
"name": "louisbrulenaudet",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 174,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6459fa0f5b3111fbe83286e1/750l2imQS8uYhBN97rAUw.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1583857146757-5e67bdd61009063689407479.jpeg",
"fullname": "Clem 🤗",
"name": "clem",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1763
}
] | [
{
"reaction": "👍",
"users": [
"fffiloni",
"ZeroWw",
"Ramikan-BR",
"ssatz",
"davanstrien",
"clem",
"osanseviero",
"baconnier"
],
"count": 8
},
{
"reaction": "❤️",
"users": [
"Ramikan-BR",
"clem",
"umseeker",
"baconnier",
"louisbrulenaudet",
"LeroyDyer",
"sbrandeis"
],
"count": 7
},
{
"reaction": "🚀",
"users": [
"KvrParaskevi",
"Ramikan-BR",
"antoinejeannot"
],
"count": 3
},
{
"reaction": "👀",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "🧠",
"users": [
"Ramikan-BR"
],
"count": 1
}
] | 2024-06-27T06:26:01.000Z | 2024-06-27T15:52:19.621Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1583857146757-5e67bdd61009063689407479.jpeg",
"fullname": "Clem 🤗",
"name": "clem",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1763,
"isFollowing": false
}
] | /posts/louisbrulenaudet/995227900466142 | 3,195 | 2 |
871817872658842 | [
{
"type": "text",
"value": "ESM3 is up and running in a Space if you'd like to try it out: ",
"raw": "ESM3 is up and running in a Space if you'd like to try it out: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/colbyford/esm3",
"href": null,
"resource": {
"type": "space",
"id": "colbyford/esm3",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/colbyford/esm3",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "(You'll need to make a HF token and accept their license agreement to use the Space app.)",
"raw": "(You'll need to make a HF token and accept their license agreement to use the Space app.)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@AmelieSchreiber",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "AmelieSchreiber",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | ESM3 is up and running in a Space if you'd like to try it out: https://huggingface.co/spaces/colbyford/esm3
(You'll need to make a HF token and accept their license agreement to use the Space app.)
@AmelieSchreiber | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1673970109381-noauth.jpeg",
"fullname": "Colby T. Ford",
"name": "colbyford",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 10,
"isFollowing": false
} | [] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64191ec8d459c9e7fbb0236b/7BeTgySZzmFCaVpntaYgP.jpeg",
"fullname": "Amelie Schreiber",
"name": "AmelieSchreiber",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 737
}
] | [
{
"reaction": "🔥",
"users": [
"osanseviero"
],
"count": 1
}
] | 2024-06-26T23:52:55.000Z | 2024-06-26T23:57:37.208Z | [] | /posts/colbyford/871817872658842 | 835 | 0 |
262476258387680 | [
{
"type": "text",
"value": "We've open-sourced the code and models for Self-Play Preference Optimization (SPPO)! 🚀🚀🚀",
"raw": "We've open-sourced the code and models for Self-Play Preference Optimization (SPPO)! 🚀🚀🚀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🤗paper: ",
"raw": "🤗paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2405.00675",
"href": null,
"resource": {
"type": "paper",
"id": "2405.00675",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2405.00675",
"code": null,
"user": null,
"label": "Self-Play Preference Optimization for Language Model Alignment (2405.00675)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ⭐ code: ",
"raw": " ⭐ code: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/uclaml/SPPO",
"href": "https://github.com/uclaml/SPPO",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🤗models: ",
"raw": "🤗models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/UCLA-AGI/sppo-6635fdd844f2b2e4a94d0b9a",
"href": null,
"resource": {
"type": "collection",
"id": "UCLA-AGI/sppo-6635fdd844f2b2e4a94d0b9a",
"discussionNum": null
},
"url": "https://huggingface.co/collections/UCLA-AGI/sppo-6635fdd844f2b2e4a94d0b9a",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | We've open-sourced the code and models for Self-Play Preference Optimization (SPPO)! 🚀🚀🚀
🤗paper: https://huggingface.co/papers/2405.00675
⭐ code: https://github.com/uclaml/SPPO
🤗models: https://huggingface.co/collections/UCLA-AGI/sppo-6635fdd844f2b2e4a94d0b9a | {
"avatarUrl": "/avatars/06cc76feebba0cc80ebb8f4ff86f6d9b.svg",
"fullname": "Quanquan Gu",
"name": "thughost",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 22,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"jakemannix",
"Tonic",
"AdinaY"
],
"count": 3
}
] | 2024-06-26T23:00:28.000Z | 2024-06-26T23:00:28.095Z | [] | /posts/thughost/262476258387680 | 694 | 0 |
549104611630792 | [
{
"type": "text",
"value": "🤗 Hello from the Project Fluently team!",
"raw": "🤗 Hello from the Project Fluently team!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🥏 We are ready to announce a new series of Supple Diffusion models, these are new generation diffusion models (about 1-2 weeks left before release).",
"raw": "🥏 We are ready to announce a new series of Supple Diffusion models, these are new generation diffusion models (about 1-2 weeks left before release).",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🦾 The new series aims to take diffusion models to the next level, with performance and versatility as the main goal.",
"raw": "🦾 The new series aims to take diffusion models to the next level, with performance and versatility as the main goal.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🧐 How will our models be better than others? Firstly, we worked on the CLIP models, now they understand your requests better, it will become easier to process. Secondly, we trained the models with high quality, even better than all our previous ones. Thirdly, you won’t have to keep 20 models on your disk; only 4-6 will be enough.",
"raw": "🧐 How will our models be better than others? Firstly, we worked on the CLIP models, now they understand your requests better, it will become easier to process. Secondly, we trained the models with high quality, even better than all our previous ones. Thirdly, you won’t have to keep 20 models on your disk; only 4-6 will be enough.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🗺️ Roadmap:",
"raw": "🗺️ Roadmap:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "1. Create Supple Diffusion Small",
"raw": "1. Create Supple Diffusion Small",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "2. Creating Supple Diffusion Medium",
"raw": "2. Creating Supple Diffusion Medium",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "3. Create Supple Diffusion Large",
"raw": "3. Create Supple Diffusion Large",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🎆 Our models are universal for realism, and for cartoons, and for anime, and for caricatures.",
"raw": "🎆 Our models are universal for realism, and for cartoons, and for anime, and for caricatures.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "💖 The project really needs your support and your recommendations and reviews, please do not hesitate to write comments under this post, thank you!",
"raw": "💖 The project really needs your support and your recommendations and reviews, please do not hesitate to write comments under this post, thank you!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🖼️ Below are demo images made with the pre-release version of Supple Diffusion Small.",
"raw": "🖼️ Below are demo images made with the pre-release version of Supple Diffusion Small.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🤗 Hello from the Project Fluently team!
🥏 We are ready to announce a new series of Supple Diffusion models, these are new generation diffusion models (about 1-2 weeks left before release).
🦾 The new series aims to take diffusion models to the next level, with performance and versatility as the main goal.
🧐 How will our models be better than others? Firstly, we worked on the CLIP models, now they understand your requests better, it will become easier to process. Secondly, we trained the models with high quality, even better than all our previous ones. Thirdly, you won’t have to keep 20 models on your disk; only 4-6 will be enough.
🗺️ Roadmap:
1. Create Supple Diffusion Small
2. Creating Supple Diffusion Medium
3. Create Supple Diffusion Large
🎆 Our models are universal for realism, and for cartoons, and for anime, and for caricatures.
💖 The project really needs your support and your recommendations and reviews, please do not hesitate to write comments under this post, thank you!
🖼️ Below are demo images made with the pre-release version of Supple Diffusion Small. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png",
"fullname": "Evgeniy Hristoforu",
"name": "ehristoforu",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 235,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/65a3d8d58448f47df24c041a/8L9s39OGbhkqrsA8hcFR5.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/65a3d8d58448f47df24c041a/cQ89j5AtcS_kmwGMd3_ZU.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/65a3d8d58448f47df24c041a/43DACjU2bxi4jT43gLdwu.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/65a3d8d58448f47df24c041a/G74s08b634T1oW49iV-cp.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/65a3d8d58448f47df24c041a/cUVgU5L6SN32GSDEu1JZe.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"ehristoforu",
"YaTharThShaRma999",
"rossaai",
"Pocholo",
"testin1234",
"pshriv16",
"Tanayeb",
"GPT007",
"rajsinghparihar",
"Arakinas",
"HDiffusion",
"weiyuhsuan",
"ganslmeier",
"danielus",
"Winnougan",
"GooGooPanda",
"dreamdrop-art",
"Nymbo",
"snakeying"
],
"count": 19
},
{
"reaction": "🤗",
"users": [
"ehristoforu",
"YaTharThShaRma999",
"rossaai",
"Tanayeb",
"louisbrulenaudet",
"GPT007",
"Winnougan",
"sudzdpn",
"dreamdrop-art",
"Nymbo"
],
"count": 10
},
{
"reaction": "👍",
"users": [
"ehristoforu",
"YaTharThShaRma999",
"rossaai",
"Tanayeb",
"ManniX-ITA",
"GPT007",
"Winnougan",
"too-ai",
"dreamdrop-art",
"Nymbo"
],
"count": 10
},
{
"reaction": "🚀",
"users": [
"ehristoforu",
"YaTharThShaRma999",
"rossaai",
"NHLOCAL",
"Tanayeb",
"GPT007",
"Winnougan",
"dreamdrop-art",
"Nymbo"
],
"count": 9
},
{
"reaction": "🔥",
"users": [
"ehristoforu",
"YaTharThShaRma999",
"rossaai",
"Tanayeb",
"GPT007",
"fengjj123",
"Winnougan",
"dreamdrop-art",
"Nymbo"
],
"count": 9
},
{
"reaction": "🤯",
"users": [
"Winnougan",
"GPT007",
"dreamdrop-art"
],
"count": 3
},
{
"reaction": "😎",
"users": [
"Winnougan",
"GPT007",
"dreamdrop-art"
],
"count": 3
},
{
"reaction": "🤝",
"users": [
"Winnougan",
"GPT007",
"dreamdrop-art"
],
"count": 3
},
{
"reaction": "🧠",
"users": [
"Winnougan",
"GPT007",
"dreamdrop-art"
],
"count": 3
},
{
"reaction": "👀",
"users": [
"Winnougan",
"GPT007",
"dreamdrop-art"
],
"count": 3
},
{
"reaction": "➕",
"users": [
"GPT007",
"dreamdrop-art"
],
"count": 2
},
{
"reaction": "😔",
"users": [
"GPT007",
"dreamdrop-art"
],
"count": 2
}
] | 2024-06-26T22:11:59.000Z | 2024-07-11T10:06:49.629Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/643c7e91b409fef15e0bd11b/BrV0Rw92iJ7DQ54P9FUwa.jpeg",
"fullname": "Tran Thanh Luan",
"name": "toilaluan",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 3,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png",
"fullname": "Evgeniy Hristoforu",
"name": "ehristoforu",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 235,
"isFollowing": false
},
{
"avatarUrl": "/avatars/42b0ba14867ab1c3f17a523239c914b7.svg",
"fullname": "Damien Maya",
"name": "GooGooPanda",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5,
"isFollowing": false
},
{
"avatarUrl": "/avatars/7d3329c7153f331d055800c7c2f4825d.svg",
"fullname": "Landon",
"name": "Arakinas",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
}
] | /posts/ehristoforu/549104611630792 | 6,072 | 4 |
431470406865174 | [
{
"type": "text",
"value": "Unsocial Intelligence: an Investigation of the Assumptions of AGI Discourse",
"raw": "Unsocial Intelligence: an Investigation of the Assumptions of AGI Discourse",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I don't agree with some of the assertions made here, but it is an interesting paper and a good overview. ",
"raw": "I don't agree with some of the assertions made here, but it is an interesting paper and a good overview. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2401.13142",
"href": "https://arxiv.org/abs/2401.13142",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Unsocial Intelligence: an Investigation of the Assumptions of AGI Discourse
I don't agree with some of the assertions made here, but it is an interesting paper and a good overview.
https://arxiv.org/abs/2401.13142 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1669551186189-63732ebbbd81fae2b3aaf3fb.jpeg",
"fullname": "Knut Jägersberg",
"name": "KnutJaegersberg",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 238,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"Priyankvadaliya"
],
"count": 1
},
{
"reaction": "👍",
"users": [
"Tonic"
],
"count": 1
}
] | 2024-06-26T22:09:36.000Z | 2024-06-26T22:09:36.682Z | [] | /posts/KnutJaegersberg/431470406865174 | 638 | 0 |
443773081472466 | [
{
"type": "text",
"value": "Per popular request, I'm working on a beginning to end LoRA training workflow blog for a style.",
"raw": "Per popular request, I'm working on a beginning to end LoRA training workflow blog for a style.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "It will focus on dataset curation through training on a pre-determined style to give a better insight on my process.",
"raw": "It will focus on dataset curation through training on a pre-determined style to give a better insight on my process.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Curious what are some questions you might have that I can try to answer in it?",
"raw": "Curious what are some questions you might have that I can try to answer in it?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Per popular request, I'm working on a beginning to end LoRA training workflow blog for a style.
It will focus on dataset curation through training on a pre-determined style to give a better insight on my process.
Curious what are some questions you might have that I can try to answer in it? | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🚀",
"users": [
"YaTharThShaRma999",
"Noeloise",
"louisbrulenaudet",
"fffiloni",
"eljanmahammadli",
"attashe",
"not-lain",
"Imtiazsyed",
"nicholaskao"
],
"count": 9
}
] | 2024-06-26T17:38:26.000Z | 2024-06-26T17:38:26.059Z | [] | /posts/alvdansen/443773081472466 | 2,507 | 0 |
885739588271537 | [
{
"type": "text",
"value": "I'm developing a tool to simplify finding datasets suitable for specific tasks or libraries. Although it's still a work in progress, I've compiled a collection of datasets that likely support DPO: ",
"raw": "I'm developing a tool to simplify finding datasets suitable for specific tasks or libraries. Although it's still a work in progress, I've compiled a collection of datasets that likely support DPO: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/davanstrien/probably-dpo-datasets-667c409a557fe99a9ed39f0b",
"href": null,
"resource": {
"type": "collection",
"id": "davanstrien/probably-dpo-datasets-667c409a557fe99a9ed39f0b",
"discussionNum": null
},
"url": "https://huggingface.co/collections/davanstrien/probably-dpo-datasets-667c409a557fe99a9ed39f0b",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I'm developing a tool to simplify finding datasets suitable for specific tasks or libraries. Although it's still a work in progress, I've compiled a collection of datasets that likely support DPO: https://huggingface.co/collections/davanstrien/probably-dpo-datasets-667c409a557fe99a9ed39f0b | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg",
"fullname": "Daniel van Strien",
"name": "davanstrien",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 410,
"isFollowing": false
} | [] | [] | [] | 2024-06-26T16:32:25.000Z | 2024-06-26T16:32:25.329Z | [] | /posts/davanstrien/885739588271537 | 773 | 0 |
808551450380205 | [
{
"type": "text",
"value": "It is time for some Aura.",
"raw": "It is time for some Aura.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "First in our series of fully open sourced / commercially available models by ",
"raw": "First in our series of fully open sourced / commercially available models by ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@fal-ai",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "fal-ai",
"label": null,
"lang": null
},
{
"type": "text",
"value": ": AuraSR - a 600M parameter upscaler based on GigaGAN.",
"raw": ": AuraSR - a 600M parameter upscaler based on GigaGAN.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Blog: ",
"raw": "Blog: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://blog.fal.ai/introducing-aurasr-an-open-reproduction-of-the-gigagan-upscaler-2/",
"href": "https://blog.fal.ai/introducing-aurasr-an-open-reproduction-of-the-gigagan-upscaler-2/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "HF: ",
"raw": "HF: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/fal-ai/AuraSR",
"href": "https://huggingface.co/fal-ai/AuraSR",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Code: ",
"raw": "Code: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/fal-ai/aura-sr",
"href": "https://github.com/fal-ai/aura-sr",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Playground: ",
"raw": "Playground: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://fal.ai/models/fal-ai/aura-sr/playground",
"href": "https://fal.ai/models/fal-ai/aura-sr/playground",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "What other models would you like to see open-sourced and commercially available? :)",
"raw": "What other models would you like to see open-sourced and commercially available? :)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | It is time for some Aura.
First in our series of fully open sourced / commercially available models by @fal-ai: AuraSR - a 600M parameter upscaler based on GigaGAN.
Blog: https://blog.fal.ai/introducing-aurasr-an-open-reproduction-of-the-gigagan-upscaler-2/
HF: https://huggingface.co/fal-ai/AuraSR
Code: https://github.com/fal-ai/aura-sr
Playground: https://fal.ai/models/fal-ai/aura-sr/playground
What other models would you like to see open-sourced and commercially available? :)
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6380ebb8471a4550ff255c62/-5tqR0SqLU53cOsXA-4ON.jpeg",
"fullname": "Batuhan",
"name": "isidentical",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 80,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999",
"louisbrulenaudet",
"John6666",
"netynet",
"badayvedat"
],
"count": 5
}
] | 2024-06-26T16:21:01.000Z | 2024-06-26T16:21:01.729Z | [] | /posts/isidentical/808551450380205 | 1,509 | 0 |
468604971409979 | [
{
"type": "text",
"value": "Look at that 👀 ",
"raw": "Look at that 👀 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Actual benchmarks have become too easy for recent models, much like grading high school students on middle school problems makes little sense. So the team worked on a new version of the Open LLM Leaderboard with new benchmarks.",
"raw": "Actual benchmarks have become too easy for recent models, much like grading high school students on middle school problems makes little sense. So the team worked on a new version of the Open LLM Leaderboard with new benchmarks.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Stellar work from ",
"raw": "Stellar work from ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@clefourrier",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "clefourrier",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@SaylorTwift",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "SaylorTwift",
"label": null,
"lang": null
},
{
"type": "text",
"value": " and the team!",
"raw": " and the team!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👉 Read the blog post: ",
"raw": "👉 Read the blog post: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/open-llm-leaderboard/blog",
"href": null,
"resource": {
"type": "space",
"id": "open-llm-leaderboard/blog",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/open-llm-leaderboard/blog",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👉 Explore the leaderboard: ",
"raw": "👉 Explore the leaderboard: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard",
"href": null,
"resource": {
"type": "space",
"id": "open-llm-leaderboard/open_llm_leaderboard",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Look at that 👀
Actual benchmarks have become too easy for recent models, much like grading high school students on middle school problems makes little sense. So the team worked on a new version of the Open LLM Leaderboard with new benchmarks.
Stellar work from @clefourrier @SaylorTwift and the team!
👉 Read the blog post: https://huggingface.co/spaces/open-llm-leaderboard/blog
👉 Explore the leaderboard: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/647f36a8454af0237bd49574/jshkqBUTY-GZL8As8y6Aq.jpeg",
"fullname": "Florent Daudens",
"name": "fdaudens",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 384,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/647f36a8454af0237bd49574/KyjafUc-W05rOwAHOWHU5.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1644340617257-noauth.png",
"fullname": "Clémentine Fourrier",
"name": "clefourrier",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 459
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1678663263366-63e0eea7af523c37e5a77966.jpeg",
"fullname": "Nathan Habib",
"name": "SaylorTwift",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 98
}
] | [
{
"reaction": "❤️",
"users": [
"anakin87",
"clefourrier",
"SaylorTwift",
"dillfrescott",
"louisbrulenaudet"
],
"count": 5
},
{
"reaction": "👍",
"users": [
"Norod78",
"dillfrescott",
"den0620"
],
"count": 3
}
] | 2024-06-26T14:50:18.000Z | 2024-06-27T09:32:35.264Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6215ce9abfcb3893344dd0a2/0srkKGjBNRDKnlMxNrsmn.jpeg",
"fullname": "Cross",
"name": "dillfrescott",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 47,
"isFollowing": false
}
] | /posts/fdaudens/468604971409979 | 1,871 | 1 |
427727576111455 | [
{
"type": "text",
"value": "🌌 Creating adventures with local LLMs",
"raw": "🌌 Creating adventures with local LLMs",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "What if 🤔... Homer Simpson met Spider-Man and they went on a quest for donuts? 🍩",
"raw": "What if 🤔... Homer Simpson met Spider-Man and they went on a quest for donuts? 🍩",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Or if Fred Astaire and Corporal Hicks teamed up to fight xenomorphs? 👾",
"raw": "Or if Fred Astaire and Corporal Hicks teamed up to fight xenomorphs? 👾",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "In the words of Karpathy, LLMs are dream machines...",
"raw": "In the words of Karpathy, LLMs are dream machines...",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "they seem specially made to simulate these wild scenarios!",
"raw": "they seem specially made to simulate these wild scenarios!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝐄𝐱𝐩𝐞𝐫𝐢𝐦𝐞𝐧𝐭𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚 👇",
"raw": "𝐄𝐱𝐩𝐞𝐫𝐢𝐦𝐞𝐧𝐭𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚 👇",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Nous Research / ",
"raw": "Nous Research / ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@teknium",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "teknium",
"label": null,
"lang": null
},
{
"type": "text",
"value": " recently released ",
"raw": " recently released ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/NousResearch/CharacterCodex",
"href": null,
"resource": {
"type": "dataset",
"id": "NousResearch/CharacterCodex",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/NousResearch/CharacterCodex",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ":",
"raw": ":",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "a massive dataset with information on 16k characters, both fictional and real.",
"raw": "a massive dataset with information on 16k characters, both fictional and real.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I couldn't wait to play it...",
"raw": "I couldn't wait to play it...",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "After a few attempts, I found that combining the information in this dataset with a good model (like ",
"raw": "After a few attempts, I found that combining the information in this dataset with a good model (like ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct",
"href": null,
"resource": {
"type": "model",
"id": "meta-llama/Meta-Llama-3-8B-Instruct",
"discussionNum": null
},
"url": "https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ") opens the doors to a myriad of chat adventures.",
"raw": ") opens the doors to a myriad of chat adventures.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🛠️ Stack:",
"raw": "🛠️ Stack:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔹Haystack for orchestration 🏗️",
"raw": "🔹Haystack for orchestration 🏗️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔹llamafile 🦙🗂️ to run our model locally.",
"raw": "🔹llamafile 🦙🗂️ to run our model locally.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📓 Check out the notebook: ",
"raw": "📓 Check out the notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://t.ly/y6jrZ",
"href": "https://t.ly/y6jrZ",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "(includes a bonus 🕵️ Mystery Character Quiz)",
"raw": "(includes a bonus 🕵️ Mystery Character Quiz)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🌌 Creating adventures with local LLMs
What if 🤔... Homer Simpson met Spider-Man and they went on a quest for donuts? 🍩
Or if Fred Astaire and Corporal Hicks teamed up to fight xenomorphs? 👾
In the words of Karpathy, LLMs are dream machines...
they seem specially made to simulate these wild scenarios!
𝐄𝐱𝐩𝐞𝐫𝐢𝐦𝐞𝐧𝐭𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐭𝐡𝐢𝐬 𝐢𝐝𝐞𝐚 👇
Nous Research / @teknium recently released https://huggingface.co/datasets/NousResearch/CharacterCodex:
a massive dataset with information on 16k characters, both fictional and real.
I couldn't wait to play it...
After a few attempts, I found that combining the information in this dataset with a good model (like https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) opens the doors to a myriad of chat adventures.
🛠️ Stack:
🔹Haystack for orchestration 🏗️
🔹llamafile 🦙🗂️ to run our model locally.
📓 Check out the notebook: https://t.ly/y6jrZ
(includes a bonus 🕵️ Mystery Character Quiz) | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/626505d493e0b04d75710566/9rfJc9ORXU9J5a42Ev3v6.png",
"fullname": "Stefano Fiorucci",
"name": "anakin87",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 66,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/626505d493e0b04d75710566/-Aw8IeW60pGI8XA-HYt1d.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6317aade83d8d2fd903192d9/erOwgMXc_CZih3uMoyTAp.jpeg",
"fullname": "Teknium",
"name": "teknium",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 4267
}
] | [
{
"reaction": "🔥",
"users": [
"not-lain",
"nickprock",
"jakemannix"
],
"count": 3
},
{
"reaction": "🤗",
"users": [
"not-lain",
"nickprock"
],
"count": 2
},
{
"reaction": "👍",
"users": [
"lenML"
],
"count": 1
}
] | 2024-06-26T13:26:05.000Z | 2024-06-26T18:56:04.721Z | [] | /posts/anakin87/427727576111455 | 1,649 | 0 |
330638841278815 | [
{
"type": "text",
"value": "LLaVA 1.6 - 34 billion parameters - loaded as 8-bit precision caption. Uses around 37 GB VRAM on Massed Compute with our installers (31 cents per hour with SECourses coupon). A new tutorial for this will be made hopefully soon. ",
"raw": "LLaVA 1.6 - 34 billion parameters - loaded as 8-bit precision caption. Uses around 37 GB VRAM on Massed Compute with our installers (31 cents per hour with SECourses coupon). A new tutorial for this will be made hopefully soon. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | LLaVA 1.6 - 34 billion parameters - loaded as 8-bit precision caption. Uses around 37 GB VRAM on Massed Compute with our installers (31 cents per hour with SECourses coupon). A new tutorial for this will be made hopefully soon. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1672531901326-6345bd89fe134dfd7a0dba40.png",
"fullname": "Furkan Gözükara",
"name": "MonsterMMORPG",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 376,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/aA-oPlfMJIUyxmt8fSqK7.png"
}
] | [] | [] | 2024-06-26T13:09:00.000Z | 2024-07-24T15:35:20.716Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/3MksIHj3UmwawD47lj4I6.jpeg",
"fullname": "dc.Sanchez",
"name": "SanchezKang",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1672531901326-6345bd89fe134dfd7a0dba40.png",
"fullname": "Furkan Gözükara",
"name": "MonsterMMORPG",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 376,
"isFollowing": false
}
] | /posts/MonsterMMORPG/330638841278815 | 492 | 4 |
168277709510356 | [
{
"type": "text",
"value": "Just shipped: introduction to vision language models (aka image-text-to-text) ",
"raw": "Just shipped: introduction to vision language models (aka image-text-to-text) ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/tasks/image-text-to-text",
"href": "https://huggingface.co/tasks/image-text-to-text",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Learn about more machine learning tasks at ",
"raw": "Learn about more machine learning tasks at ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/tasks",
"href": "https://huggingface.co/tasks",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Just shipped: introduction to vision language models (aka image-text-to-text) https://huggingface.co/tasks/image-text-to-text
Learn about more machine learning tasks at https://huggingface.co/tasks | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png",
"fullname": "Merve Noyan",
"name": "merve",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 5589,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/tn5lR1vngXyp39z1BPPxO.mp4"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"dblasko",
"gokaygokay",
"John6666",
"ucsahin",
"damerajee",
"hewliyang"
],
"count": 6
},
{
"reaction": "🔥",
"users": [
"alkzar90",
"ucyang",
"AnkitAI"
],
"count": 3
},
{
"reaction": "👍",
"users": [
"KnutJaegersberg"
],
"count": 1
}
] | 2024-06-26T10:33:31.000Z | 2024-06-26T10:33:31.695Z | [] | /posts/merve/168277709510356 | 3,276 | 0 |
532272630959058 | [
{
"type": "text",
"value": "Hi everyone! ",
"raw": "Hi everyone! ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm Alex, I'm 16, I've been an internship at Hugging Face for a little over a week and I've already learned a lot about using and prompting LLM models. With ",
"raw": "I'm Alex, I'm 16, I've been an internship at Hugging Face for a little over a week and I've already learned a lot about using and prompting LLM models. With ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@victor",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "victor",
"label": null,
"lang": null
},
{
"type": "text",
"value": " as tutor I've just finished a space that analyzes your feelings by prompting an LLM chat model. The aim is to extend it so that it can categorize hugging face posts. ",
"raw": " as tutor I've just finished a space that analyzes your feelings by prompting an LLM chat model. The aim is to extend it so that it can categorize hugging face posts. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/alex-abb/LLM_Feeling_Analyzer",
"href": null,
"resource": {
"type": "space",
"id": "alex-abb/LLM_Feeling_Analyzer",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/alex-abb/LLM_Feeling_Analyzer",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hi everyone!
I'm Alex, I'm 16, I've been an internship at Hugging Face for a little over a week and I've already learned a lot about using and prompting LLM models. With @victor as tutor I've just finished a space that analyzes your feelings by prompting an LLM chat model. The aim is to extend it so that it can categorize hugging face posts.
https://huggingface.co/spaces/alex-abb/LLM_Feeling_Analyzer
| {
"avatarUrl": "/avatars/b18e200ef5a79e4035e55249e1523c4a.svg",
"fullname": "alexandre ababou",
"name": "alex-abb",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 8,
"isFollowing": false
} | [] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5f17f0a0925b9863e28ad517/X7QKoiXbUtEZSG9jyvfk3.jpeg",
"fullname": "Victor Mustar",
"name": "victor",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 2607
}
] | [
{
"reaction": "🔥",
"users": [
"jgitsolutions",
"dblasko",
"victor",
"nefnef",
"Linaqruf",
"Wauplin",
"clem",
"thomwolf",
"mfuntowicz",
"HugoLaurencon",
"Narsil",
"davidberenstein1957",
"joaogante",
"ArthurZ",
"SixOpen",
"not-lain",
"Sylvestre",
"meganariley",
"davanstrien",
"pierrci",
"osanseviero",
"DavidGF",
"adamelliotfields",
"louisbrulenaudet",
"nataliaElv",
"lvwerra",
"azzr-duke",
"tengomucho",
"gabrielmbmb",
"julien-c",
"eustlb",
"sayakpaul",
"reach-vb",
"RoacherM",
"agenkit",
"Rexhaif",
"mishig",
"Cuiunbo",
"VishvaNCS",
"sted97",
"kramp",
"jcudit",
"MKSH",
"pcuenq"
],
"count": 44
},
{
"reaction": "👍",
"users": [
"Norod78",
"clem",
"thomwolf",
"OzzyGT",
"mfuntowicz",
"davidberenstein1957",
"not-lain",
"osanseviero",
"varuy322",
"reach-vb",
"mishig",
"frederikai",
"pcuenq"
],
"count": 13
},
{
"reaction": "🚀",
"users": [
"davidberenstein1957",
"osanseviero",
"reach-vb",
"agenkit",
"mishig",
"pcuenq"
],
"count": 6
},
{
"reaction": "😎",
"users": [
"davidberenstein1957",
"ArthurZ",
"eustlb",
"reach-vb",
"pcuenq"
],
"count": 5
}
] | 2024-06-26T09:29:18.000Z | 2024-06-26T19:32:32.406Z | [
{
"avatarUrl": "/avatars/b3eb8db1a2b7b2bb9499657b49cef353.svg",
"fullname": "Stefan D",
"name": "shtefarn",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
},
{
"avatarUrl": "/avatars/b18e200ef5a79e4035e55249e1523c4a.svg",
"fullname": "alexandre ababou",
"name": "alex-abb",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 8,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1677141720071-634ff41ff32062e9eb7b06a3.jpeg",
"fullname": "David Berenstein",
"name": "davidberenstein1957",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 167,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/CuGNmF1Et8KMQ0mCd1NEJ.jpeg",
"fullname": "Lain",
"name": "not-lain",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 941,
"isFollowing": false
}
] | /posts/alex-abb/532272630959058 | 4,770 | 4 |
492429353786944 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've been in the lab playing with various data formats today, and jammed out with some plain text to produce a nice list of fallacies and their solutions from Wikipedia's List of fallacies as JSONL for data processing.",
"raw": "I've been in the lab playing with various data formats today, and jammed out with some plain text to produce a nice list of fallacies and their solutions from Wikipedia's List of fallacies as JSONL for data processing.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Had some bumps along the way, but me and Gemini 1.5 Pro got there in the end. I must really learn to work with Gemini 1.5 Flash more effectively in future.",
"raw": "Had some bumps along the way, but me and Gemini 1.5 Pro got there in the end. I must really learn to work with Gemini 1.5 Flash more effectively in future.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/MrOvkill/fallacies-list-wikipedia",
"href": null,
"resource": {
"type": "dataset",
"id": "MrOvkill/fallacies-list-wikipedia",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/MrOvkill/fallacies-list-wikipedia",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Enjoy!",
"raw": "Enjoy!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "code_fence",
"value": null,
"raw": "```\n-<3\n```",
"href": null,
"resource": null,
"url": null,
"code": "-<3",
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hello!
I've been in the lab playing with various data formats today, and jammed out with some plain text to produce a nice list of fallacies and their solutions from Wikipedia's List of fallacies as JSONL for data processing.
Had some bumps along the way, but me and Gemini 1.5 Pro got there in the end. I must really learn to work with Gemini 1.5 Flash more effectively in future.
https://huggingface.co/datasets/MrOvkill/fallacies-list-wikipedia
Enjoy!
```
-<3
```
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"s3nh",
"Ramikan-BR",
"deepan2k5"
],
"count": 3
}
] | 2024-06-26T04:04:50.000Z | 2024-06-26T04:04:50.191Z | [] | /posts/MrOvkill/492429353786944 | 1,606 | 0 |
605584658592909 | [
{
"type": "text",
"value": "Looking to move away from OpenAI's closed-source models? ",
"raw": "Looking to move away from OpenAI's closed-source models? ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We've made switching from to open-source as easy as possible with a drop-in replacement OpenAI’s chat completion endpoint. You can specify any model you'd like in just a few lines of code. We call it the OpenAI Switch Kit.",
"raw": "We've made switching from to open-source as easy as possible with a drop-in replacement OpenAI’s chat completion endpoint. You can specify any model you'd like in just a few lines of code. We call it the OpenAI Switch Kit.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Check out the docs here: ",
"raw": "Check out the docs here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://postgresml.org/docs/guides/opensourceai",
"href": "https://postgresml.org/docs/guides/opensourceai",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Or the blog post here: ",
"raw": "Or the blog post here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://postgresml.org/blog/introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes",
"href": "https://postgresml.org/blog/introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Happy building!",
"raw": "Happy building!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Looking to move away from OpenAI's closed-source models?
We've made switching from to open-source as easy as possible with a drop-in replacement OpenAI’s chat completion endpoint. You can specify any model you'd like in just a few lines of code. We call it the OpenAI Switch Kit.
Check out the docs here: https://postgresml.org/docs/guides/opensourceai
Or the blog post here: https://postgresml.org/blog/introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes
Happy building! | {
"avatarUrl": "/avatars/20c6cabac91c84388340016f1ba6494d.svg",
"fullname": "Cassandra Stumer",
"name": "cassandrapgml",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/665f71f996682d0a22327754/FRpLaWwuJqN37eelzbxAt.png"
}
] | [] | [] | 2024-06-25T21:23:49.000Z | 2024-06-25T21:23:49.487Z | [] | /posts/cassandrapgml/605584658592909 | 729 | 0 |
114782460115385 | [
{
"type": "text",
"value": "Recently, we open-sourced YaFSDP, Yandex’s tool for efficient distributed training of LLMs.",
"raw": "Recently, we open-sourced YaFSDP, Yandex’s tool for efficient distributed training of LLMs.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Here are some of the key ideas used in YaFSDP to provide speedup and memory savings over FSDP:",
"raw": "Here are some of the key ideas used in YaFSDP to provide speedup and memory savings over FSDP:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Allocate and utilize just two buffers throughout the transformer for all collected weights to circumvent the torch memory allocator;",
"raw": "• Allocate and utilize just two buffers throughout the transformer for all collected weights to circumvent the torch memory allocator;",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Gather small normalization layers at the beginning of the iteration and average the gradients only at the end;",
"raw": "• Gather small normalization layers at the beginning of the iteration and average the gradients only at the end;",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "• Move gradient division to the very end of the backward pass.",
"raw": "• Move gradient division to the very end of the backward pass.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To learn more about how YaFSDP works, check out our latest blog post: ",
"raw": "To learn more about how YaFSDP works, check out our latest blog post: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://medium.com/yandex/yafsdp-a-tool-for-faster-llm-training-and-optimized-gpu-utilization-is-no-632b7539f5b3",
"href": "https://medium.com/yandex/yafsdp-a-tool-for-faster-llm-training-and-optimized-gpu-utilization-is-no-632b7539f5b3",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Recently, we open-sourced YaFSDP, Yandex’s tool for efficient distributed training of LLMs.
Here are some of the key ideas used in YaFSDP to provide speedup and memory savings over FSDP:
• Allocate and utilize just two buffers throughout the transformer for all collected weights to circumvent the torch memory allocator;
• Gather small normalization layers at the beginning of the iteration and average the gradients only at the end;
• Move gradient division to the very end of the backward pass.
To learn more about how YaFSDP works, check out our latest blog post: https://medium.com/yandex/yafsdp-a-tool-for-faster-llm-training-and-optimized-gpu-utilization-is-no-632b7539f5b3 | {
"avatarUrl": "/avatars/aa880f8154840d70c7ec7d75373b8a30.svg",
"fullname": "Ruslan Vasilev",
"name": "artnitolog",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 15,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"Omshirsat",
"kristaller486",
"itsdaria",
"GPT007",
"umutphp",
"Joseph717171",
"MaziyarPanahi",
"den0620",
"Rexhaif",
"ucyang"
],
"count": 10
},
{
"reaction": "❤️",
"users": [
"Joseph717171",
"MaziyarPanahi",
"Rexhaif"
],
"count": 3
},
{
"reaction": "🔥",
"users": [
"Joseph717171",
"MaziyarPanahi",
"Rexhaif"
],
"count": 3
},
{
"reaction": "🚀",
"users": [
"Joseph717171"
],
"count": 1
},
{
"reaction": "🤗",
"users": [
"Joseph717171"
],
"count": 1
},
{
"reaction": "🤝",
"users": [
"Joseph717171"
],
"count": 1
}
] | 2024-06-25T18:10:44.000Z | 2024-06-25T18:10:44.962Z | [] | /posts/artnitolog/114782460115385 | 2,501 | 0 |
846357156531571 | [
{
"type": "text",
"value": "Hello beautiful people.",
"raw": "Hello beautiful people.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I wanted to thank everyone that read my blogpost and I am glad to share that we have achieved 11000 readers 🥳",
"raw": "I wanted to thank everyone that read my blogpost and I am glad to share that we have achieved 11000 readers 🥳",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I couldn't have done this without you, so once again thanks a lot everyone for the support 💖",
"raw": "I couldn't have done this without you, so once again thanks a lot everyone for the support 💖",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "If you haven't already you can read my blog post at: ",
"raw": "If you haven't already you can read my blog post at: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3",
"href": "https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hello beautiful people.
I wanted to thank everyone that read my blogpost and I am glad to share that we have achieved 11000 readers 🥳
I couldn't have done this without you, so once again thanks a lot everyone for the support 💖
If you haven't already you can read my blog post at: https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/CuGNmF1Et8KMQ0mCd1NEJ.jpeg",
"fullname": "Lain",
"name": "not-lain",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 941,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6527e89a8808d80ccff88b7a/DtpOWjMB9IlNK45cpB0VQ.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"YaTharThShaRma999",
"KvrParaskevi",
"ijohn07",
"mohamed-khalil"
],
"count": 4
}
] | 2024-06-25T17:14:13.000Z | 2024-06-25T17:23:33.731Z | [] | /posts/not-lain/846357156531571 | 1,430 | 0 |
138732505334784 | [
{
"type": "text",
"value": "🌍 Cohere for AI has announced that this July and August, it is inviting researchers from around the world to join Expedition Aya, a global initiative focused on launching projects using multilingual tools like Aya 23 and Aya 101. 🌐",
"raw": "🌍 Cohere for AI has announced that this July and August, it is inviting researchers from around the world to join Expedition Aya, a global initiative focused on launching projects using multilingual tools like Aya 23 and Aya 101. 🌐",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Participants can start by joining the Aya server, where all organization will take place. They can share ideas and connect with others on Discord and the signup sheet. Various events will be hosted to help people find potential team members. 🤝",
"raw": "Participants can start by joining the Aya server, where all organization will take place. They can share ideas and connect with others on Discord and the signup sheet. Various events will be hosted to help people find potential team members. 🤝",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To support the projects, Cohere API credits will be issued. 💰",
"raw": "To support the projects, Cohere API credits will be issued. 💰",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Over the course of six weeks, weekly check-in calls are also planned to help teams stay on track and receive support with using Aya. 🖥️",
"raw": "Over the course of six weeks, weekly check-in calls are also planned to help teams stay on track and receive support with using Aya. 🖥️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The expedition will wrap up at the end of August with a closing event to showcase everyone’s work and plan next steps. Participants who complete the expedition will also receive some Expedition Aya swag. 🎉",
"raw": "The expedition will wrap up at the end of August with a closing event to showcase everyone’s work and plan next steps. Participants who complete the expedition will also receive some Expedition Aya swag. 🎉",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Links:",
"raw": "Links:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Join the Aya Discord: ",
"raw": "Join the Aya Discord: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://discord.com/invite/q9QRYkjpwk",
"href": "https://discord.com/invite/q9QRYkjpwk",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Visit the Expedition Aya Minisite: ",
"raw": "Visit the Expedition Aya Minisite: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://sites.google.com/cohere.com/expedition-aya/home",
"href": "https://sites.google.com/cohere.com/expedition-aya/home",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🌍 Cohere for AI has announced that this July and August, it is inviting researchers from around the world to join Expedition Aya, a global initiative focused on launching projects using multilingual tools like Aya 23 and Aya 101. 🌐
Participants can start by joining the Aya server, where all organization will take place. They can share ideas and connect with others on Discord and the signup sheet. Various events will be hosted to help people find potential team members. 🤝
To support the projects, Cohere API credits will be issued. 💰
Over the course of six weeks, weekly check-in calls are also planned to help teams stay on track and receive support with using Aya. 🖥️
The expedition will wrap up at the end of August with a closing event to showcase everyone’s work and plan next steps. Participants who complete the expedition will also receive some Expedition Aya swag. 🎉
Links:
Join the Aya Discord: https://discord.com/invite/q9QRYkjpwk
Visit the Expedition Aya Minisite: https://sites.google.com/cohere.com/expedition-aya/home
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/641b754d1911d3be6745cce9/GXN8mEmaq3rfITRrw7GeZ.jpeg",
"fullname": "atayloraerospace",
"name": "Taylor658",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/641b754d1911d3be6745cce9/XsyWDzNV2D6zrhki1aMgo.jpeg"
}
] | [] | [
{
"reaction": "🚀",
"users": [
"monsoon-nlp",
"louisbrulenaudet"
],
"count": 2
},
{
"reaction": "🔥",
"users": [
"takarajordan"
],
"count": 1
}
] | 2024-06-25T16:45:53.000Z | 2024-07-09T10:32:25.131Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/aqVOJmgtsBbB6BFeLpL7h.jpeg",
"fullname": "Jordan Legg",
"name": "takarajordan",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 10,
"isFollowing": false
}
] | /posts/Taylor658/138732505334784 | 694 | 1 |
784239590755279 | [
{
"type": "text",
"value": "Florence-2 has a great capability of detecting various objects in a zero-shot setting with the task prompt \"<OD>\". However, if you want to detect specific objects that the base model is not able to in its current form, you can easily finetune it for this particular task. Below I show how to finetune the model to detect tables in a given image, but a similar process can be applied to detect any objects. Thanks to ",
"raw": "Florence-2 has a great capability of detecting various objects in a zero-shot setting with the task prompt \"<OD>\". However, if you want to detect specific objects that the base model is not able to in its current form, you can easily finetune it for this particular task. Below I show how to finetune the model to detect tables in a given image, but a similar process can be applied to detect any objects. Thanks to ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@andito",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "andito",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", ",
"raw": ", ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@merve",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "merve",
"label": null,
"lang": null
},
{
"type": "text",
"value": ", and ",
"raw": ", and ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@SkalskiP",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "SkalskiP",
"label": null,
"lang": null
},
{
"type": "text",
"value": " for sharing the fix for finetuning the Florence-2 model. Please also check their great blog post at ",
"raw": " for sharing the fix for finetuning the Florence-2 model. Please also check their great blog post at ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/finetune-florence2",
"href": "https://huggingface.co/blog/finetune-florence2",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ". ",
"raw": ". ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Colab notebook: ",
"raw": "Colab notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://colab.research.google.com/drive/1Y8GVjwzBIgfmfD3ZypDX5H1JA_VG0YDL?usp=sharing",
"href": "https://colab.research.google.com/drive/1Y8GVjwzBIgfmfD3ZypDX5H1JA_VG0YDL?usp=sharing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Finetuned model: ",
"raw": "Finetuned model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/ucsahin/Florence-2-large-TableDetection",
"href": null,
"resource": {
"type": "model",
"id": "ucsahin/Florence-2-large-TableDetection",
"discussionNum": null
},
"url": "https://huggingface.co/ucsahin/Florence-2-large-TableDetection",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Florence-2 has a great capability of detecting various objects in a zero-shot setting with the task prompt "<OD>". However, if you want to detect specific objects that the base model is not able to in its current form, you can easily finetune it for this particular task. Below I show how to finetune the model to detect tables in a given image, but a similar process can be applied to detect any objects. Thanks to @andito, @merve, and @SkalskiP for sharing the fix for finetuning the Florence-2 model. Please also check their great blog post at https://huggingface.co/blog/finetune-florence2.
Colab notebook: https://colab.research.google.com/drive/1Y8GVjwzBIgfmfD3ZypDX5H1JA_VG0YDL?usp=sharing
Finetuned model: https://huggingface.co/ucsahin/Florence-2-large-TableDetection | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64dcd996e3e44e8000cdd9cb/jLrOsWrKrKYx0NhVkJaF0.jpeg",
"fullname": "Umitcan Sahin",
"name": "ucsahin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 45,
"isFollowing": false
} | [] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65d66b494bbd0d92b641cdbb/6-7dm7B-JxcoS1QlCPdMN.jpeg",
"fullname": "Andres Marafioti",
"name": "andito",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 61
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png",
"fullname": "Merve Noyan",
"name": "merve",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 5589
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg",
"fullname": "Piotr Skalski",
"name": "SkalskiP",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 2318
}
] | [
{
"reaction": "🚀",
"users": [
"andito",
"qubvel-hf",
"John6666",
"Metin",
"osanseviero",
"sosoai",
"kevinjeswani",
"danelcsb",
"dblasko",
"maddosaientisuto",
"radames"
],
"count": 11
},
{
"reaction": "🔥",
"users": [
"alperiox",
"radames"
],
"count": 2
}
] | 2024-06-25T15:43:36.000Z | 2024-07-23T13:51:44.479Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6579e0eaa9e58aec614e9d97/zklEVBvTRHoIvVjuVLRom.jpeg",
"fullname": "Sangbum Choi",
"name": "danelcsb",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 3,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64dcd996e3e44e8000cdd9cb/jLrOsWrKrKYx0NhVkJaF0.jpeg",
"fullname": "Umitcan Sahin",
"name": "ucsahin",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 45,
"isFollowing": false
},
{
"avatarUrl": "/avatars/ee643b69c74bd7ae5ad59df4d05ac38d.svg",
"fullname": "Abdul Hanan Ch",
"name": "maddosaientisuto",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/ucsahin/784239590755279 | 3,593 | 5 |
807406794863793 | [
{
"type": "text",
"value": "I'm decentralizing my AI end2end, from the AI model distribution to on device AI inferencing. llama-ipfs - llama.cpp integrated with Interplanetary File System for distributing peer2peer and loading AI models without the need for cloud storage or AI model Hub.",
"raw": "I'm decentralizing my AI end2end, from the AI model distribution to on device AI inferencing. llama-ipfs - llama.cpp integrated with Interplanetary File System for distributing peer2peer and loading AI models without the need for cloud storage or AI model Hub.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "llama.cpp now supports decentralized inferencing with RPC, allowing the distribution of workload across all home devices. This functionality can be enhanced with a P2P ad-hoc VPN, enabling the extension of distributed inferencing to any device on any network.",
"raw": "llama.cpp now supports decentralized inferencing with RPC, allowing the distribution of workload across all home devices. This functionality can be enhanced with a P2P ad-hoc VPN, enabling the extension of distributed inferencing to any device on any network.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Imagine an open-source AI that's as decentralized as a potluck dinner - everyone brings something to the table, and there's ZERO need for blockchain. It's like a digital fortress, with security and privacy baked right in, not to mention a dollop of integrity and trust. This could be the secret sauce for an enterprise AI platform, complete with an integrated IT policy. It might just be the cherry on top for the next generation of Apple Intelligence and Copilot+ PCs.",
"raw": "Imagine an open-source AI that's as decentralized as a potluck dinner - everyone brings something to the table, and there's ZERO need for blockchain. It's like a digital fortress, with security and privacy baked right in, not to mention a dollop of integrity and trust. This could be the secret sauce for an enterprise AI platform, complete with an integrated IT policy. It might just be the cherry on top for the next generation of Apple Intelligence and Copilot+ PCs.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it.",
"raw": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I'm decentralizing my AI end2end, from the AI model distribution to on device AI inferencing. llama-ipfs - llama.cpp integrated with Interplanetary File System for distributing peer2peer and loading AI models without the need for cloud storage or AI model Hub.
llama.cpp now supports decentralized inferencing with RPC, allowing the distribution of workload across all home devices. This functionality can be enhanced with a P2P ad-hoc VPN, enabling the extension of distributed inferencing to any device on any network.
Imagine an open-source AI that's as decentralized as a potluck dinner - everyone brings something to the table, and there's ZERO need for blockchain. It's like a digital fortress, with security and privacy baked right in, not to mention a dollop of integrity and trust. This could be the secret sauce for an enterprise AI platform, complete with an integrated IT policy. It might just be the cherry on top for the next generation of Apple Intelligence and Copilot+ PCs.
Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63f731c7d36951307fcca6bf/DMd5-Pt7YHC0agbAQ1xUc.png",
"fullname": "Mitko Vasilev",
"name": "mitkox",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 119,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"rvpierre",
"Ramikan-BR",
"graphicaldot",
"brainhome",
"sa8",
"pegak"
],
"count": 6
},
{
"reaction": "👍",
"users": [
"Nerius"
],
"count": 1
}
] | 2024-06-25T14:10:12.000Z | 2024-06-25T14:10:12.030Z | [] | /posts/mitkox/807406794863793 | 2,121 | 0 |
697001195364732 | [
{
"type": "text",
"value": "NEW #DecentralizeAI Writing Contest, by InternetComputer.org and HackerNoon.com! 😜 ",
"raw": "NEW #DecentralizeAI Writing Contest, by InternetComputer.org and HackerNoon.com! 😜 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.contests.hackernoon.com/decentralize-ai-writing-contest",
"href": "https://www.contests.hackernoon.com/decentralize-ai-writing-contest",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 🤪",
"raw": " 🤪",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "\"Not going to beat centralized AI with more centralized AI.\" - Emad Mostaque",
"raw": "\"Not going to beat centralized AI with more centralized AI.\" - Emad Mostaque",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "To enter, submit a blog post with the #decentralize-ai tag on HackerNoon.",
"raw": "To enter, submit a blog post with the #decentralize-ai tag on HackerNoon.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | NEW #DecentralizeAI Writing Contest, by InternetComputer.org and HackerNoon.com! 😜 https://www.contests.hackernoon.com/decentralize-ai-writing-contest 🤪
"Not going to beat centralized AI with more centralized AI." - Emad Mostaque
To enter, submit a blog post with the #decentralize-ai tag on HackerNoon. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64862a25cf5ad5e1f0482ef2/61qPUtw9jIl7zpPYmi0VW.jpeg",
"fullname": "David Smooke",
"name": "Smooke",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 43,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64862a25cf5ad5e1f0482ef2/exJ53dftLPQJw5m1f0JeA.png"
}
] | [] | [
{
"reaction": "🚀",
"users": [
"victor"
],
"count": 1
}
] | 2024-06-25T13:25:30.000Z | 2024-06-25T13:25:30.425Z | [] | /posts/Smooke/697001195364732 | 507 | 0 |
617599851628763 | [
{
"type": "text",
"value": "Use GPT-4o + GPT-4-Turbo-Preview + GPT-3.5-Turbo + BingAI",
"raw": "Use GPT-4o + GPT-4-Turbo-Preview + GPT-3.5-Turbo + BingAI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/spaces/NiansuhAI/Copilot",
"href": "https://huggingface.co/spaces/NiansuhAI/Copilot",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Use GPT-4o + GPT-4-Turbo-Preview + GPT-3.5-Turbo + BingAI
https://huggingface.co/spaces/NiansuhAI/Copilot | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64cba00d710645aa7b04f281/a_-LPwd4wqRyi8sJ1QxjI.jpeg",
"fullname": "Husnain",
"name": "Niansuh",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 64,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"Niansuh",
"British-Rat",
"John6666",
"ayush-thakur02"
],
"count": 4
},
{
"reaction": "🚀",
"users": [
"Niansuh",
"alvis44"
],
"count": 2
}
] | 2024-06-25T09:29:26.000Z | 2024-06-26T15:50:27.001Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/CuGNmF1Et8KMQ0mCd1NEJ.jpeg",
"fullname": "Lain",
"name": "not-lain",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 941,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64cba00d710645aa7b04f281/a_-LPwd4wqRyi8sJ1QxjI.jpeg",
"fullname": "Husnain",
"name": "Niansuh",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 64,
"isFollowing": false
}
] | /posts/Niansuh/617599851628763 | 1,689 | 2 |
504772386075668 | [
{
"type": "text",
"value": "Were you aware that we have a dedicated guide on different prompting mechanisms to improve the image generation quality? 🧨",
"raw": "Were you aware that we have a dedicated guide on different prompting mechanisms to improve the image generation quality? 🧨",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Takes you through simple prompt engineering, prompt weighting, prompt enhancement using GPT-2, and more.",
"raw": "Takes you through simple prompt engineering, prompt weighting, prompt enhancement using GPT-2, and more.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Check out the guide here 🦯",
"raw": "Check out the guide here 🦯",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/docs/diffusers/main/en/using-diffusers/weighted_prompts",
"href": "https://huggingface.co/docs/diffusers/main/en/using-diffusers/weighted_prompts",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Were you aware that we have a dedicated guide on different prompting mechanisms to improve the image generation quality? 🧨
Takes you through simple prompt engineering, prompt weighting, prompt enhancement using GPT-2, and more.
Check out the guide here 🦯
https://huggingface.co/docs/diffusers/main/en/using-diffusers/weighted_prompts | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1649681653581-5f7fbd813e94f16a85448745.jpeg",
"fullname": "Sayak Paul",
"name": "sayakpaul",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 459,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/5f7fbd813e94f16a85448745/12dTczAyppx9K4if1B-0s.png"
}
] | [] | [
{
"reaction": "🔥",
"users": [
"ashikurrahman",
"GPT007",
"linoyts",
"louisbrulenaudet",
"radames",
"chuangxinlezhi",
"mynkchaudhry"
],
"count": 7
},
{
"reaction": "🤯",
"users": [
"chuangxinlezhi"
],
"count": 1
}
] | 2024-06-25T09:08:27.000Z | 2024-06-25T17:42:42.253Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6640bbd0220cfa8cbfdce080/wiAHUu5ewawyipNs0YFBR.png",
"fullname": "John Smith",
"name": "John6666",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 398,
"isFollowing": false
}
] | /posts/sayakpaul/504772386075668 | 2,191 | 1 |
383558582332469 | [
{
"type": "text",
"value": "I've noticed some people are still downloading ",
"raw": "I've noticed some people are still downloading ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/neph1/sd-seer-griffin-3b",
"href": null,
"resource": {
"type": "model",
"id": "neph1/sd-seer-griffin-3b",
"discussionNum": null
},
"url": "https://huggingface.co/neph1/sd-seer-griffin-3b",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Should I make an update based on a more modern architecture? (griffin-3b is llama (1!))",
"raw": "Should I make an update based on a more modern architecture? (griffin-3b is llama (1!))",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I've noticed some people are still downloading https://huggingface.co/neph1/sd-seer-griffin-3b
Should I make an update based on a more modern architecture? (griffin-3b is llama (1!)) | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/653cd3049107029eb004f968/Y4XphXmk8P51GlIi6u9cd.png",
"fullname": "Rickard Edén",
"name": "neph1",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 13,
"isFollowing": false
} | [] | [] | [] | 2024-06-25T08:57:41.000Z | 2024-07-22T12:15:14.331Z | [
{
"avatarUrl": "/avatars/25883cb9e3e9411428a4b09a4e769fbb.svg",
"fullname": "gfhgfhgfh",
"name": "ffghgfh",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/neph1/383558582332469 | 592 | 1 |
676034649939962 | [
{
"type": "text",
"value": "📢 Interested in #LLM safety? ",
"raw": "📢 Interested in #LLM safety? ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We have just uploaded a new version of ALERT 🚨 on ArXiv with novel insights into the weaknesses and vulnerabilities of LLMs! 👀 ",
"raw": "We have just uploaded a new version of ALERT 🚨 on ArXiv with novel insights into the weaknesses and vulnerabilities of LLMs! 👀 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2404.08676",
"href": "https://arxiv.org/abs/2404.08676",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "For a summary of the paper, read this blog post: ",
"raw": "For a summary of the paper, read this blog post: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/sted97/alert",
"href": "https://huggingface.co/blog/sted97/alert",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 🤗",
"raw": " 🤗",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 📢 Interested in #LLM safety?
We have just uploaded a new version of ALERT 🚨 on ArXiv with novel insights into the weaknesses and vulnerabilities of LLMs! 👀 https://arxiv.org/abs/2404.08676
For a summary of the paper, read this blog post: https://huggingface.co/blog/sted97/alert 🤗 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61b85aa99ba538c73a7dc78b/gWxtQAvOYn7cXgE_nAy0p.jpeg",
"fullname": "Simone Tedeschi",
"name": "sted97",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 30,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"PereLluis13"
],
"count": 1
}
] | 2024-06-25T08:15:29.000Z | 2024-06-25T08:15:29.270Z | [] | /posts/sted97/676034649939962 | 455 | 0 |
355818467715515 | [
{
"type": "text",
"value": "📣Thrilled to make public our recent work ENVISIONS !!!",
"raw": "📣Thrilled to make public our recent work ENVISIONS !!!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Without human annotations !",
"raw": "- Without human annotations !",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Without Distilling Strong LLMs !",
"raw": "- Without Distilling Strong LLMs !",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Self-improve LLMs in the environment",
"raw": "- Self-improve LLMs in the environment",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Amazing performances on agentic and reasoning tasks",
"raw": "- Amazing performances on agentic and reasoning tasks",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Insightful analysis on \"why\" questions",
"raw": "- Insightful analysis on \"why\" questions",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models",
"raw": "📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📎 Repo: ",
"raw": "📎 Repo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/xufangzhi/ENVISIONS",
"href": "https://github.com/xufangzhi/ENVISIONS",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 📣Thrilled to make public our recent work ENVISIONS !!!
- Without human annotations !
- Without Distilling Strong LLMs !
- Self-improve LLMs in the environment
- Amazing performances on agentic and reasoning tasks
- Insightful analysis on "why" questions
📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models
📎 Repo: https://github.com/xufangzhi/ENVISIONS | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/656d73ed0bbc114fe6449704/gpteBU9GmKSHRVkRBUHld.png",
"fullname": "Symbol-LLM",
"name": "Symbol-LLM",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 29,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"Symbol-LLM",
"GPT007",
"John6666"
],
"count": 3
},
{
"reaction": "🚀",
"users": [
"Symbol-LLM"
],
"count": 1
}
] | 2024-06-25T05:17:34.000Z | 2024-06-25T07:58:42.528Z | [
{
"avatarUrl": "/avatars/c5dd35ecf6b895f01b20fba7aa75124d.svg",
"fullname": "Jeffery",
"name": "sjfhsajkf",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
}
] | /posts/Symbol-LLM/355818467715515 | 1,778 | 1 |
210297200279279 | [
{
"type": "text",
"value": "📣Thrilled to make public our recent work ENVISIONS !!!",
"raw": "📣Thrilled to make public our recent work ENVISIONS !!!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Without human annotations !",
"raw": "- Without human annotations !",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Without Distilling Strong LLMs !",
"raw": "- Without Distilling Strong LLMs !",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Self-improve LLMs in the environment",
"raw": "- Self-improve LLMs in the environment",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Amazing performances on agentic and reasoning tasks",
"raw": "- Amazing performances on agentic and reasoning tasks",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Insightful analysis on \"why\" questions",
"raw": "- Insightful analysis on \"why\" questions",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models",
"raw": "📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "📎 Repo: ",
"raw": "📎 Repo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/xufangzhi/ENVISIONS",
"href": "https://github.com/xufangzhi/ENVISIONS",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 📣Thrilled to make public our recent work ENVISIONS !!!
- Without human annotations !
- Without Distilling Strong LLMs !
- Self-improve LLMs in the environment
- Amazing performances on agentic and reasoning tasks
- Insightful analysis on "why" questions
📝 Title: Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models
📎 Repo: https://github.com/xufangzhi/ENVISIONS
| {
"avatarUrl": "/avatars/68ad6babbd6b1bc85a7dcb1a7888ac53.svg",
"fullname": "Fangzhi Xu",
"name": "xufangzhi",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 5,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"xufangzhi"
],
"count": 1
},
{
"reaction": "🚀",
"users": [
"xufangzhi"
],
"count": 1
}
] | 2024-06-25T05:13:21.000Z | 2024-06-25T05:13:21.917Z | [] | /posts/xufangzhi/210297200279279 | 463 | 0 |
154642657500810 | [
{
"type": "text",
"value": "🚀 KARAKURI LM 8x7B Instruct v0.1",
"raw": "🚀 KARAKURI LM 8x7B Instruct v0.1",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "KARAKURI Inc. has publicly released \"KARAKURI LM 8x7B Instruct v0.1\", the first domestic Large Language Model (LLM) in Japan to support Function calling and Retrieval-Augmented Generation (RAG). This AI agent can handle tasks across various applications autonomously, significantly reducing implementation costs compared to traditional models. ",
"raw": "KARAKURI Inc. has publicly released \"KARAKURI LM 8x7B Instruct v0.1\", the first domestic Large Language Model (LLM) in Japan to support Function calling and Retrieval-Augmented Generation (RAG). This AI agent can handle tasks across various applications autonomously, significantly reducing implementation costs compared to traditional models. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model Features:",
"raw": "Model Features:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Capable of autonomously choosing optimal documents and databases for various tasks.",
"raw": "- Capable of autonomously choosing optimal documents and databases for various tasks.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Applied extensively in customer support for automating responses and processes, analyzing Voice of Customer (VoC), and predicting optimal outreach timings.",
"raw": "- Applied extensively in customer support for automating responses and processes, analyzing Voice of Customer (VoC), and predicting optimal outreach timings.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model URL:",
"raw": "Model URL:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/karakuri-ai/karakuri-lm-8x7b-instruct-v0.1",
"href": null,
"resource": {
"type": "model",
"id": "karakuri-ai/karakuri-lm-8x7b-instruct-v0.1",
"discussionNum": null
},
"url": "https://huggingface.co/karakuri-ai/karakuri-lm-8x7b-instruct-v0.1",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Detailed press release (in Japanese):",
"raw": "Detailed press release (in Japanese):",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://karakuri.ai/seminar/news/karakuri-lm-8x7b-instruct-v0-1/",
"href": "https://karakuri.ai/seminar/news/karakuri-lm-8x7b-instruct-v0-1/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🚀 KARAKURI LM 8x7B Instruct v0.1
KARAKURI Inc. has publicly released "KARAKURI LM 8x7B Instruct v0.1", the first domestic Large Language Model (LLM) in Japan to support Function calling and Retrieval-Augmented Generation (RAG). This AI agent can handle tasks across various applications autonomously, significantly reducing implementation costs compared to traditional models.
Model Features:
- Capable of autonomously choosing optimal documents and databases for various tasks.
- Applied extensively in customer support for automating responses and processes, analyzing Voice of Customer (VoC), and predicting optimal outreach timings.
Model URL:
https://huggingface.co/karakuri-ai/karakuri-lm-8x7b-instruct-v0.1
Detailed press release (in Japanese):
https://karakuri.ai/seminar/news/karakuri-lm-8x7b-instruct-v0-1/ | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61a32e422172c41f121589d2/8jExNd-9fenpqw_Z1rvL6.jpeg",
"fullname": "Kaito Sugimoto",
"name": "kaisugi",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 12,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👍",
"users": [
"ynakashima"
],
"count": 1
}
] | 2024-06-25T04:51:03.000Z | 2024-06-25T04:51:03.474Z | [] | /posts/kaisugi/154642657500810 | 621 | 0 |
630121342404584 | [
{
"type": "text",
"value": "Doraemon AI your future friend",
"raw": "Doraemon AI your future friend",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://hf.co/chat/assistant/667a0d8482b5bcd065dd882f",
"href": "https://hf.co/chat/assistant/667a0d8482b5bcd065dd882f",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Doraemon AI your future friend
https://hf.co/chat/assistant/667a0d8482b5bcd065dd882f
| {
"avatarUrl": "/avatars/d773a7dd9b706759131fc482ab71ced7.svg",
"fullname": "feboris946@vndem.com",
"name": "Taf2023",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 8,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64841af2295256340e4b9f88/E12XQ7t5IQfgP7fp4kxnC.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64841af2295256340e4b9f88/5tJMbB_93yfHOSfpX82sk.jpeg"
}
] | [] | [
{
"reaction": "👀",
"users": [
"GPT007",
"Ievan",
"edwixx"
],
"count": 3
}
] | 2024-06-25T00:54:34.000Z | 2024-06-25T00:54:34.765Z | [] | /posts/Taf2023/630121342404584 | 1,531 | 0 |
515229433183214 | [
{
"type": "text",
"value": "𝗝𝘂𝗱𝗴𝗶𝗻𝗴 𝘁𝗵𝗲 𝗝𝘂𝗱𝗴𝗲𝘀: 𝗘𝘃𝗮𝗹𝘂𝗮𝘁𝗶𝗻𝗴 𝗔𝗹𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗮𝗻𝗱 𝗩𝘂𝗹𝗻𝗲𝗿𝗮𝗯𝗶𝗹𝗶𝘁𝗶𝗲𝘀 𝗶𝗻 𝗟𝗟𝗠𝘀-𝗮𝘀-𝗝𝘂𝗱𝗴𝗲𝘀",
"raw": "𝗝𝘂𝗱𝗴𝗶𝗻𝗴 𝘁𝗵𝗲 𝗝𝘂𝗱𝗴𝗲𝘀: 𝗘𝘃𝗮𝗹𝘂𝗮𝘁𝗶𝗻𝗴 𝗔𝗹𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗮𝗻𝗱 𝗩𝘂𝗹𝗻𝗲𝗿𝗮𝗯𝗶𝗹𝗶𝘁𝗶𝗲𝘀 𝗶𝗻 𝗟𝗟𝗠𝘀-𝗮𝘀-𝗝𝘂𝗱𝗴𝗲𝘀",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2406.12624",
"href": null,
"resource": {
"type": "paper",
"id": "2406.12624",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2406.12624",
"code": null,
"user": null,
"label": "Judging the Judges: Evaluating Alignment and Vulnerabilities in\n LLMs-as-Judges (2406.12624)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "𝐂𝐚𝐧 𝐋𝐋𝐌𝐬 𝐬𝐞𝐫𝐯𝐞 𝐚𝐬 𝐫𝐞𝐥𝐢𝐚𝐛𝐥𝐞 𝐣𝐮𝐝𝐠𝐞𝐬 ⚖️?",
"raw": "𝐂𝐚𝐧 𝐋𝐋𝐌𝐬 𝐬𝐞𝐫𝐯𝐞 𝐚𝐬 𝐫𝐞𝐥𝐢𝐚𝐛𝐥𝐞 𝐣𝐮𝐝𝐠𝐞𝐬 ⚖️?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We aim to identify the right metrics for evaluating Judge LLMs and understand their sensitivities to prompt guidelines, engineering, and specificity. With this paper, we want to raise caution ⚠️ to blindly using LLMs as human proxy.",
"raw": "We aim to identify the right metrics for evaluating Judge LLMs and understand their sensitivities to prompt guidelines, engineering, and specificity. With this paper, we want to raise caution ⚠️ to blindly using LLMs as human proxy.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Blog - ",
"raw": "Blog - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/singh96aman/judgingthejudges",
"href": "https://huggingface.co/blog/singh96aman/judgingthejudges",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Arxiv - ",
"raw": "Arxiv - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2406.12624",
"href": "https://arxiv.org/abs/2406.12624",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Tweet - ",
"raw": "Tweet - ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://x.com/iamsingh96aman/status/1804148173008703509",
"href": "https://x.com/iamsingh96aman/status/1804148173008703509",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@singh96aman",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "singh96aman",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@kartik727",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "kartik727",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Srinik-1",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Srinik-1",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@sankaranv",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "sankaranv",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@dieuwkehupkes",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "dieuwkehupkes",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 𝗝𝘂𝗱𝗴𝗶𝗻𝗴 𝘁𝗵𝗲 𝗝𝘂𝗱𝗴𝗲𝘀: 𝗘𝘃𝗮𝗹𝘂𝗮𝘁𝗶𝗻𝗴 𝗔𝗹𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗮𝗻𝗱 𝗩𝘂𝗹𝗻𝗲𝗿𝗮𝗯𝗶𝗹𝗶𝘁𝗶𝗲𝘀 𝗶𝗻 𝗟𝗟𝗠𝘀-𝗮𝘀-𝗝𝘂𝗱𝗴𝗲𝘀
https://huggingface.co/papers/2406.12624
𝐂𝐚𝐧 𝐋𝐋𝐌𝐬 𝐬𝐞𝐫𝐯𝐞 𝐚𝐬 𝐫𝐞𝐥𝐢𝐚𝐛𝐥𝐞 𝐣𝐮𝐝𝐠𝐞𝐬 ⚖️?
We aim to identify the right metrics for evaluating Judge LLMs and understand their sensitivities to prompt guidelines, engineering, and specificity. With this paper, we want to raise caution ⚠️ to blindly using LLMs as human proxy.
Blog - https://huggingface.co/blog/singh96aman/judgingthejudges
Arxiv - https://arxiv.org/abs/2406.12624
Tweet - https://x.com/iamsingh96aman/status/1804148173008703509
@singh96aman @kartik727 @Srinik-1 @sankaranv @dieuwkehupkes | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63b491f3103617b0a5af6b4b/4RqcGDxdF8Ny9cqyVuwYg.jpeg",
"fullname": "Aman Singh Thakur",
"name": "singh96aman",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 6,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63b491f3103617b0a5af6b4b/WZV9IGJtwDCbshA98gkrQ.png"
}
] | [
{
"avatarUrl": "/avatars/78c49f863eda2eac82b18261e794fb0f.svg",
"fullname": "Dieuwke Hupkes",
"name": "dieuwkehupkes",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1
},
{
"avatarUrl": "/avatars/43c7bbac7569e3d63017831f71ecd762.svg",
"fullname": "Kartik Choudhary",
"name": "kartik727",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1
},
{
"avatarUrl": "/avatars/979a72589441400a9dc25b1008de7def.svg",
"fullname": "Sankaran Vaidyanathan",
"name": "sankaranv",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63b491f3103617b0a5af6b4b/4RqcGDxdF8Ny9cqyVuwYg.jpeg",
"fullname": "Aman Singh Thakur",
"name": "singh96aman",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 6
},
{
"avatarUrl": "/avatars/5aa58d7cc9da903399210b9f1f54dd68.svg",
"fullname": "Venkat Srinik Ramayapally",
"name": "Srinik-1",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null
}
] | [
{
"reaction": "🔥",
"users": [
"singh96aman",
"louisbrulenaudet",
"ljvmiranda921",
"Choms",
"Tom-Neverwinter"
],
"count": 5
},
{
"reaction": "🚀",
"users": [
"RuhiJ",
"ljvmiranda921",
"Tom-Neverwinter"
],
"count": 3
}
] | 2024-06-24T22:17:58.000Z | 2024-06-24T22:40:43.018Z | [] | /posts/singh96aman/515229433183214 | 2,086 | 0 |
357091156426242 | [
{
"type": "mention",
"value": null,
"raw": "@osanseviero",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "osanseviero",
"label": null,
"lang": null
},
{
"type": "text",
"value": " your move",
"raw": " your move",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | @osanseviero your move | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/659f000b83abded48e190901/BnXL_XYbVX6PHngfQLECW.png",
"fullname": "Noa Roggendorff",
"name": "nroggendorff",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 141,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/659f000b83abded48e190901/_nLytYtZ5nHbRw6icztTv.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png",
"fullname": "Omar Sanseviero",
"name": "osanseviero",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 2868
}
] | [] | 2024-06-24T19:50:30.000Z | 2024-06-25T11:28:55.616Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5dd96eb166059660ed1ee413/NQtzmrDdbG0H8qkZvRyGk.jpeg",
"fullname": "Julien Chaumond",
"name": "julien-c",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 1580,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/659f000b83abded48e190901/BnXL_XYbVX6PHngfQLECW.png",
"fullname": "Noa Roggendorff",
"name": "nroggendorff",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 141,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png",
"fullname": "Omar Sanseviero",
"name": "osanseviero",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 2868,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/YCLHM-kwF9--v7I8YT9TH.jpeg",
"fullname": "jordan issiah levi joseph charles foots",
"name": "MrFoots",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/CuGNmF1Et8KMQ0mCd1NEJ.jpeg",
"fullname": "Lain",
"name": "not-lain",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 941,
"isFollowing": false
}
] | /posts/nroggendorff/357091156426242 | 530 | 6 |
158194207799625 | [
{
"type": "text",
"value": "How to generate LLM embeddings with open source models from Hugging Face 🤗 in PostgresML. ",
"raw": "How to generate LLM embeddings with open source models from Hugging Face 🤗 in PostgresML. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This article is the first in a multipart series that will show you how to build a post-modern semantic search and recommendation engine. ",
"raw": "This article is the first in a multipart series that will show you how to build a post-modern semantic search and recommendation engine. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "➡️ ",
"raw": "➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://postgresml.org/blog/generating-llm-embeddings-with-open-source-models-in-postgresml",
"href": "https://postgresml.org/blog/generating-llm-embeddings-with-open-source-models-in-postgresml",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "PostgresML is a backend for your AI app that unifies LLMs w/ vector memory + embedding generation + reranking & pruning models — all in a single process for better performance. ",
"raw": "PostgresML is a backend for your AI app that unifies LLMs w/ vector memory + embedding generation + reranking & pruning models — all in a single process for better performance. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We're always looking for ways to make PostgresML better — let us know what you think!",
"raw": "We're always looking for ways to make PostgresML better — let us know what you think!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | How to generate LLM embeddings with open source models from Hugging Face 🤗 in PostgresML.
This article is the first in a multipart series that will show you how to build a post-modern semantic search and recommendation engine.
➡️ https://postgresml.org/blog/generating-llm-embeddings-with-open-source-models-in-postgresml
PostgresML is a backend for your AI app that unifies LLMs w/ vector memory + embedding generation + reranking & pruning models — all in a single process for better performance.
We're always looking for ways to make PostgresML better — let us know what you think! | {
"avatarUrl": "/avatars/20c6cabac91c84388340016f1ba6494d.svg",
"fullname": "Cassandra Stumer",
"name": "cassandrapgml",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🚀",
"users": [
"monsoon-nlp"
],
"count": 1
}
] | 2024-06-24T18:25:21.000Z | 2024-06-24T18:26:14.423Z | [] | /posts/cassandrapgml/158194207799625 | 439 | 0 |
986989202846565 | [
{
"type": "text",
"value": "Fine-tune Florence-2 on any task 🔥",
"raw": "Fine-tune Florence-2 on any task 🔥",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Today we release a notebook and a walkthrough blog on fine-tuning Florence-2 on DocVQA dataset ",
"raw": "Today we release a notebook and a walkthrough blog on fine-tuning Florence-2 on DocVQA dataset ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@andito",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "andito",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@SkalskiP",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "SkalskiP",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Blog: ",
"raw": "Blog: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog",
"href": "https://huggingface.co/blog",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 📕",
"raw": " 📕",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Notebook: ",
"raw": "Notebook: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://colab.research.google.com/drive/1hKDrJ5AH_o7I95PtZ9__VlCTNAo1Gjpf?usp=sharing",
"href": "https://colab.research.google.com/drive/1hKDrJ5AH_o7I95PtZ9__VlCTNAo1Gjpf?usp=sharing",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 📖",
"raw": " 📖",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Florence-2 is a great vision-language model thanks to it's massive dataset and small size!",
"raw": "Florence-2 is a great vision-language model thanks to it's massive dataset and small size!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "This model requires conditioning through task prefixes and it's not as generalist, requiring fine-tuning on a new task, such as DocVQA 📝",
"raw": "This model requires conditioning through task prefixes and it's not as generalist, requiring fine-tuning on a new task, such as DocVQA 📝",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We have fine-tuned the model on A100 (and one can also use a smaller GPU with smaller batch size) and saw that model picks up new tasks 🥹",
"raw": "We have fine-tuned the model on A100 (and one can also use a smaller GPU with smaller batch size) and saw that model picks up new tasks 🥹",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "See below how it looks like before and after FT 🤩",
"raw": "See below how it looks like before and after FT 🤩",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Play with the demo here ",
"raw": "Play with the demo here ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/andito/Florence-2-DocVQA",
"href": null,
"resource": {
"type": "space",
"id": "andito/Florence-2-DocVQA",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/andito/Florence-2-DocVQA",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " 🏄♀️",
"raw": " 🏄♀️",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Fine-tune Florence-2 on any task 🔥
Today we release a notebook and a walkthrough blog on fine-tuning Florence-2 on DocVQA dataset @andito @SkalskiP
Blog: https://huggingface.co/blog 📕
Notebook: https://colab.research.google.com/drive/1hKDrJ5AH_o7I95PtZ9__VlCTNAo1Gjpf?usp=sharing 📖
Florence-2 is a great vision-language model thanks to it's massive dataset and small size!
This model requires conditioning through task prefixes and it's not as generalist, requiring fine-tuning on a new task, such as DocVQA 📝
We have fine-tuned the model on A100 (and one can also use a smaller GPU with smaller batch size) and saw that model picks up new tasks 🥹
See below how it looks like before and after FT 🤩
Play with the demo here https://huggingface.co/spaces/andito/Florence-2-DocVQA 🏄♀️ | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png",
"fullname": "Merve Noyan",
"name": "merve",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 5589,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/LPGYSsRAKwZgv8v2C7W8z.png"
}
] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65d66b494bbd0d92b641cdbb/6-7dm7B-JxcoS1QlCPdMN.jpeg",
"fullname": "Andres Marafioti",
"name": "andito",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 61
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg",
"fullname": "Piotr Skalski",
"name": "SkalskiP",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 2318
}
] | [
{
"reaction": "🤗",
"users": [
"omaryshchenko",
"pcuenq",
"MrDragonFox",
"SixOpen",
"Taylor658",
"KvrParaskevi",
"jxtngx",
"fdaudens",
"gokaygokay",
"osanseviero",
"John6666",
"nicolay-r",
"IsmaelMousa",
"emanuelevivoli",
"JoPmt",
"CelineLind",
"pandora-s",
"IlyasMoutawwakil",
"damerajee",
"bharatxoni",
"louisbrulenaudet",
"ucsahin",
"victor",
"not-lain",
"LeonceNsh",
"andito",
"fcakyon"
],
"count": 27
},
{
"reaction": "🔥",
"users": [
"not-lain",
"catyung",
"John6666",
"hoangphu7122002ai",
"Nadav314",
"uurcelikk",
"fcakyon"
],
"count": 7
}
] | 2024-06-24T15:51:35.000Z | 2024-06-24T15:51:35.488Z | [] | /posts/merve/986989202846565 | 6,004 | 0 |
423633326718867 | [
{
"type": "text",
"value": "🎉 We are thrilled to share our work on model merging. We proposed a new approach, Della-merging, which combines expert models from various domains into a single, versatile model. Della employs a magnitude-based sampling approach to eliminate redundant delta parameters, reducing interference when merging homologous models (those fine-tuned from the same backbone).",
"raw": "🎉 We are thrilled to share our work on model merging. We proposed a new approach, Della-merging, which combines expert models from various domains into a single, versatile model. Della employs a magnitude-based sampling approach to eliminate redundant delta parameters, reducing interference when merging homologous models (those fine-tuned from the same backbone).",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Della outperforms existing homologous model merging techniques such as DARE and TIES. Across three expert models (LM, Math, Code) and their corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), Della achieves an improvement of 3.6 points over TIES and 1.2 points over DARE.",
"raw": "Della outperforms existing homologous model merging techniques such as DARE and TIES. Across three expert models (LM, Math, Code) and their corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), Della achieves an improvement of 3.6 points over TIES and 1.2 points over DARE.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Paper: ",
"raw": "Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/papers/2406.11617",
"href": null,
"resource": {
"type": "paper",
"id": "2406.11617",
"discussionNum": null
},
"url": "https://huggingface.co/papers/2406.11617",
"code": null,
"user": null,
"label": "DELLA-Merging: Reducing Interference in Model Merging through\n Magnitude-Based Sampling (2406.11617)",
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Github: ",
"raw": "Github: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/declare-lab/della",
"href": "https://github.com/declare-lab/della",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@soujanyaporia",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "soujanyaporia",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "mention",
"value": null,
"raw": "@Tej3",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Tej3",
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | 🎉 We are thrilled to share our work on model merging. We proposed a new approach, Della-merging, which combines expert models from various domains into a single, versatile model. Della employs a magnitude-based sampling approach to eliminate redundant delta parameters, reducing interference when merging homologous models (those fine-tuned from the same backbone).
Della outperforms existing homologous model merging techniques such as DARE and TIES. Across three expert models (LM, Math, Code) and their corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), Della achieves an improvement of 3.6 points over TIES and 1.2 points over DARE.
Paper: https://huggingface.co/papers/2406.11617
Github: https://github.com/declare-lab/della
@soujanyaporia @Tej3 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/5f278507e923d665e616271b/tWFuswXOTXtvMdL8zSrr_.png",
"fullname": "Rishabh Bhardwaj",
"name": "RishabhBhardwaj",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 17,
"isFollowing": false
} | [] | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/626b626405fe1cb65725aca1/aa-Lata46I3fXOmMetvXH.jpeg",
"fullname": "Soujanya Poria",
"name": "soujanyaporia",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 6
},
{
"avatarUrl": "/avatars/48312867ac2c05d589869972f90881b9.svg",
"fullname": "Pala Tej Deep",
"name": "Tej3",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 4
}
] | [
{
"reaction": "🤯",
"users": [
"YaTharThShaRma999",
"John6666",
"soujanyaporia",
"RishabhBhardwaj"
],
"count": 4
},
{
"reaction": "👍",
"users": [
"dillfrescott",
"QizhiPei"
],
"count": 2
},
{
"reaction": "👀",
"users": [
"louisbrulenaudet"
],
"count": 1
}
] | 2024-06-24T14:23:02.000Z | 2024-06-25T21:07:09.186Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65d883893a52cd9bcd8ab7cf/tRsCJlHNZo1D02kBTmfy9.jpeg",
"fullname": "leroy Samuel Dyer",
"name": "LeroyDyer",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 84,
"isFollowing": false
},
{
"avatarUrl": "/avatars/48312867ac2c05d589869972f90881b9.svg",
"fullname": "Pala Tej Deep",
"name": "Tej3",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 4,
"isFollowing": false
}
] | /posts/RishabhBhardwaj/423633326718867 | 2,426 | 3 |
341903216222465 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Fixed Moondream 2 Multi-Interrogation, ( Use ZeroGPU correctly, Sam. *doink* ) ",
"raw": "Fixed Moondream 2 Multi-Interrogation, ( Use ZeroGPU correctly, Sam. *doink* ) ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Located here:",
"raw": "Located here:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/MrOvkill/moondream-2-multi-interrogation",
"href": null,
"resource": {
"type": "space",
"id": "MrOvkill/moondream-2-multi-interrogation",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/MrOvkill/moondream-2-multi-interrogation",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Also, uploaded pdox-reversed to include some new fields, my bad for not putting the Paradox name in from the start. All good now.",
"raw": "Also, uploaded pdox-reversed to include some new fields, my bad for not putting the Paradox name in from the start. All good now.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/MrOvkill/pdox-reversed",
"href": null,
"resource": {
"type": "dataset",
"id": "MrOvkill/pdox-reversed",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/MrOvkill/pdox-reversed",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hello!
Fixed Moondream 2 Multi-Interrogation, ( Use ZeroGPU correctly, Sam. *doink* )
Located here:
https://huggingface.co/spaces/MrOvkill/moondream-2-multi-interrogation
Also, uploaded pdox-reversed to include some new fields, my bad for not putting the Paradox name in from the start. All good now.
https://huggingface.co/datasets/MrOvkill/pdox-reversed | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "👀",
"users": [
"osanseviero",
"Ramikan-BR",
"dillfrescott",
"kaltre"
],
"count": 4
}
] | 2024-06-24T13:24:36.000Z | 2024-06-24T13:24:36.332Z | [] | /posts/MrOvkill/341903216222465 | 1,098 | 0 |
985624558872301 | [
{
"type": "mention",
"value": null,
"raw": "@dwancin",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "dwancin",
"label": null,
"lang": null
},
{
"type": "text",
"value": " Can you please reset your toggle component's space? It's stuck for some reason. Happy to help",
"raw": " Can you please reset your toggle component's space? It's stuck for some reason. Happy to help",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/dwancin/gradio_toggle",
"href": null,
"resource": {
"type": "space",
"id": "dwancin/gradio_toggle",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/dwancin/gradio_toggle",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | @dwancin Can you please reset your toggle component's space? It's stuck for some reason. Happy to help
https://huggingface.co/spaces/dwancin/gradio_toggle | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1654278567459-626a9bfa03e2e2796f24ca11.jpeg",
"fullname": "Freddy Boulton",
"name": "freddyaboulton",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 164,
"isFollowing": false
} | [] | [] | [] | 2024-06-24T09:54:45.000Z | 2024-06-24T09:54:45.698Z | [] | /posts/freddyaboulton/985624558872301 | 1,365 | 0 |
798841828414409 | [
{
"type": "text",
"value": "A few new styles added as SDXL LoRA:",
"raw": "A few new styles added as SDXL LoRA:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Midsommar Cartoon",
"raw": "Midsommar Cartoon",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "A playful cartoon style featuring bold colors and a retro aesthetic. Personal favorite at the moment.",
"raw": "A playful cartoon style featuring bold colors and a retro aesthetic. Personal favorite at the moment.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/alvdansen/midsommarcartoon",
"href": null,
"resource": {
"type": "model",
"id": "alvdansen/midsommarcartoon",
"discussionNum": null
},
"url": "https://huggingface.co/alvdansen/midsommarcartoon",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "---",
"raw": "---",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Wood Block XL",
"raw": "Wood Block XL",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've started training public domain styles to create some interesting datasets. In this case I found a group of images taken from really beautiful and colorful Japanese Blockprints. ",
"raw": "I've started training public domain styles to create some interesting datasets. In this case I found a group of images taken from really beautiful and colorful Japanese Blockprints. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/alvdansen/wood-block-xl",
"href": null,
"resource": {
"type": "model",
"id": "alvdansen/wood-block-xl",
"discussionNum": null
},
"url": "https://huggingface.co/alvdansen/wood-block-xl",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "--",
"raw": "--",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Dimension W",
"raw": "Dimension W",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "For this model I did actually end up working on an SD 1.5 model as well as an SDXL. I prefer the SDXL version, and I am still looking for parameters I am really happy with for SD 1.5. That said, both have their merits. I trained this with the short film I am working on in mind.",
"raw": "For this model I did actually end up working on an SD 1.5 model as well as an SDXL. I prefer the SDXL version, and I am still looking for parameters I am really happy with for SD 1.5. That said, both have their merits. I trained this with the short film I am working on in mind.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/alvdansen/dimension-w",
"href": null,
"resource": {
"type": "model",
"id": "alvdansen/dimension-w",
"discussionNum": null
},
"url": "https://huggingface.co/alvdansen/dimension-w",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/alvdansen/dimension-w-sd15",
"href": null,
"resource": {
"type": "model",
"id": "alvdansen/dimension-w-sd15",
"discussionNum": null
},
"url": "https://huggingface.co/alvdansen/dimension-w-sd15",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | A few new styles added as SDXL LoRA:
Midsommar Cartoon
A playful cartoon style featuring bold colors and a retro aesthetic. Personal favorite at the moment.
https://huggingface.co/alvdansen/midsommarcartoon
---
Wood Block XL
I've started training public domain styles to create some interesting datasets. In this case I found a group of images taken from really beautiful and colorful Japanese Blockprints.
https://huggingface.co/alvdansen/wood-block-xl
--
Dimension W
For this model I did actually end up working on an SD 1.5 model as well as an SDXL. I prefer the SDXL version, and I am still looking for parameters I am really happy with for SD 1.5. That said, both have their merits. I trained this with the short film I am working on in mind.
https://huggingface.co/alvdansen/dimension-w
https://huggingface.co/alvdansen/dimension-w-sd15
| {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/635dd6cd4fabde0df74aeae6/23c0uEOr7RWDtSLDBzkPD.png",
"fullname": "araminta_k",
"name": "alvdansen",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 496,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/N9eAopiefimHDYRMc62Xo.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/rCywSMdNeGV31BI0Ioy0S.jpeg"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/VMp9VXt4JNeDQrXnkmm0E.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/rLp6dm0Aw5h_E24KDQoDq.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/tlJV08OtHr1vEt5LzQT24.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/6LKAivWxR6HVJLa-jTqvv.png"
}
] | [] | [
{
"reaction": "👍",
"users": [
"kristaller486",
"Brukolakos",
"Ramikan-BR",
"YaTharThShaRma999"
],
"count": 4
},
{
"reaction": "❤️",
"users": [
"louisbrulenaudet",
"Noeloise",
"IkeaMan"
],
"count": 3
},
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999"
],
"count": 1
}
] | 2024-06-24T07:30:18.000Z | 2024-06-24T07:30:18.715Z | [] | /posts/alvdansen/798841828414409 | 2,448 | 0 |
876260401440477 | [
{
"type": "text",
"value": "Last week, Intel's new Xeon CPUs, Sapphire Rapids (SPR), landed on Inference Endpoints and I think they got the potential to reduce the cost of your RAG pipelines 💸",
"raw": "Last week, Intel's new Xeon CPUs, Sapphire Rapids (SPR), landed on Inference Endpoints and I think they got the potential to reduce the cost of your RAG pipelines 💸",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Why ? Because they come with Intel® AMX support, which is a set of instructions that support and accelerate BF16 and INT8 matrix multiplications on CPU ⚡",
"raw": "Why ? Because they come with Intel® AMX support, which is a set of instructions that support and accelerate BF16 and INT8 matrix multiplications on CPU ⚡",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I went ahead and built a Space to showcase how to efficiently deploy embedding models on SPR for both Retrieving and Ranking documents, with Haystack compatible components: ",
"raw": "I went ahead and built a Space to showcase how to efficiently deploy embedding models on SPR for both Retrieving and Ranking documents, with Haystack compatible components: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/spaces/optimum-intel/haystack-e2e",
"href": "https://huggingface.co/spaces/optimum-intel/haystack-e2e",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Here's how it works:",
"raw": "Here's how it works:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Document Store: A FAISS document store containing the seven-wonders dataset, embedded, indexed and stored on the Space's persistent storage to avoid unnecessary re-computation of embeddings.",
"raw": "- Document Store: A FAISS document store containing the seven-wonders dataset, embedded, indexed and stored on the Space's persistent storage to avoid unnecessary re-computation of embeddings.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Retriever: It embeds the query at runtime and retrieves from the dataset N documents that are most semantically similar to the query's embedding.",
"raw": "- Retriever: It embeds the query at runtime and retrieves from the dataset N documents that are most semantically similar to the query's embedding.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "We use the small variant of the BGE family here because we want a model that's fast to run on the entire dataset and has a small embedding space for fast similarity search. Specifically we use an INT8 quantized bge-small-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance. ",
"raw": "We use the small variant of the BGE family here because we want a model that's fast to run on the entire dataset and has a small embedding space for fast similarity search. Specifically we use an INT8 quantized bge-small-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Ranker: It re-embeds the retrieved documents at runtime and re-ranks them based on semantic similarity to the query's embedding. We use the large variant of the BGE family here because it's optimized for accuracy allowing us to filter the most relevant k documents that we'll use in the LLM prompt. Specifically we use an INT8 quantized bge-large-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance. ",
"raw": "- Ranker: It re-embeds the retrieved documents at runtime and re-ranks them based on semantic similarity to the query's embedding. We use the large variant of the BGE family here because it's optimized for accuracy allowing us to filter the most relevant k documents that we'll use in the LLM prompt. Specifically we use an INT8 quantized bge-large-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Space: ",
"raw": "Space: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/spaces/optimum-intel/haystack-e2e",
"href": "https://huggingface.co/spaces/optimum-intel/haystack-e2e",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Retriever IE: ",
"raw": "Retriever IE: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/optimum-intel/fastrag-retriever",
"href": null,
"resource": {
"type": "model",
"id": "optimum-intel/fastrag-retriever",
"discussionNum": null
},
"url": "https://huggingface.co/optimum-intel/fastrag-retriever",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Ranker IE: ",
"raw": "Ranker IE: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/optimum-intel/fastrag-ranker",
"href": null,
"resource": {
"type": "model",
"id": "optimum-intel/fastrag-ranker",
"discussionNum": null
},
"url": "https://huggingface.co/optimum-intel/fastrag-ranker",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Last week, Intel's new Xeon CPUs, Sapphire Rapids (SPR), landed on Inference Endpoints and I think they got the potential to reduce the cost of your RAG pipelines 💸
Why ? Because they come with Intel® AMX support, which is a set of instructions that support and accelerate BF16 and INT8 matrix multiplications on CPU ⚡
I went ahead and built a Space to showcase how to efficiently deploy embedding models on SPR for both Retrieving and Ranking documents, with Haystack compatible components: https://huggingface.co/spaces/optimum-intel/haystack-e2e
Here's how it works:
- Document Store: A FAISS document store containing the seven-wonders dataset, embedded, indexed and stored on the Space's persistent storage to avoid unnecessary re-computation of embeddings.
- Retriever: It embeds the query at runtime and retrieves from the dataset N documents that are most semantically similar to the query's embedding.
We use the small variant of the BGE family here because we want a model that's fast to run on the entire dataset and has a small embedding space for fast similarity search. Specifically we use an INT8 quantized bge-small-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance.
- Ranker: It re-embeds the retrieved documents at runtime and re-ranks them based on semantic similarity to the query's embedding. We use the large variant of the BGE family here because it's optimized for accuracy allowing us to filter the most relevant k documents that we'll use in the LLM prompt. Specifically we use an INT8 quantized bge-large-en-v1.5, deployed on an Intel Sapphire Rapids CPU instance.
Space: https://huggingface.co/spaces/optimum-intel/haystack-e2e
Retriever IE: https://huggingface.co/optimum-intel/fastrag-retriever
Ranker IE: https://huggingface.co/optimum-intel/fastrag-ranker | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1642598610696-noauth.jpeg",
"fullname": "Ilyas Moutawwakil",
"name": "IlyasMoutawwakil",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 69,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🧠",
"users": [
"davidberenstein1957",
"louisbrulenaudet",
"IlyasMoutawwakil",
"anakin87",
"mfuntowicz",
"lunarflu",
"not-lain",
"nbroad"
],
"count": 8
},
{
"reaction": "🚀",
"users": [
"IlyasMoutawwakil",
"mfuntowicz",
"lunarflu",
"not-lain",
"jeffboudier",
"nbroad"
],
"count": 6
},
{
"reaction": "👍",
"users": [
"whitebill",
"jtatman",
"rjohnn",
"jlzhou"
],
"count": 4
}
] | 2024-06-24T06:55:08.000Z | 2024-06-24T06:55:08.721Z | [] | /posts/IlyasMoutawwakil/876260401440477 | 3,923 | 0 |
242181868210458 | [
{
"type": "text",
"value": "So far I've implemented more accurate 👌 assessment of LLMs reasoning capabilities in Target Sentiment Analysis (zero-shot mode). With that, recalculated tables of the related benchmark 📊 also has better separation into categories, with the following 🏆 top 🏆 performing models: ",
"raw": "So far I've implemented more accurate 👌 assessment of LLMs reasoning capabilities in Target Sentiment Analysis (zero-shot mode). With that, recalculated tables of the related benchmark 📊 also has better separation into categories, with the following 🏆 top 🏆 performing models: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🟩 1. Proprietary models (🏆 GPT-4 🇺🇸 / GPT-3.5-0613 🇷🇺 )",
"raw": "🟩 1. Proprietary models (🏆 GPT-4 🇺🇸 / GPT-3.5-0613 🇷🇺 )",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🟥 2. Open and < 100B (🏆 LLaMA-3-70B)",
"raw": "🟥 2. Open and < 100B (🏆 LLaMA-3-70B)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🟧 3. Open and < 10B (🏆LLaMA-3-8B-Instruct 🇺🇸 / Qwen-2-7B-Instruct 🇷🇺)",
"raw": "🟧 3. Open and < 10B (🏆LLaMA-3-8B-Instruct 🇺🇸 / Qwen-2-7B-Instruct 🇷🇺)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🟨 4. Open and less 1B (🏆Flan-T5-large 🇺🇸 / Qwen2-0.5B-Instruct 🇷🇺)",
"raw": "🟨 4. Open and less 1B (🏆Flan-T5-large 🇺🇸 / Qwen2-0.5B-Instruct 🇷🇺)",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Benchmark: ",
"raw": "Benchmark: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"href": "https://github.com/nicolay-r/RuSentNE-LLM-Benchmark",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | So far I've implemented more accurate 👌 assessment of LLMs reasoning capabilities in Target Sentiment Analysis (zero-shot mode). With that, recalculated tables of the related benchmark 📊 also has better separation into categories, with the following 🏆 top 🏆 performing models:
🟩 1. Proprietary models (🏆 GPT-4 🇺🇸 / GPT-3.5-0613 🇷🇺 )
🟥 2. Open and < 100B (🏆 LLaMA-3-70B)
🟧 3. Open and < 10B (🏆LLaMA-3-8B-Instruct 🇺🇸 / Qwen-2-7B-Instruct 🇷🇺)
🟨 4. Open and less 1B (🏆Flan-T5-large 🇺🇸 / Qwen2-0.5B-Instruct 🇷🇺)
Benchmark: https://github.com/nicolay-r/RuSentNE-LLM-Benchmark | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/64e62d11d27a8292c3637f86/aptDeBHpCJxcREj6KPLN1.jpeg",
"fullname": "Nicolay Rusnachenko",
"name": "nicolay-r",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 49,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64e62d11d27a8292c3637f86/IEuMy5deAhvnNDF7QgoRZ.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/64e62d11d27a8292c3637f86/hT2FygThP22BOBslSpSlJ.png"
}
] | [] | [] | 2024-06-23T22:27:52.000Z | 2024-06-23T22:28:15.780Z | [] | /posts/nicolay-r/242181868210458 | 679 | 0 |
504603469361099 | [
{
"type": "text",
"value": "I'm decentralizing my AI. I'll be using Radicle for decentralized Git and IPFS for distributing AI models.",
"raw": "I'm decentralizing my AI. I'll be using Radicle for decentralized Git and IPFS for distributing AI models.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I believe there is a significant opportunity to democratize open AI development moving forward. I appreciate that Radicle is open-source, prioritizes local operations, functions offline, seeds data peer-to-peer from my node, is programmable, and incorporates built-in security features.",
"raw": "I believe there is a significant opportunity to democratize open AI development moving forward. I appreciate that Radicle is open-source, prioritizes local operations, functions offline, seeds data peer-to-peer from my node, is programmable, and incorporates built-in security features.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "IPFS is great decentralized data storage, and I have already begun seeding SLMs and LoRa adapters. Tomorrow will add my collection of LLMs, VLMs, etc models and datasets I'm actively using. I have 10Gbps fiber optics at home so my node has enough bandwidth. ",
"raw": "IPFS is great decentralized data storage, and I have already begun seeding SLMs and LoRa adapters. Tomorrow will add my collection of LLMs, VLMs, etc models and datasets I'm actively using. I have 10Gbps fiber optics at home so my node has enough bandwidth. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it.",
"raw": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I'm decentralizing my AI. I'll be using Radicle for decentralized Git and IPFS for distributing AI models.
I believe there is a significant opportunity to democratize open AI development moving forward. I appreciate that Radicle is open-source, prioritizes local operations, functions offline, seeds data peer-to-peer from my node, is programmable, and incorporates built-in security features.
IPFS is great decentralized data storage, and I have already begun seeding SLMs and LoRa adapters. Tomorrow will add my collection of LLMs, VLMs, etc models and datasets I'm actively using. I have 10Gbps fiber optics at home so my node has enough bandwidth.
Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it. | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63f731c7d36951307fcca6bf/DMd5-Pt7YHC0agbAQ1xUc.png",
"fullname": "Mitko Vasilev",
"name": "mitkox",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 119,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63f731c7d36951307fcca6bf/_Bm8tsXGgJcPCEO2olkaf.png"
}
] | [] | [] | 2024-06-23T19:45:28.000Z | 2024-06-24T11:55:32.971Z | [
{
"avatarUrl": "/avatars/9a369763a73278cddcf2abcae594865d.svg",
"fullname": "Dhruv Diddi",
"name": "ddiddi",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 2,
"isFollowing": false
}
] | /posts/mitkox/504603469361099 | 658 | 2 |
172866169462273 | [
{
"type": "text",
"value": "Hey everyone!",
"raw": "Hey everyone!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm excited to share a new demo for my ChartInstruct model from our ACL 2024 paper. It excels at various chart understanding tasks like QA, captioning, open-ended QA, fact checking and more!",
"raw": "I'm excited to share a new demo for my ChartInstruct model from our ACL 2024 paper. It excels at various chart understanding tasks like QA, captioning, open-ended QA, fact checking and more!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Thanks to Hugging Face's ZeroGPU program, the demo runs smoothly even with the model's 7B parameters!",
"raw": "Thanks to Hugging Face's ZeroGPU program, the demo runs smoothly even with the model's 7B parameters!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Check it out and enjoy!",
"raw": "Check it out and enjoy!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Demo: ",
"raw": "Demo: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/ahmed-masry/ChartInstruct-LLama2",
"href": null,
"resource": {
"type": "space",
"id": "ahmed-masry/ChartInstruct-LLama2",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/ahmed-masry/ChartInstruct-LLama2",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Model: ",
"raw": "Model: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/ahmed-masry/ChartInstruct-LLama2",
"href": null,
"resource": {
"type": "model",
"id": "ahmed-masry/ChartInstruct-LLama2",
"discussionNum": null
},
"url": "https://huggingface.co/ahmed-masry/ChartInstruct-LLama2",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Paper: ",
"raw": "Paper: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://arxiv.org/abs/2403.09028",
"href": "https://arxiv.org/abs/2403.09028",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Hey everyone!
I'm excited to share a new demo for my ChartInstruct model from our ACL 2024 paper. It excels at various chart understanding tasks like QA, captioning, open-ended QA, fact checking and more!
Thanks to Hugging Face's ZeroGPU program, the demo runs smoothly even with the model's 7B parameters!
Check it out and enjoy!
Demo: https://huggingface.co/spaces/ahmed-masry/ChartInstruct-LLama2
Model: https://huggingface.co/ahmed-masry/ChartInstruct-LLama2
Paper: https://arxiv.org/abs/2403.09028 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63efd75a5c2ceb16fc6e98fc/qoA4LKuLTEr7hx90i90UK.jpeg",
"fullname": "Ahmed Masry",
"name": "ahmed-masry",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 42,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"osanseviero",
"qgyd2021",
"shivanshdhar"
],
"count": 3
}
] | 2024-06-23T15:44:44.000Z | 2024-06-23T15:44:44.529Z | [] | /posts/ahmed-masry/172866169462273 | 3,399 | 0 |
927750006725150 | [
{
"type": "text",
"value": "Hello!",
"raw": "Hello!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've made a little evaluation dataset for LLMs that require advanced and convoluted logical reasoning. It's composed of 81 unique paradoxes, with admittedly a couple in the same category ( absolutes. ) It's available here: ",
"raw": "I've made a little evaluation dataset for LLMs that require advanced and convoluted logical reasoning. It's composed of 81 unique paradoxes, with admittedly a couple in the same category ( absolutes. ) It's available here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/MrOvkill/pdox",
"href": null,
"resource": {
"type": "dataset",
"id": "MrOvkill/pdox",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/MrOvkill/pdox",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "**Update**: I have upgraded the dataset to v3, ( don't worry about v2, it can be forgotten... ) and placed in a separate repo here: ",
"raw": "**Update**: I have upgraded the dataset to v3, ( don't worry about v2, it can be forgotten... ) and placed in a separate repo here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/datasets/MrOvkill/pdox-reversed",
"href": null,
"resource": {
"type": "dataset",
"id": "MrOvkill/pdox-reversed",
"discussionNum": null
},
"url": "https://huggingface.co/datasets/MrOvkill/pdox-reversed",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Enjoy & Have fun!",
"raw": "Enjoy & Have fun!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "inline_code",
"value": null,
"raw": "`-<3`",
"href": null,
"resource": null,
"url": null,
"code": "-<3",
"user": null,
"label": null,
"lang": null
}
] | Hello!
I've made a little evaluation dataset for LLMs that require advanced and convoluted logical reasoning. It's composed of 81 unique paradoxes, with admittedly a couple in the same category ( absolutes. ) It's available here: https://huggingface.co/datasets/MrOvkill/pdox
**Update**: I have upgraded the dataset to v3, ( don't worry about v2, it can be forgotten... ) and placed in a separate repo here:
https://huggingface.co/datasets/MrOvkill/pdox-reversed
Enjoy & Have fun!
`-<3` | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999",
"SaylorTwift",
"osanseviero",
"Ramikan-BR",
"nbroad"
],
"count": 5
},
{
"reaction": "👀",
"users": [
"Ramikan-BR",
"louisbrulenaudet",
"John6666"
],
"count": 3
},
{
"reaction": "🚀",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "❤️",
"users": [
"Ramikan-BR"
],
"count": 1
},
{
"reaction": "🧠",
"users": [
"Ramikan-BR"
],
"count": 1
}
] | 2024-06-23T13:05:20.000Z | 2024-06-27T15:26:29.818Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/644cb09a22d211df644a0a6c/v0EHypMU4X3Oxxf3cao_O.png",
"fullname": "Júlio César",
"name": "Ramikan-BR",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 10,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/652ff5ee7aab9cfb619400bf/cIdrUic40uXoRbAylFiM8.png",
"fullname": "Samuel L Meyers",
"name": "MrOvkill",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 31,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/65d883893a52cd9bcd8ab7cf/tRsCJlHNZo1D02kBTmfy9.jpeg",
"fullname": "leroy Samuel Dyer",
"name": "LeroyDyer",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 84,
"isFollowing": false
}
] | /posts/MrOvkill/927750006725150 | 3,328 | 12 |
461231991332860 | [
{
"type": "text",
"value": "Zero to Hero Stable Diffusion 3 Tutorial with Amazing SwarmUI SD Web UI that Utilizes ComfyUI",
"raw": "Zero to Hero Stable Diffusion 3 Tutorial with Amazing SwarmUI SD Web UI that Utilizes ComfyUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://youtu.be/HKX8_F1Er_w",
"href": "https://youtu.be/HKX8_F1Er_w",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Do not skip any part of this tutorial to master how to use Stable Diffusion 3 (SD3) with the most advanced generative AI open source APP SwarmUI. Automatic1111 SD Web UI or Fooocus are not supporting the #SD3 yet. Therefore, I am starting to make tutorials for SwarmUI as well. #StableSwarmUI is officially developed by the StabilityAI and your mind will be blown after you watch this tutorial and learn its amazing features. StableSwarmUI uses #ComfyUI as the back end thus it has all the good features of ComfyUI and it brings you easy to use features of Automatic1111 #StableDiffusion Web UI with them. I really liked SwarmUI and planning to do more tutorials for it.",
"raw": "Do not skip any part of this tutorial to master how to use Stable Diffusion 3 (SD3) with the most advanced generative AI open source APP SwarmUI. Automatic1111 SD Web UI or Fooocus are not supporting the #SD3 yet. Therefore, I am starting to make tutorials for SwarmUI as well. #StableSwarmUI is officially developed by the StabilityAI and your mind will be blown after you watch this tutorial and learn its amazing features. StableSwarmUI uses #ComfyUI as the back end thus it has all the good features of ComfyUI and it brings you easy to use features of Automatic1111 #StableDiffusion Web UI with them. I really liked SwarmUI and planning to do more tutorials for it.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ ",
"raw": "🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://www.patreon.com/posts/stableswarmui-3-106135985",
"href": "https://www.patreon.com/posts/stableswarmui-3-106135985",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "0:00 Introduction to the Stable Diffusion 3 (SD3) and SwarmUI and what is in the tutorial",
"raw": "0:00 Introduction to the Stable Diffusion 3 (SD3) and SwarmUI and what is in the tutorial",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "4:12 Architecture and features of SD3",
"raw": "4:12 Architecture and features of SD3",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "5:05 What each different model files of Stable Diffusion 3 means",
"raw": "5:05 What each different model files of Stable Diffusion 3 means",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "6:26 How to download and install SwarmUI on Windows for SD3 and all other Stable Diffusion models",
"raw": "6:26 How to download and install SwarmUI on Windows for SD3 and all other Stable Diffusion models",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "8:42 What kind of folder path you should use when installing SwarmUI",
"raw": "8:42 What kind of folder path you should use when installing SwarmUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "10:28 If you get installation error how to notice and fix it",
"raw": "10:28 If you get installation error how to notice and fix it",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "11:49 Installation has been completed and now how to start using SwarmUI",
"raw": "11:49 Installation has been completed and now how to start using SwarmUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "12:29 Which settings I change before start using SwarmUI and how to change your theme like dark, white, gray",
"raw": "12:29 Which settings I change before start using SwarmUI and how to change your theme like dark, white, gray",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "12:56 How to make SwarmUI save generated images as PNG",
"raw": "12:56 How to make SwarmUI save generated images as PNG",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "13:08 How to find description of each settings and configuration",
"raw": "13:08 How to find description of each settings and configuration",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "13:28 How to download SD3 model and start using on Windows",
"raw": "13:28 How to download SD3 model and start using on Windows",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "13:38 How to use model downloader utility of SwarmUI",
"raw": "13:38 How to use model downloader utility of SwarmUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "14:17 How to set models folder paths and link your existing models folders in SwarmUI",
"raw": "14:17 How to set models folder paths and link your existing models folders in SwarmUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "14:35 Explanation of Root folder path in SwarmUI",
"raw": "14:35 Explanation of Root folder path in SwarmUI",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "14:52 VAE of SD3 do we need to download?",
"raw": "14:52 VAE of SD3 do we need to download?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Zero to Hero Stable Diffusion 3 Tutorial with Amazing SwarmUI SD Web UI that Utilizes ComfyUI
https://youtu.be/HKX8_F1Er_w
Do not skip any part of this tutorial to master how to use Stable Diffusion 3 (SD3) with the most advanced generative AI open source APP SwarmUI. Automatic1111 SD Web UI or Fooocus are not supporting the #SD3 yet. Therefore, I am starting to make tutorials for SwarmUI as well. #StableSwarmUI is officially developed by the StabilityAI and your mind will be blown after you watch this tutorial and learn its amazing features. StableSwarmUI uses #ComfyUI as the back end thus it has all the good features of ComfyUI and it brings you easy to use features of Automatic1111 #StableDiffusion Web UI with them. I really liked SwarmUI and planning to do more tutorials for it.
🔗 The Public Post (no login or account required) Shown In The Video With The Links ➡️ https://www.patreon.com/posts/stableswarmui-3-106135985
0:00 Introduction to the Stable Diffusion 3 (SD3) and SwarmUI and what is in the tutorial
4:12 Architecture and features of SD3
5:05 What each different model files of Stable Diffusion 3 means
6:26 How to download and install SwarmUI on Windows for SD3 and all other Stable Diffusion models
8:42 What kind of folder path you should use when installing SwarmUI
10:28 If you get installation error how to notice and fix it
11:49 Installation has been completed and now how to start using SwarmUI
12:29 Which settings I change before start using SwarmUI and how to change your theme like dark, white, gray
12:56 How to make SwarmUI save generated images as PNG
13:08 How to find description of each settings and configuration
13:28 How to download SD3 model and start using on Windows
13:38 How to use model downloader utility of SwarmUI
14:17 How to set models folder paths and link your existing models folders in SwarmUI
14:35 Explanation of Root folder path in SwarmUI
14:52 VAE of SD3 do we need to download? | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1672531901326-6345bd89fe134dfd7a0dba40.png",
"fullname": "Furkan Gözükara",
"name": "MonsterMMORPG",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 376,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/Yifqu3JeZwKM8DvoOlXdp.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/AGfMPv9BIMhuq13kTfs5R.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/sc8xqWH5oIVNe6DfYQAiu.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/kkbbhcIXs3ELkBylqFPLt.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/tvSJLxyEfHnvOph0TaVHm.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/_QjFQHM2-W4KPXrW9ohP8.png"
},
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/Pd4B4wlpxk39q50tlKAc0.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"MonsterMMORPG",
"arun5k1095",
"ssergorp",
"faisalbsl21",
"Ramikan-BR",
"alielfilali01",
"ucsahin",
"Xeven7",
"UfukHurriyetoglu",
"Ougrid-D",
"clem",
"ihsass"
],
"count": 12
},
{
"reaction": "🚀",
"users": [
"MonsterMMORPG",
"prithivMLmods",
"Jaward",
"Ramikan-BR",
"clem"
],
"count": 5
},
{
"reaction": "👀",
"users": [
"MonsterMMORPG",
"Ramikan-BR",
"louisbrulenaudet"
],
"count": 3
},
{
"reaction": "👍",
"users": [
"MonsterMMORPG",
"Ramikan-BR",
"Ougrid-D"
],
"count": 3
},
{
"reaction": "🔥",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "🤗",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "😎",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "➕",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "🧠",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "🤝",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
},
{
"reaction": "🤯",
"users": [
"MonsterMMORPG",
"Ramikan-BR"
],
"count": 2
}
] | 2024-06-22T14:38:51.000Z | 2024-06-22T14:38:51.110Z | [] | /posts/MonsterMMORPG/461231991332860 | 6,965 | 0 |
445166361535551 | [
{
"type": "text",
"value": "I've made an on device AI comparison between open source, Apple Intelligence, and Microsoft Copilot+ PC. This OS and applications level integration will bring GenAI to everyone, be it consumers or businesses, over the next year. ",
"raw": "I've made an on device AI comparison between open source, Apple Intelligence, and Microsoft Copilot+ PC. This OS and applications level integration will bring GenAI to everyone, be it consumers or businesses, over the next year. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Communities and BigTech hold divergent visions regarding the problems they aim to solve, ways to lock in users and enterprises, as well as their commercialization and GTM strategies.",
"raw": "Communities and BigTech hold divergent visions regarding the problems they aim to solve, ways to lock in users and enterprises, as well as their commercialization and GTM strategies.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm aware that this table has the potential to expand into an epic 30-page saga during an in-depth analysis, but hey, it's a beginning. Do you think I should throw in a few more comparisons? I'm all ears for your thoughts and critiques!",
"raw": "I'm aware that this table has the potential to expand into an epic 30-page saga during an in-depth analysis, but hey, it's a beginning. Do you think I should throw in a few more comparisons? I'm all ears for your thoughts and critiques!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it",
"raw": "Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | I've made an on device AI comparison between open source, Apple Intelligence, and Microsoft Copilot+ PC. This OS and applications level integration will bring GenAI to everyone, be it consumers or businesses, over the next year.
Communities and BigTech hold divergent visions regarding the problems they aim to solve, ways to lock in users and enterprises, as well as their commercialization and GTM strategies.
I'm aware that this table has the potential to expand into an epic 30-page saga during an in-depth analysis, but hey, it's a beginning. Do you think I should throw in a few more comparisons? I'm all ears for your thoughts and critiques!
Make sure you own your AI. AI in the cloud is not aligned with you; it's aligned with the company that owns it | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/63f731c7d36951307fcca6bf/DMd5-Pt7YHC0agbAQ1xUc.png",
"fullname": "Mitko Vasilev",
"name": "mitkox",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 119,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/63f731c7d36951307fcca6bf/2J2u_ftO271_mUEpjcY10.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"Ramikan-BR",
"not-lain",
"ucsahin",
"fabiodr",
"shaising",
"Narsil",
"SidharthanRajendran",
"Nymbo"
],
"count": 8
},
{
"reaction": "😎",
"users": [
"YaTharThShaRma999",
"Ramikan-BR",
"hugbean",
"gregoutlaw",
"not-lain",
"Nymbo"
],
"count": 6
},
{
"reaction": "👀",
"users": [
"Ramikan-BR",
"not-lain",
"Nymbo"
],
"count": 3
}
] | 2024-06-22T13:22:23.000Z | 2024-06-25T12:58:42.367Z | [
{
"avatarUrl": "/avatars/250fa1367af184832fe56ecf8a44ea2f.svg",
"fullname": "Sidharthan Rajendran",
"name": "SidharthanRajendran",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 1,
"isFollowing": false
}
] | /posts/mitkox/445166361535551 | 3,408 | 1 |
857502992845439 | [
{
"type": "text",
"value": "What is your favorite part of our Diffusers integration of Stable Diffusion 3? ",
"raw": "What is your favorite part of our Diffusers integration of Stable Diffusion 3? ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "My personal favorite is the ability to run it on a variety of different GPUs with minimal code changes. ",
"raw": "My personal favorite is the ability to run it on a variety of different GPUs with minimal code changes. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Learn more about them here:",
"raw": "Learn more about them here:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/blog/sd3",
"href": "https://huggingface.co/blog/sd3",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | What is your favorite part of our Diffusers integration of Stable Diffusion 3?
My personal favorite is the ability to run it on a variety of different GPUs with minimal code changes.
Learn more about them here:
https://huggingface.co/blog/sd3 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1649681653581-5f7fbd813e94f16a85448745.jpeg",
"fullname": "Sayak Paul",
"name": "sayakpaul",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 459,
"isFollowing": false
} | [
{
"type": "image",
"url": "https://cdn-uploads.huggingface.co/production/uploads/5f7fbd813e94f16a85448745/yEe5emwYuqmEjKjYpq23p.png"
}
] | [] | [
{
"reaction": "❤️",
"users": [
"prithivMLmods",
"KingNish",
"osanseviero",
"jasstionzyf",
"Ramikan-BR",
"radames",
"GPT007"
],
"count": 7
}
] | 2024-06-22T03:46:48.000Z | 2024-06-22T03:46:48.619Z | [] | /posts/sayakpaul/857502992845439 | 3,115 | 0 |
729661224905079 | [
{
"type": "text",
"value": "Updated the Journalists on 🤗 community page:",
"raw": "Updated the Journalists on 🤗 community page:",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- new text-to-speech tools collection ",
"raw": "- new text-to-speech tools collection ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/JournalistsonHF/text-to-speech-6675c4dccdaa11e86928a15b",
"href": null,
"resource": {
"type": "collection",
"id": "JournalistsonHF/text-to-speech-6675c4dccdaa11e86928a15b",
"discussionNum": null
},
"url": "https://huggingface.co/collections/JournalistsonHF/text-to-speech-6675c4dccdaa11e86928a15b",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- additional leaderboards in the eval collection: ",
"raw": "- additional leaderboards in the eval collection: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/TTS-AGI/TTS-Arena",
"href": null,
"resource": {
"type": "space",
"id": "TTS-AGI/TTS-Arena",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/TTS-AGI/TTS-Arena",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " and ",
"raw": " and ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/dylanebert/3d-arena",
"href": null,
"resource": {
"type": "space",
"id": "dylanebert/3d-arena",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/dylanebert/3d-arena",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- new tools in the Text-Analysis collection: ",
"raw": "- new tools in the Text-Analysis collection: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/gokaygokay/Florence-2",
"href": null,
"resource": {
"type": "space",
"id": "gokaygokay/Florence-2",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/gokaygokay/Florence-2",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ", ",
"raw": ", ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/pdf2dataset/pdf2dataset",
"href": null,
"resource": {
"type": "space",
"id": "pdf2dataset/pdf2dataset",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/pdf2dataset/pdf2dataset",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": ", ",
"raw": ", ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/cvachet/pdf-chatbot",
"href": null,
"resource": {
"type": "space",
"id": "cvachet/pdf-chatbot",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/cvachet/pdf-chatbot",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ",
"raw": "- ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu",
"href": null,
"resource": {
"type": "space",
"id": "Xenova/realtime-whisper-webgpu",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " in the Transcription collection",
"raw": " in the Transcription collection",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- ",
"raw": "- ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/radames/flash-sd3-taesd3",
"href": null,
"resource": {
"type": "space",
"id": "radames/flash-sd3-taesd3",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/radames/flash-sd3-taesd3",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " in the Image Tools collection",
"raw": " in the Image Tools collection",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "- Last but not least, ",
"raw": "- Last but not least, ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/okaris/omni-zero",
"href": null,
"resource": {
"type": "space",
"id": "okaris/omni-zero",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/okaris/omni-zero",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " in the fun collection for zero-shot stylized portrait creation",
"raw": " in the fun collection for zero-shot stylized portrait creation",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Is there any tool you would like to see added?",
"raw": "Is there any tool you would like to see added?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Find all the curated tools here: ",
"raw": "Find all the curated tools here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "link",
"value": null,
"raw": "https://huggingface.co/collections/JournalistsonHF/",
"href": "https://huggingface.co/collections/JournalistsonHF/",
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Updated the Journalists on 🤗 community page:
- new text-to-speech tools collection https://huggingface.co/collections/JournalistsonHF/text-to-speech-6675c4dccdaa11e86928a15b
- additional leaderboards in the eval collection: https://huggingface.co/spaces/TTS-AGI/TTS-Arena and https://huggingface.co/spaces/dylanebert/3d-arena
- new tools in the Text-Analysis collection: https://huggingface.co/spaces/gokaygokay/Florence-2, https://huggingface.co/spaces/pdf2dataset/pdf2dataset, https://huggingface.co/spaces/cvachet/pdf-chatbot
- https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu in the Transcription collection
- https://huggingface.co/spaces/radames/flash-sd3-taesd3 in the Image Tools collection
- Last but not least, https://huggingface.co/spaces/okaris/omni-zero in the fun collection for zero-shot stylized portrait creation
Is there any tool you would like to see added?
Find all the curated tools here: https://huggingface.co/collections/JournalistsonHF/ | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/647f36a8454af0237bd49574/jshkqBUTY-GZL8As8y6Aq.jpeg",
"fullname": "Florent Daudens",
"name": "fdaudens",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 384,
"isFollowing": false
} | [] | [] | [
{
"reaction": "🔥",
"users": [
"YaTharThShaRma999",
"xi0v",
"prithivMLmods",
"Taylor658",
"iamrobotbear",
"Ramikan-BR",
"YannisTevissen"
],
"count": 7
},
{
"reaction": "❤️",
"users": [
"cedpsam",
"osanseviero",
"Javedalam",
"Ramikan-BR"
],
"count": 4
},
{
"reaction": "🚀",
"users": [
"Ramikan-BR",
"fffiloni"
],
"count": 2
},
{
"reaction": "👍",
"users": [
"Ramikan-BR",
"YannisTevissen"
],
"count": 2
},
{
"reaction": "👀",
"users": [
"Ramikan-BR"
],
"count": 1
}
] | 2024-06-21T18:40:40.000Z | 2024-06-21T18:40:40.278Z | [] | /posts/fdaudens/729661224905079 | 3,377 | 0 |
991766553836950 | [
{
"type": "text",
"value": "Finally, a good handwriting recognition tool? ",
"raw": "Finally, a good handwriting recognition tool? ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I'm impressed by Microsoft's latest vision model, Florence-2 ",
"raw": "I'm impressed by Microsoft's latest vision model, Florence-2 ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/microsoft/Florence-2-large",
"href": null,
"resource": {
"type": "model",
"id": "microsoft/Florence-2-large",
"discussionNum": null
},
"url": "https://huggingface.co/microsoft/Florence-2-large",
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": " ",
"raw": " ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "The results are really good, boasting a remarkably low error rate, as you can see with this letter from George W. Bush to Bill Clinton!",
"raw": "The results are really good, boasting a remarkably low error rate, as you can see with this letter from George W. Bush to Bill Clinton!",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "🚀🔒 What’s even better? You can run it locally on your device, ensuring your data stays 100% safe. ",
"raw": "🚀🔒 What’s even better? You can run it locally on your device, ensuring your data stays 100% safe. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "👉 Try it out here: ",
"raw": "👉 Try it out here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/spaces/gokaygokay/Florence-2",
"href": null,
"resource": {
"type": "space",
"id": "gokaygokay/Florence-2",
"discussionNum": null
},
"url": "https://huggingface.co/spaces/gokaygokay/Florence-2",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Finally, a good handwriting recognition tool?
I'm impressed by Microsoft's latest vision model, Florence-2 https://huggingface.co/microsoft/Florence-2-large
The results are really good, boasting a remarkably low error rate, as you can see with this letter from George W. Bush to Bill Clinton!
🚀🔒 What’s even better? You can run it locally on your device, ensuring your data stays 100% safe.
👉 Try it out here: https://huggingface.co/spaces/gokaygokay/Florence-2 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/647f36a8454af0237bd49574/jshkqBUTY-GZL8As8y6Aq.jpeg",
"fullname": "Florent Daudens",
"name": "fdaudens",
"type": "user",
"isPro": false,
"isHf": true,
"isMod": false,
"followerCount": 384,
"isFollowing": false
} | [
{
"type": "video",
"url": "https://cdn-uploads.huggingface.co/production/uploads/647f36a8454af0237bd49574/q9BMV2It4IV2ZpCONVcGa.mp4"
}
] | [] | [
{
"reaction": "👍",
"users": [
"gruhit-patel",
"ben11997",
"ehottl",
"John6666",
"Utochi",
"aizazkhowaja",
"Ramikan-BR",
"SaylorTwift"
],
"count": 8
}
] | 2024-06-21T16:22:31.000Z | 2024-06-21T23:21:38.775Z | [
{
"avatarUrl": "/avatars/54483699273ac58a4a6fe1fa4aab65fe.svg",
"fullname": "Robert Sinclair",
"name": "ZeroWw",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
}
] | /posts/fdaudens/991766553836950 | 2,600 | 1 |
263282152101643 | [
{
"type": "mention",
"value": null,
"raw": "@Be-Bo",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": "Be-Bo",
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Dear Mr. Bahaa Shamoon Atia,",
"raw": "Dear Mr. Bahaa Shamoon Atia,",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "My name is Krischan Schoeninger, and I am very impressed with your Llama 3-70B Chatbot that you have made available on Hugging Face. I have been trying to use both your chatbot and the model from Hugging Face via API for a project, and I have found that your model produces significantly better results.",
"raw": "My name is Krischan Schoeninger, and I am very impressed with your Llama 3-70B Chatbot that you have made available on Hugging Face. I have been trying to use both your chatbot and the model from Hugging Face via API for a project, and I have found that your model produces significantly better results.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Could you please let me know what changes or optimizations you have made to your model that make it so powerful? Additionally, I am very interested in learning how I can host such a model myself. Could you assist me with this?",
"raw": "Could you please let me know what changes or optimizations you have made to your model that make it so powerful? Additionally, I am very interested in learning how I can host such a model myself. Could you assist me with this?",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I would greatly appreciate your feedback.",
"raw": "I would greatly appreciate your feedback.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Best regards,",
"raw": "Best regards,",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "Krischan Schoeninger",
"raw": "Krischan Schoeninger",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
}
] | @Be-Bo
Dear Mr. Bahaa Shamoon Atia,
My name is Krischan Schoeninger, and I am very impressed with your Llama 3-70B Chatbot that you have made available on Hugging Face. I have been trying to use both your chatbot and the model from Hugging Face via API for a project, and I have found that your model produces significantly better results.
Could you please let me know what changes or optimizations you have made to your model that make it so powerful? Additionally, I am very interested in learning how I can host such a model myself. Could you assist me with this?
I would greatly appreciate your feedback.
Best regards,
Krischan Schoeninger
| {
"avatarUrl": "/avatars/cc343c5f59e05c2a061f8474c6dad278.svg",
"fullname": "Krischan Schoeninger",
"name": "Smoke666",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
} | [] | [
{
"avatarUrl": "/avatars/625b9697c6b2e3c30e97524a0eae6c8b.svg",
"fullname": "Bahaa Shamoon Atia",
"name": "Be-Bo",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 7
}
] | [] | 2024-06-21T15:46:14.000Z | 2024-06-21T22:36:43.977Z | [
{
"avatarUrl": "/avatars/cc343c5f59e05c2a061f8474c6dad278.svg",
"fullname": "Krischan Schoeninger",
"name": "Smoke666",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": null,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/641a05a7f5e9c66105fec9b2/INWVc96PQFO0ZPciozg7w.jpeg",
"fullname": "Artur Lauche",
"name": "Artples",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 29,
"isFollowing": false
},
{
"avatarUrl": "/avatars/c82779fdf94f80cdb5020504f83c818b.svg",
"fullname": "Yatharth Sharma",
"name": "YaTharThShaRma999",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 14,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/61bf84c8ca59d6d196a1b4e8/L_NvUwlMYcye9X35z6f7e.jpeg",
"fullname": "Amir Hossein Kargaran",
"name": "kargaranamir",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 36,
"isFollowing": false
}
] | /posts/Smoke666/263282152101643 | 661 | 5 |
813446846184364 | [
{
"type": "text",
"value": "Several methods/models have recently been shared to generate synthetic data from minimal or no initial seeds, essentially creating data directly from raw text.",
"raw": "Several methods/models have recently been shared to generate synthetic data from minimal or no initial seeds, essentially creating data directly from raw text.",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "IMO, these approaches that rely on smaller models for synthetic data generation are quite valuable for scaling up synthetic data and democratizing access to creating domain-specific synthetic datasets. ",
"raw": "IMO, these approaches that rely on smaller models for synthetic data generation are quite valuable for scaling up synthetic data and democratizing access to creating domain-specific synthetic datasets. ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "new_line",
"value": null,
"raw": "\n",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "text",
"value": "I've compiled a collection of Gradio demos showcasing some of these methods here: ",
"raw": "I've compiled a collection of Gradio demos showcasing some of these methods here: ",
"href": null,
"resource": null,
"url": null,
"code": null,
"user": null,
"label": null,
"lang": null
},
{
"type": "resource",
"value": null,
"raw": "https://huggingface.co/collections/davanstrien/synthetic-data-generation-demos-667573f248b97360ff3668a5",
"href": null,
"resource": {
"type": "collection",
"id": "davanstrien/synthetic-data-generation-demos-667573f248b97360ff3668a5",
"discussionNum": null
},
"url": "https://huggingface.co/collections/davanstrien/synthetic-data-generation-demos-667573f248b97360ff3668a5",
"code": null,
"user": null,
"label": null,
"lang": null
}
] | Several methods/models have recently been shared to generate synthetic data from minimal or no initial seeds, essentially creating data directly from raw text.
IMO, these approaches that rely on smaller models for synthetic data generation are quite valuable for scaling up synthetic data and democratizing access to creating domain-specific synthetic datasets.
I've compiled a collection of Gradio demos showcasing some of these methods here: https://huggingface.co/collections/davanstrien/synthetic-data-generation-demos-667573f248b97360ff3668a5 | {
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg",
"fullname": "Daniel van Strien",
"name": "davanstrien",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 410,
"isFollowing": false
} | [] | [] | [
{
"reaction": "❤️",
"users": [
"instruction-pretrain",
"Clausss",
"Taylor658",
"nihalnayak",
"osanseviero",
"nanyy1025"
],
"count": 6
}
] | 2024-06-21T13:32:58.000Z | 2024-06-25T09:38:29.081Z | [
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/641b754d1911d3be6745cce9/GXN8mEmaq3rfITRrw7GeZ.jpeg",
"fullname": "atayloraerospace",
"name": "Taylor658",
"type": "user",
"isPro": false,
"isHf": false,
"isMod": false,
"followerCount": 76,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/60d0e7ff0c9ba111563b81d7/MudCH3WtpBIQGuodc7GND.jpeg",
"fullname": "Nihal Nayak",
"name": "nihalnayak",
"type": "user",
"isPro": true,
"isHf": false,
"isMod": false,
"followerCount": 4,
"isFollowing": false
},
{
"avatarUrl": "https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg",
"fullname": "Daniel van Strien",
"name": "davanstrien",
"type": "user",
"isPro": true,
"isHf": true,
"isMod": false,
"followerCount": 410,
"isFollowing": false
}
] | /posts/davanstrien/813446846184364 | 2,312 | 5 |