Sentence Similarity
Safetensors
roberta
zdanGL commited on
Commit
46a5cb3
·
verified ·
1 Parent(s): 54a1d75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - wikimedia/structured-wikipedia
5
  base_model:
@@ -133,6 +133,34 @@ for i, definition in enumerate(definitions):
133
  ### Usage Recommendations
134
  - **Similarity Threshold:** If using our model as a classifier, 0.7 for positive matches appears to be a reasonable threshold
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
 
137
  ## Citation
138
 
 
1
  ---
2
+ license: bigscience-openrail-m
3
  datasets:
4
  - wikimedia/structured-wikipedia
5
  base_model:
 
133
  ### Usage Recommendations
134
  - **Similarity Threshold:** If using our model as a classifier, 0.7 for positive matches appears to be a reasonable threshold
135
 
136
+ ### License
137
+ This model is licensed under the BigScience OpenRAIL-M License, which promotes responsible and ethical use of AI.
138
+ This model is based on Facebook AI's RoBERTa Large model, which is licensed under the MIT License. The original RoBERTa model copyright notice: Copyright (c) Facebook, Inc. and its affiliates.
139
+ The training dataset (Wikimedia Structured Wikipedia) is licensed under CC BY-SA 3.0.
140
+
141
+ ### MIT License for RoBERTa Model
142
+ MIT License
143
+
144
+ Copyright (c) Facebook, Inc. and its affiliates.
145
+
146
+ Permission is hereby granted, free of charge, to any person obtaining a copy
147
+ of this software and associated documentation files (the "Software"), to deal
148
+ in the Software without restriction, including without limitation the rights
149
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
150
+ copies of the Software, and to permit persons to whom the Software is
151
+ furnished to do so, subject to the following conditions:
152
+
153
+ The above copyright notice and this permission notice shall be included in all
154
+ copies or substantial portions of the Software.
155
+
156
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
158
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
159
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
160
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
161
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
162
+ SOFTWARE.
163
+
164
 
165
  ## Citation
166