legolasyiu commited on
Commit
1169713
1 Parent(s): 3bcba75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslot
28
  # This model is fine-tuned by 122k code instructions.
29
 
30
  How to use
31
- This repository contains two versions of Gemma-1-9B, for use with transformers and with the original llama codebase.
32
 
33
  Use with transformers
34
  Starting with transformers >= 4.43.0 onward, you can run conversational inference using the Transformers pipeline abstraction or by leveraging the Auto classes with the generate() function.
 
28
  # This model is fine-tuned by 122k code instructions.
29
 
30
  How to use
31
+ This repository contains two versions of Gemma-2-9B, for use with transformers and with the original llama codebase.
32
 
33
  Use with transformers
34
  Starting with transformers >= 4.43.0 onward, you can run conversational inference using the Transformers pipeline abstraction or by leveraging the Auto classes with the generate() function.