Update README.md
Browse files
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 |
+
```
|