FremyCompany
commited on
Commit
•
49b83a4
1
Parent(s):
db8e668
Update README.md
Browse files
README.md
CHANGED
@@ -74,3 +74,7 @@ sentence_embeddings = F.normalize(sentence_embeddings, p=2, dim=1)
|
|
74 |
print("Sentence embeddings:")
|
75 |
print(sentence_embeddings)
|
76 |
```
|
|
|
|
|
|
|
|
|
|
74 |
print("Sentence embeddings:")
|
75 |
print(sentence_embeddings)
|
76 |
```
|
77 |
+
|
78 |
+
## License
|
79 |
+
My own contributions for this dataset are covered by the MIT license.
|
80 |
+
However, given the data used to train this model orginates from UMLS, so you need to ensure you have proper licensing of UMLS before using this model. UMLS is free of charge in most countries, but you might have to create an account and report on your usage of the data yearly to keep a valid license.
|