kousw commited on
Commit
3396a27
·
verified ·
1 Parent(s): 74ee384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  ![image](x1.png)
2
 
3
  This model employs the technique described in ["Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages"](https://arxiv.org/abs/2310.04799).
@@ -33,8 +39,3 @@ decoded = tokenizer.batch_decode(generated_ids)
33
  print(decoded[0])
34
  ```
35
 
36
- ---
37
- license: apache-2.0
38
- language:
39
- - ja
40
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ja
5
+ ---
6
+
7
  ![image](x1.png)
8
 
9
  This model employs the technique described in ["Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages"](https://arxiv.org/abs/2310.04799).
 
39
  print(decoded[0])
40
  ```
41