DeL-TaiseiOzaki commited on
Commit
798f161
·
verified ·
1 Parent(s): 0af9e87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: gemma
 
 
 
 
 
3
  ---
4
 
5
  # Gemma モデル(スペシャルトークン拡張版)
@@ -57,4 +62,4 @@ text = "<|SYSTEM|>You are a helpful assistant.</|SYSTEM|><|USER|>Tell me a story
57
  outputs = pipe(text, max_new_tokens=256)
58
  response = outputs[0]["generated_text"]
59
  print(response)
60
- ```
 
1
  ---
2
  license: gemma
3
+ language:
4
+ - ja
5
+ base_model:
6
+ - google/gemma-2-9b
7
+ library_name: transformers
8
  ---
9
 
10
  # Gemma モデル(スペシャルトークン拡張版)
 
62
  outputs = pipe(text, max_new_tokens=256)
63
  response = outputs[0]["generated_text"]
64
  print(response)
65
+ ```