-
Hi, thanks for creating this tool. I am trying the tool on the attached pair of queries, I got the following error:
`UnknownColumnError: UnknownColumnError: unknown column `Unknown attribute SCHOOL…
-
Hi there
Thank you for making this. I'm so curious to dive into this.
I'm running into a small bug though: when I try to run it via the streamlit run src/lnu-ai.py command I get the following e…
-
hey I noticed http://ndjson.org/ and http://jsonlines.org/ are very similar, I was just wondering if maybe they could link to each other to reduce confusion? I like both names personally and use them …
-
Flatten data structures in a Jsonline file can not be mapped to structured schemas automatically.
For example, `list_price and current_price` mapping to the scheme is failing:
{"position": 1, "l…
-
I'm looking at this example: https://github.com/huggingface/notebooks/blob/main/sagemaker/12_batch_transform_inference/sagemaker-notebook.ipynb
I am trying to get something similar working, but wit…
-
Hi! I wanted to let you know that I am developing a jsonlines reader for the Julia language. You [can find the latest docs here](https://danielw2904.github.io/JSONLines.jl/dev/). I am happy for all su…
-
(PaddleSpeech) root@45ee9542141a:/zyyo/code/PaddleSpeech/examples/ljspeech/tts0# ./run.sh
Generate durations.txt from MFA results ...
Extract features ...
100%|██████████████████████████████████…
Zzmes updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
When I call `encoder.encode(prediction, accept='application/jsonlines')` with `prediction` a list of `json`, it generates an error.
…
-
Hi. First of all thank you for your work on this library.
Reading the documentation I understand that the usage suggested by this library is to open a `.jsonl` file with `jsonlines.open`, or having…
-
I am trying to load data from directory of jsonlines formatted files which lack the .json extension.
I have tried:
```
data('/path/to/dir/')
data('/path/to/dir/*')
data(JSONLines('/path/to/di…