Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ so this is very useful for practical topics.
|
|
15 |
(all other Japanese 7B LLM cannot be used easily for embedding purposes due high inference cost).
|
16 |
|
17 |
|
18 |
-
This version has been lightly fine tuned on triplet dataset
|
19 |
-
and quantized into 4bit GGUF format:
|
20 |
|
21 |
|
22 |
-
Sample
|
23 |
|
24 |
|
25 |
```
|
@@ -41,8 +41,10 @@ Sample
|
|
41 |
se.encode(['γγγ«γ‘γ―γγ±γγ³γ§γγγγγγγγγγγγΎγ'])[0]
|
42 |
```
|
43 |
|
44 |
-
Access is public for research
|
45 |
-
|
|
|
|
|
46 |
|
47 |
|
48 |
|
|
|
15 |
(all other Japanese 7B LLM cannot be used easily for embedding purposes due high inference cost).
|
16 |
|
17 |
|
18 |
+
This version has been lightly fine tuned on Japanese triplet dataset
|
19 |
+
and with triplet loss and quantized into 4bit GGUF format:
|
20 |
|
21 |
|
22 |
+
Sample using llama-cpp
|
23 |
|
24 |
|
25 |
```
|
|
|
41 |
se.encode(['γγγ«γ‘γ―γγ±γγ³γ§γγγγγγγγγγγγΎγ'])[0]
|
42 |
```
|
43 |
|
44 |
+
Access is public for research discussion purpose.
|
45 |
+
|
46 |
+
To access to the weight,
|
47 |
+
please contact : kevin.noel @ uzabase.com
|
48 |
|
49 |
|
50 |
|