unclemusclez commited on
Commit
b30331f
1 Parent(s): 00ef4d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  library_name: sentence-transformers
4
  tags:
@@ -16,6 +15,7 @@ widget:
16
  pipeline_tag: sentence-similarity
17
  datasets:
18
  - skratos115/opendevin_DataDevinator
 
19
  ---
20
 
21
  # Model Trained Using AutoTrain
@@ -53,4 +53,4 @@ print(embeddings.shape)
53
  # Get the similarity scores for the embeddings
54
  similarities = model.similarity(embeddings, embeddings)
55
  print(similarities.shape)
56
- ```
 
 
1
  ---
2
  library_name: sentence-transformers
3
  tags:
 
15
  pipeline_tag: sentence-similarity
16
  datasets:
17
  - skratos115/opendevin_DataDevinator
18
+ license: apache-2.0
19
  ---
20
 
21
  # Model Trained Using AutoTrain
 
53
  # Get the similarity scores for the embeddings
54
  similarities = model.similarity(embeddings, embeddings)
55
  print(similarities.shape)
56
+ ```