From 19e1ea68e8ff3fc646752b4fb91059790b55b85f Mon Sep 17 00:00:00 2001 From: guenthermi Date: Thu, 26 Jan 2023 15:00:30 +0100 Subject: [PATCH 1/4] docs: add section about articles about finetuner --- README.md | 12 ++++++++++++ docs/index.md | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 3971f3603..8dfb1c6d1 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,18 @@ pip install "finetuner[full]" > ⚠️ Starting with version 0.5.0, Finetuner computing is performed on Jina AI Cloud. The last local version is `0.4.1`. > This version is still available for installation via `pip`. See [Finetuner git tags and releases](https://github.com/jina-ai/finetuner/releases). + +## Articles about Finetuner + +There are several articles about Finetuner and tutorials which using our framework: + +- [Fine-tuning with Low Budget and High Expectations](https://jina.ai/news/fine-tuning-with-low-budget-and-high-expectations/) +- [Hype and Hybrids: Search is more than Keywords and Vectors](https://jina.ai/news/hype-and-hybrids-multimodal-search-means-more-than-keywords-and-vectors-2/) +- [Improving Search Quality for Non-English Queries with Fine-tuned Multilingual CLIP Models](https://jina.ai/news/improving-search-quality-non-english-queries-fine-tuned-multilingual-clip-models/) +- [How Much Do We Get by Finetuning CLIP?](https://jina.ai/news/applying-jina-ai-finetuner-to-clip-less-data-smaller-models-higher-performance/) + + + ## Support diff --git a/docs/index.md b/docs/index.md index 4c602655c..e61353914 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,11 @@ :end-before: ``` +```{include} ../README.md +:start-after: +:end-before: +``` + ```{include} ../README.md :start-after: :end-before: From 9e0aecb8f9398b37fe0a7f6282c7943b72bf0d54 Mon Sep 17 00:00:00 2001 From: guenthermi Date: Thu, 26 Jan 2023 15:05:52 +0100 Subject: [PATCH 2/4] chore: add changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7e0433e..313fb8bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix typos, duplicate paragraphs, and wrong formulations. ([#666](https://github.com/jina-ai/finetuner/pull/666)) +- Add list of articles to README and docs. ([#669](https://github.com/jina-ai/finetuner/pull/669)) + ## [0.7.0] - 2023-01-18 From 7beb5302b0a1f7304cfafe0f0f8b0b18a36d96f7 Mon Sep 17 00:00:00 2001 From: guenthermi Date: Thu, 26 Jan 2023 16:38:20 +0100 Subject: [PATCH 3/4] refactor: rephrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dfb1c6d1..ce5fe00f7 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ pip install "finetuner[full]" ## Articles about Finetuner -There are several articles about Finetuner and tutorials which using our framework: +We wrote several articles and tutorials in which our framework is used: - [Fine-tuning with Low Budget and High Expectations](https://jina.ai/news/fine-tuning-with-low-budget-and-high-expectations/) - [Hype and Hybrids: Search is more than Keywords and Vectors](https://jina.ai/news/hype-and-hybrids-multimodal-search-means-more-than-keywords-and-vectors-2/) From 83d298e2fbf5fbda5d83879e424c0cf8033e29a8 Mon Sep 17 00:00:00 2001 From: guenthermi Date: Thu, 26 Jan 2023 17:39:52 +0100 Subject: [PATCH 4/4] refactor: rephrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5fe00f7..b1a26afff 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ pip install "finetuner[full]" ## Articles about Finetuner -We wrote several articles and tutorials in which our framework is used: +Check out our published blogposts and tutorials to see Finetuner in action! - [Fine-tuning with Low Budget and High Expectations](https://jina.ai/news/fine-tuning-with-low-budget-and-high-expectations/) - [Hype and Hybrids: Search is more than Keywords and Vectors](https://jina.ai/news/hype-and-hybrids-multimodal-search-means-more-than-keywords-and-vectors-2/)