Neo111x commited on
Commit
cd3b9c8
·
verified ·
1 Parent(s): 8aaf671

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Falcon3-3B-Instruct-RL-CODE-FIX
3
 
@@ -126,4 +136,4 @@ generated_ids = [
126
 
127
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
128
  print(response)
129
- ```
 
1
+ ---
2
+ base_model:
3
+ - onnx-community/Falcon3-1B-Instruct
4
+ tags:
5
+ - Repair
6
+ - Code
7
+ - Test
8
+ - Test-case-generation
9
+ - Code-Repair
10
+ ---
11
 
12
  # Falcon3-3B-Instruct-RL-CODE-FIX
13
 
 
136
 
137
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
138
  print(response)
139
+ ```