legolasyiu commited on
Commit
5b6e541
1 Parent(s): 3d32c2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -13,8 +13,7 @@ datasets:
13
  - TokenBender/code_instructions_122k_alpaca_style
14
  pipeline_tag: text-classification
15
  ---
16
- # finetuning
17
- finetuinng with
18
 
19
 
20
  # code
@@ -44,7 +43,7 @@ inputs = tokenizer(
44
 
45
  outputs = model.generate(**inputs, max_new_tokens = 64, use_cache = True)
46
  tokenizer.batch_decode(outputs)
47
-
48
 
49
  # Uploaded model
50
 
 
13
  - TokenBender/code_instructions_122k_alpaca_style
14
  pipeline_tag: text-classification
15
  ---
16
+
 
17
 
18
 
19
  # code
 
43
 
44
  outputs = model.generate(**inputs, max_new_tokens = 64, use_cache = True)
45
  tokenizer.batch_decode(outputs)
46
+ ```
47
 
48
  # Uploaded model
49