Spaces:
Running
Running
fix: import json
Browse files
seq2seq/run_seq2seq_flax.py
CHANGED
@@ -31,6 +31,7 @@ from dataclasses import dataclass, field
|
|
31 |
from functools import partial
|
32 |
from pathlib import Path
|
33 |
from typing import Callable, Optional
|
|
|
34 |
|
35 |
import datasets
|
36 |
import nltk # Here to have a nice missing dependency error message early on
|
|
|
31 |
from functools import partial
|
32 |
from pathlib import Path
|
33 |
from typing import Callable, Optional
|
34 |
+
import json
|
35 |
|
36 |
import datasets
|
37 |
import nltk # Here to have a nice missing dependency error message early on
|