adamrpah commited on
Commit
79aecd4
·
verified ·
1 Parent(s): 8014b6d

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-motion-to-certify-class
11
  results: []
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -69,3 +71,20 @@ The following hyperparameters were used during training:
69
  - Pytorch 1.11.0+cu113
70
  - Datasets 1.18.3
71
  - Tokenizers 0.11.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  model-index:
10
  - name: ontology-motion-to-certify-class
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
 
71
  - Pytorch 1.11.0+cu113
72
  - Datasets 1.18.3
73
  - Tokenizers 0.11.0
74
+
75
+ ## Public release information
76
+
77
+ This model is released by the SCALES Open Knowledge Network under the GNU General
78
+ Public License v3.0. It is derived from `scales-okn/docket-language-model` and is
79
+ intended for research and development involving legal-document classification or
80
+ information extraction. It is not legal advice.
81
+
82
+ The organization has reviewed the release decision and confirmed that the model's
83
+ training data and resulting weights are legally and ethically releasable. Users are
84
+ responsible for evaluating accuracy, bias, privacy, and fitness for their own use.
85
+
86
+ The repository includes PyTorch `.bin` artifacts. Hugging Face's server-side security
87
+ scan reported no file issues before publication. As with any serialized model
88
+ artifact, load it only with maintained libraries and in an appropriately isolated
89
+ environment.
90
+