라이선스

라이선스 (Licenses)

Hugging Face Hub에 만드는 어떤 리포지토리든 라이선스를 추가해서 코드나 데이터에 부여하고 싶은 권한을 다른 사용자에게 알려줄 수 있어요. 라이선스는 리포지토리의 README.md 파일(Hub에서는 card 라고 불러요)의 메타데이터 섹션에 지정합니다.

출처: 문서

본문

Hugging Face Hub에 만드는 모든 리포지토리에 라이선스를 추가해서 코드나 데이터에 부여하고 싶은 권한을 다른 사용자에게 알려줄 수 있어요. 라이선스는 Hub에서 card 라고 부르는 리포지토리의 README.md 파일, card의 메타데이터 섹션에 지정할 수 있습니다. 다른 사람의 코드나 데이터를 사용하려 한다면 그 프로젝트의 라이선스를 찾아서 존중해야 한다는 점을 잊지 마세요.

사용 가능한 라이선스의 전체 목록은 다음과 같아요:

Fullname License identifier (to use in repo card)
Apache license 2.0 apache-2.0
MIT mit
OpenRAIL license family openrail
BigScience OpenRAIL-M bigscience-openrail-m
CreativeML OpenRAIL-M creativeml-openrail-m
BigScience BLOOM RAIL 1.0 bigscience-bloom-rail-1.0
BigCode Open RAIL-M v1 bigcode-openrail-m
Academic Free License v3.0 afl-3.0
Artistic license 2.0 artistic-2.0
Boost Software License 1.0 bsl-1.0
BSD license family bsd
BSD 2-clause "Simplified" license bsd-2-clause
BSD 3-clause "New" or "Revised" license bsd-3-clause
BSD 3-clause Clear license bsd-3-clause-clear
Computational Use of Data Agreement c-uda
Creative Commons license family cc
Creative Commons Zero v1.0 Universal cc0-1.0
Creative Commons Attribution 2.0 cc-by-2.0
Creative Commons Attribution 2.5 cc-by-2.5
Creative Commons Attribution 3.0 cc-by-3.0
Creative Commons Attribution 4.0 cc-by-4.0
Creative Commons Attribution Share Alike 3.0 cc-by-sa-3.0
Creative Commons Attribution Share Alike 4.0 cc-by-sa-4.0
Creative Commons Attribution Non Commercial 2.0 cc-by-nc-2.0
Creative Commons Attribution Non Commercial 3.0 cc-by-nc-3.0
Creative Commons Attribution Non Commercial 4.0 cc-by-nc-4.0
Creative Commons Attribution No Derivatives 4.0 cc-by-nd-4.0
Creative Commons Attribution Non Commercial No Derivatives 3.0 cc-by-nc-nd-3.0
Creative Commons Attribution Non Commercial No Derivatives 4.0 cc-by-nc-nd-4.0
Creative Commons Attribution Non Commercial Share Alike 2.0 cc-by-nc-sa-2.0
Creative Commons Attribution Non Commercial Share Alike 3.0 cc-by-nc-sa-3.0
Creative Commons Attribution Non Commercial Share Alike 4.0 cc-by-nc-sa-4.0
Community Data License Agreement – Sharing, Version 1.0 cdla-sharing-1.0
Community Data License Agreement – Permissive, Version 1.0 cdla-permissive-1.0
Community Data License Agreement – Permissive, Version 2.0 cdla-permissive-2.0
Do What The F*ck You Want To Public License wtfpl
Educational Community License v2.0 ecl-2.0
Eclipse Public License 1.0 epl-1.0
Eclipse Public License 2.0 epl-2.0
Etalab Open License 2.0 etalab-2.0
European Union Public License 1.1 eupl-1.1
European Union Public License 1.2 eupl-1.2
GNU Affero General Public License v3.0 agpl-3.0
GNU Free Documentation License family gfdl
GNU General Public License family gpl
GNU General Public License v2.0 gpl-2.0
GNU General Public License v3.0 gpl-3.0
GNU Lesser General Public License family lgpl
GNU Lesser General Public License v2.1 lgpl-2.1
GNU Lesser General Public License v3.0 lgpl-3.0
ISC isc
H Research License h-research
Intel Research Use License Agreement intel-research
LaTeX Project Public License v1.3c lppl-1.3c
Microsoft Public License ms-pl
Apple Sample Code license apple-ascl
Apple Model License for Research apple-amlr
Mozilla Public License 2.0 mpl-2.0
Open Data Commons License Attribution family odc-by
Open Database License family odbl
Open Model, Data & Weights License Agreement openmdw-1.0
Open Model, Data & Weights License Agreement v1.1 openmdw-1.1
Open Rail++-M License openrail++
Open Software License 3.0 osl-3.0
PostgreSQL License postgresql
SIL Open Font License 1.1 ofl-1.1
University of Illinois/NCSA Open Source License ncsa
The Unlicense unlicense
zLib License zlib
Open Data Commons Public Domain Dedication and License pddl
Lesser General Public License For Linguistic Resources lgpl-lr
DeepFloyd IF Research License Agreement deepfloyd-if-license
FAIR Noncommercial Research License fair-noncommercial-research-license
Llama 2 Community License Agreement llama2
Llama 3 Community License Agreement llama3
Llama 3.1 Community License Agreement llama3.1
Llama 3.2 Community License Agreement llama3.2
Llama 3.3 Community License Agreement llama3.3
Llama 4 Community License Agreement llama4
Grok 2 Community License Agreement grok2-community
Gemma Terms of Use gemma
Unknown unknown
Other other

license: other의 경우 라이선스 텍스트를 리포지토리 안의 LICENSE 파일에 추가하고(또는 사용 중인 라이선스를 이 목록에 추가해 달라고 연락하고) license_name에 이름을 설정해 주세요.

더 알아보기 (Learn more)

라이선스 식별자를 card의 메타데이터에 license: 키로 넣으면 Hub가 자동으로 표시해 줘요. 모델이나 데이터셋을 공유할 때는 라이선스 확인을 습관화해서 원저작자의 권리를 존중하는 것이 중요합니다. 라이선스 목록 전체와 리포지토리 생성에 대한 자세한 내용은 Hugging Face Hub 문서를 참고하세요.