codefuse-admin commited on
Commit
d13bcfe
1 Parent(s): 75371fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Model Card for CodeFuse-CodeLlama-34B
2
  ![Creation Approach](LOGO.png)
3
 
@@ -189,6 +192,4 @@ outputs = model.generate(
189
  )
190
  gen_text = tokenizer.batch_decode(outputs[:, inputs["input_ids"].shape[1]:], skip_special_tokens=True)
191
  print(gen_text)
192
- ```
193
-
194
-
 
1
+ ---
2
+ license: other
3
+ ---
4
  # Model Card for CodeFuse-CodeLlama-34B
5
  ![Creation Approach](LOGO.png)
6
 
 
192
  )
193
  gen_text = tokenizer.batch_decode(outputs[:, inputs["input_ids"].shape[1]:], skip_special_tokens=True)
194
  print(gen_text)
195
+ ```