Skip to content

Commit

Permalink
fix: reverting change of link
Browse files Browse the repository at this point in the history
  • Loading branch information
shahpreetk committed Nov 8, 2024
1 parent 3ec8855 commit df76b9e
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) 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?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.

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

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

Expand Down

0 comments on commit df76b9e

Please sign in to comment.