adamrpah commited on
Commit
8fceec3
·
verified ·
1 Parent(s): 1000694

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