madiedgar commited on
Commit
c84c575
·
verified ·
1 Parent(s): 156dee1

Align body license notes with cc-by-nc-4.0 metadata

Browse files

Fixes two stale Apache-2.0 statements in the README body: the base-model description (tiny-aya-base is CC-BY-NC-4.0) and the License section (adapters inherit the base license; the datasets remain Apache-2.0).

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -47,7 +47,7 @@ The hypothesis is **not** that non-English code matches or exceeds English code
47
 
48
  ## Base Model
49
 
50
- All adapters are trained on [CohereLabs/tiny-aya-base](https://huggingface.co/CohereLabs/tiny-aya-base) (3.35B parameters). Tiny Aya was chosen because it is small (deployable on a single 16 GB T4 GPU via QLoRA), accessible (Apache 2.0-licensed), and supports 70+ languages with explicit emphasis on lower-resourced ones — which makes the experimental ladder viable for `ur` at all.
51
 
52
  ## Adapter Inventory
53
 
@@ -222,7 +222,11 @@ Paper-grade evaluation results live on [`legesher/language-decoded-experiments`]
222
 
223
  ## License
224
 
225
- Apache 2.0
 
 
 
 
226
 
227
  ## Provenance, attribution & takedown
228
 
 
47
 
48
  ## Base Model
49
 
50
+ All adapters are trained on [CohereLabs/tiny-aya-base](https://huggingface.co/CohereLabs/tiny-aya-base) (3.35B parameters). Tiny Aya was chosen because it is small (deployable on a single 16 GB T4 GPU via QLoRA), openly available (released under CC-BY-NC-4.0), and supports 70+ languages with explicit emphasis on lower-resourced ones — which makes the experimental ladder viable for `ur` at all.
51
 
52
  ## Adapter Inventory
53
 
 
222
 
223
  ## License
224
 
225
+ CC-BY-NC-4.0. The adapters inherit the license of the base model,
226
+ [CohereLabs/tiny-aya-base](https://huggingface.co/CohereLabs/tiny-aya-base)
227
+ (CC-BY-NC-4.0). The training datasets
228
+ ([legesher/language-decoded-data](https://huggingface.co/datasets/legesher/language-decoded-data))
229
+ are separately licensed under Apache-2.0.
230
 
231
  ## Provenance, attribution & takedown
232