adamrpah commited on
Commit
0e6c69c
·
verified ·
1 Parent(s): a5bfad8

Document GPL-3.0 public release

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -9,6 +9,8 @@ metrics:
9
  model-index:
10
  - name: ontology-consent-decree-resolution
11
  results: []
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -85,3 +87,20 @@ The following hyperparameters were used during training:
85
  - Pytorch 1.13.0+cu117
86
  - Datasets 2.6.1
87
  - Tokenizers 0.13.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  model-index:
10
  - name: ontology-consent-decree-resolution
11
  results: []
12
+ license: gpl-3.0
13
+
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
87
  - Pytorch 1.13.0+cu117
88
  - Datasets 2.6.1
89
  - Tokenizers 0.13.1
90
+
91
+ ## Public release information
92
+
93
+ This model is released by the SCALES Open Knowledge Network under the GNU General
94
+ Public License v3.0. It is derived from `scales-okn/docket-language-model` and is
95
+ intended for research and development involving legal-document classification or
96
+ information extraction. It is not legal advice.
97
+
98
+ The organization has reviewed the release decision and confirmed that the model's
99
+ training data and resulting weights are legally and ethically releasable. Users are
100
+ responsible for evaluating accuracy, bias, privacy, and fitness for their own use.
101
+
102
+ The repository includes PyTorch `.bin` artifacts. Hugging Face's server-side security
103
+ scan reported no file issues before publication. As with any serialized model
104
+ artifact, load it only with maintained libraries and in an appropriately isolated
105
+ environment.
106
+