json: add typings
This commit is contained in:
parent
c5bc1540d8
commit
5827ff401b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import argparse
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
from typing import Any, Dict, List, Set, Tuple
|
||||||
|
|
||||||
# whitespace is constrained to a single space char to prevent model "running away" in
|
# whitespace is constrained to a single space char to prevent model "running away" in
|
||||||
# whitespace. Also maybe improves generation quality?
|
# whitespace. Also maybe improves generation quality?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue