Skip to content

Commit

Permalink
fix: remove unwanted changes and params
Browse files Browse the repository at this point in the history
  • Loading branch information
shahpreetk committed Nov 8, 2024
1 parent 3c57ca1 commit 3ec8855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ AI モデルとその出力によって引き起こされる、潜在的な問

> [!TIP]
> 訳者追記:
> グラウンディングの詳細は、[こちらの記事](https://techcommunity.microsoft.com/blog/fasttrackforazureblog/grounding-llms/3843857/?WT.mc_id=academic-105485-yoterada)をご参照ください。
> グラウンディングの詳細は、[こちらの記事](https://techcommunity.microsoft.com/blog/fasttrackforazureblog/grounding-llms/3843857?WT.mc_id=academic-105485-yoterada)をご参照ください。

Check failure on line 109 in 03-using-generative-ai-responsibly/translations/ja-jp/README.md

View workflow job for this annotation

GitHub Actions / Check Broken URLs

File 03-using-generative-ai-responsibly/translations/ja-jp/README.md, line 109, Link https://techcommunity.microsoft.com/blog/fasttrackforazureblog/grounding-llms/3843857?WT.mc_id=academic-105485-yoterada is broken.
信頼性のある情報源のデータだけをモデルが利用するように、Retrieval Augmented Generation(RAG)のような技術を使用できます。このコースの後半で、検索アプリケーションの構築に関するレッスンもあります。

Expand Down
2 changes: 1 addition & 1 deletion 07-building-chat-applications/python/aoai-assignment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"New customers will need to [apply for access](https://aka.ms/oai/access?WT.mc_id=academic-105485-koreyst) to Azure OpenAI Service. \n",
"After approval is complete, customers can log into the Azure portal, create an Azure OpenAI Service resource, and start experimenting with models via the studio \n",
"\n",
"[Great resource for getting started quickly](https://techcommunity.microsoft.com/blog/educatordeveloperblog/azure-openai-service-is-now-generally-available/3719177/?WT.mc_id=academic-105485-koreyst)"
"[Great resource for getting started quickly](https://techcommunity.microsoft.com/blog/educatordeveloperblog/azure-openai-service-is-now-generally-available/3719177?WT.mc_id=academic-105485-koreyst)"

Check failure on line 80 in 07-building-chat-applications/python/aoai-assignment.ipynb

View workflow job for this annotation

GitHub Actions / Check Broken URLs

File 07-building-chat-applications/python/aoai-assignment.ipynb, line 80, Link https://techcommunity.microsoft.com/blog/educatordeveloperblog/azure-openai-service-is-now-generally-available/3719177?WT.mc_id=academic-105485-koreyst is broken.
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 16-open-source-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The world of open-source LLMs is exciting and constantly evolving. This lesson a

## What are Open Source Models?

Open source software has played a crucial role in the growth of technology across various fields. The Open Source Initiative (OSI) has defined [10 criteria for software](https://opensource.org/osd/?WT.mc_id=academic-105485-koreyst) to be classified as open source. The source code must be openly shared under a license approved by the OSI.
Open source software has played a crucial role in the growth of technology across various fields. The Open Source Initiative (OSI) has defined [10 criteria for software](https://opensource.org/osd) to be classified as open source. The source code must be openly shared under a license approved by the OSI.

Check failure on line 15 in 16-open-source-models/README.md

View workflow job for this annotation

GitHub Actions / Check Broken URLs

File 16-open-source-models/README.md, line 15, Link https://opensource.org/osd is broken.

While the development of LLMs has similar elements to developing software, the process is not exactly the same. This has brought much discussion in the community on the definition of open source in the context of LLMs. For a model to be aligned with the traditional definition of open source the following information should be publicly available:

Expand Down
2 changes: 1 addition & 1 deletion 16-open-source-models/translations/tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 什麼是開放原始碼模型?

開放原始碼軟體在各個領域的技術發展中扮演了至關重要的角色。開放原始碼倡議(OSI)已經定義了[軟體的10個標準](https://opensource.org/osd/?WT.mc_id=academic-105485-koreyst),以將其歸類為開放原始碼。源程式碼必須在OSI批准的許可下公開共享。
開放原始碼軟體在各個領域的技術發展中扮演了至關重要的角色。開放原始碼倡議(OSI)已經定義了[軟體的10個標準](https://opensource.org/osd),以將其歸類為開放原始碼。源程式碼必須在OSI批准的許可下公開共享。

Check failure on line 15 in 16-open-source-models/translations/tw/README.md

View workflow job for this annotation

GitHub Actions / Check Broken URLs

File 16-open-source-models/translations/tw/README.md, line 15, Link https://opensource.org/osd is broken.

雖然 LLMs 的開發與軟體開發有相似的元素,但過程並不完全相同。這在社群中引發了許多關於 LLMs 背景下開放原始碼定義的討論。要使模型符合傳統的開放原始碼定義,以下資訊應該公開可用:

Expand Down

0 comments on commit 3ec8855

Please sign in to comment.