Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
library_name: sentence-transformers
|
| 4 |
tags:
|
|
@@ -6,14 +5,15 @@ tags:
|
|
| 6 |
- sentence-similarity
|
| 7 |
- feature-extraction
|
| 8 |
- autotrain
|
| 9 |
-
base_model:
|
|
|
|
| 10 |
widget:
|
| 11 |
- source_sentence: 'search_query: i love autotrain'
|
| 12 |
sentences:
|
| 13 |
- 'search_query: huggingface auto train'
|
| 14 |
- 'search_query: hugging face auto train'
|
| 15 |
- 'search_query: i love autotrain'
|
| 16 |
-
pipeline_tag:
|
| 17 |
datasets:
|
| 18 |
- narendra0892/ai-product-crc-training
|
| 19 |
---
|
|
@@ -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:
|
|
|
|
| 5 |
- sentence-similarity
|
| 6 |
- feature-extraction
|
| 7 |
- autotrain
|
| 8 |
+
base_model:
|
| 9 |
+
- meta-llama/Llama-4-Scout-17B-16E-Instruct
|
| 10 |
widget:
|
| 11 |
- source_sentence: 'search_query: i love autotrain'
|
| 12 |
sentences:
|
| 13 |
- 'search_query: huggingface auto train'
|
| 14 |
- 'search_query: hugging face auto train'
|
| 15 |
- 'search_query: i love autotrain'
|
| 16 |
+
pipeline_tag: question-answering
|
| 17 |
datasets:
|
| 18 |
- narendra0892/ai-product-crc-training
|
| 19 |
---
|
|
|
|
| 53 |
# Get the similarity scores for the embeddings
|
| 54 |
similarities = model.similarity(embeddings, embeddings)
|
| 55 |
print(similarities.shape)
|
| 56 |
+
```
|