From bd579f0379668f95717cee3263a53a7a534e75d4 Mon Sep 17 00:00:00 2001 From: licensefoundry-bot Date: Fri, 22 May 2026 19:35:50 +0200 Subject: [PATCH] =?UTF-8?q?Add=20.licensefoundry/manifest.yaml=20=E2=80=94?= =?UTF-8?q?=20machine-readable=20license=20metadata=20for=20AI=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .licensefoundry/manifest.yaml | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .licensefoundry/manifest.yaml diff --git a/.licensefoundry/manifest.yaml b/.licensefoundry/manifest.yaml new file mode 100644 index 0000000..b2073c9 --- /dev/null +++ b/.licensefoundry/manifest.yaml @@ -0,0 +1,41 @@ +manifest_version: 1 +issuer: + type: self +asset: + identifier: github.com/MAGICS-LAB/DNABERT_2 + display_name: DNABERT_2 + primary_license: Apache-2.0 +rights: + train: + granted: true + scope: + model_family: '*' + one_time: false + attribution: required + rag: + granted: true + scope: + max_excerpt_tokens: 500 + attribution: required + embed: + granted: true + scope: + max_dim: 1536 + display: + granted: true + scope: + max_excerpt_tokens: 200 + attribution: required + eval: + granted: true + derive: + granted: true + commercial: + granted: true +scope: + audience: open + jurisdiction: + - '*' + duration: + starts: '2026-05-22T17:35:48.020824+00:00' + ends: null