aixsatoshi commited on
Commit
4961c70
·
verified ·
1 Parent(s): 0d9ba8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ license: llama2
6
 
7
  This is a translation model utilizing the high Japanese proficiency of Swallow-hf-13b, primarily focused on English-Japanese or any language-to-Japanese translation.
8
 
9
- The model, tokyotech-llm/Swallow-13b-hf, has been fine-tuned with an 8K context and is mainly aimed at translating relatively long texts ranging from 100 to several thousand tokens.
10
 
11
  While its core strength lies in English-Japanese translation, it also partially supports translation in multiple other languages.
12
  (Multilingual translation features and long context translation become unstable when quantized.)
@@ -40,7 +40,7 @@ XML likeなタグによるinstructionフォーマットを採用しました
40
 
41
  <english>: {} <NL>
42
 
43
- <japanese>: {} <NL>
44
 
45
 
46
  ```
@@ -50,7 +50,7 @@ XML likeなタグによるinstructionフォーマットを採用しました
50
 
51
  <english>: {} <NL>
52
 
53
- <japanese>: {} <NL>
54
 
55
 
56
  ```
 
6
 
7
  This is a translation model utilizing the high Japanese proficiency of Swallow-hf-13b, primarily focused on English-Japanese or any language-to-Japanese translation.
8
 
9
+ The model, tokyotech-llm/Swallow-13b-hf, has been fine-tuned with an 8K context and is mainly aimed at translating relatively long texts ranging from 10 to several thousand tokens.
10
 
11
  While its core strength lies in English-Japanese translation, it also partially supports translation in multiple other languages.
12
  (Multilingual translation features and long context translation become unstable when quantized.)
 
40
 
41
  <english>: {} <NL>
42
 
43
+ <japanese>: {} 
44
 
45
 
46
  ```
 
50
 
51
  <english>: {} <NL>
52
 
53
+ <japanese>: {} 
54
 
55
 
56
  ```