arita37b commited on
Commit
be61976
Β·
verified Β·
1 Parent(s): 9068902

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
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 and triplet loss
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 and discussion purpose.
45
- To access it, please contact : kevin noel at uzabase.com
 
 
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