Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 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 |
+
```
|