DeepMount00 commited on
Commit
f2cd724
·
verified ·
1 Parent(s): f5e87b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  language:
4
  - it
5
  pipeline_tag: sentence-similarity
@@ -60,4 +60,4 @@ sentences = ["Oggi sono andato al mare", "La torre di Pisa si trova in Toscana"]
60
  model = SentenceTransformer('DeepMount00/Anita')
61
  embeddings = model.encode(sentences)
62
  print(embeddings)
63
- ```
 
1
  ---
2
+ license: apache-2.0
3
  language:
4
  - it
5
  pipeline_tag: sentence-similarity
 
60
  model = SentenceTransformer('DeepMount00/Anita')
61
  embeddings = model.encode(sentences)
62
  print(embeddings)
63
+ ```