arita37b commited on
Commit
1b204c4
Β·
verified Β·
1 Parent(s): 4025885

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -9,12 +9,12 @@ base_model:
9
 
10
  Gemma2 2b Japanese for Embedding generation.
11
 
12
- Base model is Gemma2B JPN-IT published by Google in October 2024.
13
 
14
  Gemma2 2B JPN is the smallest Japanese LLM,
15
- so this is very useful for practical topics.
16
 
17
- (all other Japanese 7B LLM cannot be used easily
18
  for embedding purposes due high inference cost).
19
 
20
 
@@ -44,9 +44,19 @@ Sample using llama-cpp
44
  se.encode(['γ“γ‚“γ«γ‘γ―γ€γ‚±γƒ“γƒ³γ§γ™γ€‚γ‚ˆγ‚γ—γγŠγ­γŒγ„γ—γΎγ™'])[0]
45
  ```
46
 
 
 
 
 
 
 
 
 
 
 
47
  Access is public for research discussion purpose.
48
 
49
- To access to the weight,
50
  please contact : kevin.noel @ uzabase.com
51
 
52
 
 
9
 
10
  Gemma2 2b Japanese for Embedding generation.
11
 
12
+ Base model is Gemma2B JPN-IT published by Google in October 2024 to general public.
13
 
14
  Gemma2 2B JPN is the smallest Japanese LLM,
15
+ so this is very useful for real world practical topics.
16
 
17
+ (all other Japanese 7B LLM cannot be used easily at high volume
18
  for embedding purposes due high inference cost).
19
 
20
 
 
44
  se.encode(['γ“γ‚“γ«γ‘γ―γ€γ‚±γƒ“γƒ³γ§γ™γ€‚γ‚ˆγ‚γ—γγŠγ­γŒγ„γ—γΎγ™'])[0]
45
  ```
46
 
47
+ Sample bench (ie partial):
48
+
49
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/645506c8e4952d1c6cb466e9/mohcBXrSkXWicJam3ErbS.png)
50
+
51
+
52
+
53
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/645506c8e4952d1c6cb466e9/00zuyIYOKWWEnHXgdEGIc.png)
54
+
55
+
56
+
57
  Access is public for research discussion purpose.
58
 
59
+ To access to this version,
60
  please contact : kevin.noel @ uzabase.com
61
 
62