aravindhank
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# WordLLama - Indic
|
2 |
|
3 |
Inspired by WordLLama, trained using word embeddings of Saravam-1 models that supports most
|
@@ -76,22 +93,4 @@ print(ranked_docs)
|
|
76 |
```
|
77 |
|
78 |
|
79 |
-
## Run code like this
|
80 |
-
|
81 |
-
---
|
82 |
-
language:
|
83 |
-
- en
|
84 |
-
- ta
|
85 |
-
- ml
|
86 |
-
- as
|
87 |
-
- bn
|
88 |
-
- gu
|
89 |
-
- hi
|
90 |
-
- kn
|
91 |
-
- mr
|
92 |
-
- or
|
93 |
-
- te
|
94 |
-
base_model:
|
95 |
-
- sarvamai/sarvam-1
|
96 |
-
pipeline_tag: sentence-similarity
|
97 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ta
|
5 |
+
- ml
|
6 |
+
- as
|
7 |
+
- bn
|
8 |
+
- gu
|
9 |
+
- hi
|
10 |
+
- kn
|
11 |
+
- mr
|
12 |
+
- or
|
13 |
+
- te
|
14 |
+
base_model:
|
15 |
+
- sarvamai/sarvam-1
|
16 |
+
pipeline_tag: sentence-similarity
|
17 |
+
---
|
18 |
# WordLLama - Indic
|
19 |
|
20 |
Inspired by WordLLama, trained using word embeddings of Saravam-1 models that supports most
|
|
|
93 |
```
|
94 |
|
95 |
|
96 |
+
## Run code like this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|