Update README.md
Browse files
README.md
CHANGED
|
@@ -77,10 +77,9 @@ The goal of the Chat task is to generate complete Verilog or Chisel code from na
|
|
| 77 |
2. The template of FIM task
|
| 78 |
The goal of the FIM task is to fill in the missing parts of the code, generating the middle code based on the prefix and suffix. The input includes language tags, prefix, suffix, and special FIM markers, while the output is the missing middle code snippet.
|
| 79 |
````
|
| 80 |
-
[PRE]```
|
| 81 |
<LanguageTag>
|
| 82 |
{prefix}[SUF]{suffix}[MID]
|
| 83 |
-
```
|
| 84 |
````
|
| 85 |
It is recommended to use our template during inference.
|
| 86 |
## Paper
|
|
|
|
| 77 |
2. The template of FIM task
|
| 78 |
The goal of the FIM task is to fill in the missing parts of the code, generating the middle code based on the prefix and suffix. The input includes language tags, prefix, suffix, and special FIM markers, while the output is the missing middle code snippet.
|
| 79 |
````
|
| 80 |
+
[PRE]```[verilog/scala]
|
| 81 |
<LanguageTag>
|
| 82 |
{prefix}[SUF]{suffix}[MID]
|
|
|
|
| 83 |
````
|
| 84 |
It is recommended to use our template during inference.
|
| 85 |
## Paper
|