Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
|
3 |
# Marathi Semantic Search
|
4 |
|
5 |
This project is a semantic search engine for Marathi news articles, leveraging a fine-tuned Marathi SBERT model to retrieve contextually relevant articles based on user queries. The model has been trained using contrastive learning with generated positive pairs to capture the nuances of the Marathi language.
|
@@ -19,7 +19,8 @@ A working demo of the project is available on Hugging Face Spaces: [Sru15/Marath
|
|
19 |
|
20 |
To reproduce the code locally, follow the steps below:
|
21 |
|
22 |
-
|
|
|
23 |
1. **Clone the Repository**:
|
24 |
```bash
|
25 |
git clone https://huggingface.co/spaces/Sru15/Marathi-Semantic-Search
|
|
|
1 |
|
2 |
+
|
3 |
# Marathi Semantic Search
|
4 |
|
5 |
This project is a semantic search engine for Marathi news articles, leveraging a fine-tuned Marathi SBERT model to retrieve contextually relevant articles based on user queries. The model has been trained using contrastive learning with generated positive pairs to capture the nuances of the Marathi language.
|
|
|
19 |
|
20 |
To reproduce the code locally, follow the steps below:
|
21 |
|
22 |
+
|
23 |
+
|
24 |
1. **Clone the Repository**:
|
25 |
```bash
|
26 |
git clone https://huggingface.co/spaces/Sru15/Marathi-Semantic-Search
|