properly59 commited on
Commit
0157946
·
verified ·
1 Parent(s): a586bc6

Clarify Apache-2.0 model license and data provenance

Browse files
Files changed (2) hide show
  1. LICENSE +17 -0
  2. README.md +15 -1
LICENSE ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ https://www.apache.org/licenses/
4
+
5
+ Copyright 2026 Jumini-Ko HW2 contributors
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ https://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - ko
4
- license: other
5
  library_name: transformers
6
  pipeline_tag: text-generation
7
  tags:
@@ -34,6 +34,20 @@ The current export candidate is the V3A retention step-6200 checkpoint. A later
34
 
35
  Additional post-export probes were also rejected. A V3B TinyStories low-ratio probe improved its own validation split from step 6200 to step 6300, but it did not beat step 6200 on a same-condition source-bucket comparison and generation remained repetitive/malformed. The exported artifact therefore remains the V3A step-6200 base checkpoint.
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## Local Validation
38
 
39
  Train-time held-out validation on the V3A retention split improved monotonically through step 6200:
 
1
  ---
2
  language:
3
  - ko
4
+ license: apache-2.0
5
  library_name: transformers
6
  pipeline_tag: text-generation
7
  tags:
 
34
 
35
  Additional post-export probes were also rejected. A V3B TinyStories low-ratio probe improved its own validation split from step 6200 to step 6300, but it did not beat step 6200 on a same-condition source-bucket comparison and generation remained repetitive/malformed. The exported artifact therefore remains the V3A step-6200 base checkpoint.
36
 
37
+ ## License and Data Provenance
38
+
39
+ The released model artifacts are provided under Apache-2.0. The final promoted training sources were selected from datasets with explicit permissive licenses:
40
+
41
+ | Source | Role | License |
42
+ | --- | --- | --- |
43
+ | `lcw99/wikipedia-korean-20240501` | Korean wiki pretraining/replay | Apache-2.0 |
44
+ | `eliceai/korean-webtext-edu` | Korean educational web pretraining/replay | MIT |
45
+ | `maywell/korean_textbooks` | textbook/factual synthetic Korean data | Apache-2.0 |
46
+ | `heegyu/open-korean-instructions` | capped phase-2 instruction/chat anneal | MIT |
47
+ | `IkJun1/korean-qa-dataset` | capped phase-2 Korean QA anneal | MIT |
48
+
49
+ Benchmark and diagnostic datasets were kept evaluation-only and were not promoted into the final training mixture.
50
+
51
  ## Local Validation
52
 
53
  Train-time held-out validation on the V3A retention split improved monotonically through step 6200: