Upload QWenReasonerBonusPipeline
Browse files- simple_bonus_reasoner.py +0 -2
simple_bonus_reasoner.py
CHANGED
|
@@ -20,8 +20,6 @@ To use this pipeline, register the pipeline and call it with a dictionary having
|
|
| 20 |
and optionally "previous_parts" (a list of dicts containing "text" and "guess").
|
| 21 |
"""
|
| 22 |
|
| 23 |
-
import json
|
| 24 |
-
|
| 25 |
import json_repair
|
| 26 |
import torch
|
| 27 |
import torch.nn.functional as F
|
|
|
|
| 20 |
and optionally "previous_parts" (a list of dicts containing "text" and "guess").
|
| 21 |
"""
|
| 22 |
|
|
|
|
|
|
|
| 23 |
import json_repair
|
| 24 |
import torch
|
| 25 |
import torch.nn.functional as F
|