From 84d656dab642d8b17135e0f54e85615fac758deb Mon Sep 17 00:00:00 2001 From: Franz Louis Cesista Date: Wed, 12 Jun 2024 17:26:42 +0800 Subject: [PATCH 1/2] Add link to docs of Multimodal Structured Generation for CVPR 2nd MMFM Challenge --- docs/community/examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/examples.md b/docs/community/examples.md index 6386f98fc..19d308a98 100644 --- a/docs/community/examples.md +++ b/docs/community/examples.md @@ -2,6 +2,8 @@ Publishing examples and articles about Outlines are a meaningful way to contrinute to the community. Here is a list of projects we are aware of. Drop us a line if we forgot yours! +[Multimodal Structured Generation](https://github.com/leloykun/MMFM-Challenge/blob/master/MMFM-SOLUTION-README.md) shows that Structured Generation can outperform finetuning, and maybe even multimodality, in document-image understanding tasks as part of CVPR's 2nd MMFM Challenge. + [Chess LLM Arena](https://huggingface.co/spaces/mlabonne/chessllm) is a HuggingFace Space where you can make LLMs compete in a chess match. [LLM Data Gen](https://huggingface.co/spaces/lhoestq/LLM_DataGen) is a HuggingFace Space that generates synthetic dataset files in JSONLines format. From d6be15b1bff5783e84fc9f3bd7c607d3d9478d93 Mon Sep 17 00:00:00 2001 From: Franz Louis Cesista Date: Tue, 18 Jun 2024 18:57:41 +0800 Subject: [PATCH 2/2] update link --- docs/community/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/examples.md b/docs/community/examples.md index 19d308a98..515385b40 100644 --- a/docs/community/examples.md +++ b/docs/community/examples.md @@ -2,7 +2,7 @@ Publishing examples and articles about Outlines are a meaningful way to contrinute to the community. Here is a list of projects we are aware of. Drop us a line if we forgot yours! -[Multimodal Structured Generation](https://github.com/leloykun/MMFM-Challenge/blob/master/MMFM-SOLUTION-README.md) shows that Structured Generation can outperform finetuning, and maybe even multimodality, in document-image understanding tasks as part of CVPR's 2nd MMFM Challenge. +[Multimodal Structured Generation: CVPR's 2nd MMFM Challenge Technical Report](https://arxiv.org/abs/2406.11403) shows that Structured Generation can outperform finetuning, and maybe even multimodality, in document-image understanding tasks as part of CVPR's 2nd MMFM Challenge. [Chess LLM Arena](https://huggingface.co/spaces/mlabonne/chessllm) is a HuggingFace Space where you can make LLMs compete in a chess match.