json: add typings

This commit is contained in:
ochafik 2024-03-01 19:10:29 +00:00
parent c5bc1540d8
commit 5827ff401b

View file

@ -3,6 +3,7 @@ import argparse
import json
import re
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. Also maybe improves generation quality?