PereLluis13 commited on
Commit
77f36ca
1 Parent(s): 63151ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -176,4 +176,8 @@ decoded_preds = tokenizer.batch_decode(generated_tokens, skip_special_tokens=Fal
176
  for idx, sentence in enumerate(decoded_preds):
177
  print(f'Prediction triplets sentence {idx}')
178
  print(extract_triplets_typed(sentence))
179
- ```
 
 
 
 
 
176
  for idx, sentence in enumerate(decoded_preds):
177
  print(f'Prediction triplets sentence {idx}')
178
  print(extract_triplets_typed(sentence))
179
+ ```
180
+
181
+ ## License
182
+
183
+ This model is licensed under the CC BY-SA 4.0 license. The text of the license can be found [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).