selfconstruct3d commited on
Commit
4e5f958
·
verified ·
1 Parent(s): c791818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - de
@@ -51,3 +50,8 @@ predictions = model.predict(embeddings)
51
  # 6. Output results
52
  for text, label in zip(texts, predictions):
53
  print(f"Text: {text}\nPrediction: {label}\n")
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
  - de
 
50
  # 6. Output results
51
  for text, label in zip(texts, predictions):
52
  print(f"Text: {text}\nPrediction: {label}\n")
53
+
54
+
55
+ ## Licence
56
+ This model is licensed for non-commercial use only (CC BY-NC 4.0).
57
+ For commercial inquiries, please contact [email protected].