facebookresearch / facebookresearch/large_concept_model
No match for FieldRef.Name(split) in id: string
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Hello together, I get the following error when execute:
```
No match for FieldRef.Name(split) in id: string
url: string
title: string
text: string
text_sentences: list
text_sentences_sonar_emb: list[1024]>
```
I use pdb to print the stack information and find that the program run to line 1087 of parquet_utils.py `fragments = list(dataset._dataset.get_fragments(filter=dataset._filter_expression))`
I can't fix this. Could u help me to figure out?
Contributor guide
Assessment
This issue has not been assessed yet.