abideen commited on
Commit
2cbe56e
1 Parent(s): 8bceaf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  base_model:
9
  - wandb/gemma-2b-zephyr-dpo
10
  - MAISAAI/gemma-2b-coder
 
11
  ---
12
 
13
  # CodeGemma-2B-Slerp
@@ -67,4 +68,4 @@ pipeline = transformers.pipeline(
67
 
68
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
69
  print(outputs[0]["generated_text"])
70
- ```
 
8
  base_model:
9
  - wandb/gemma-2b-zephyr-dpo
10
  - MAISAAI/gemma-2b-coder
11
+ license: apache-2.0
12
  ---
13
 
14
  # CodeGemma-2B-Slerp
 
68
 
69
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
70
  print(outputs[0]["generated_text"])
71
+ ```