Skip to content

Commit

Permalink
fix: replace URL with archive.org link to bypass false broken URL checks
Browse files Browse the repository at this point in the history
The automatic URL validation action was incorrectly flagging working URLs
as broken links. Switched to using archive.org links as a workaround to
resolve these false positive errors.
  • Loading branch information
poemDead committed Nov 26, 2024
1 parent 3ad39a8 commit 0db0597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://web.archive.org/web/20241126001143/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.

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://web.archive.org/web/20241126001143/https://opensource.org/osd?WT.mc_id=academic-105485-koreyst),以將其歸類為開放原始碼。源程式碼必須在OSI批准的許可下公開共享。

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

Expand Down

0 comments on commit 0db0597

Please sign in to comment.