-
### Problem
A LayoutLMv3 model was fined-tuned on the nutrition extraction dataset: https://huggingface.co/openfoodfacts/nutrition-extractor.
Integrate it in production, by:
- exporting it to O…
-
Hi,
I just want to bring your attention to a new feature extraction model: https://huggingface.co/bioptimus/H-optimus-0
This seems to be similar to gigapath but trained on more images. Might be some…
-
Currently, the `Feature Extraction` task includes both models for audio and text feature extraction (it is officially placed under the NLP modality). I think it would be nice to have a new task for `A…
-
We need to find at least one model that is suitable for text extraction with our content.
Blocked by #3
-
我的代码:
```python
for i, item in enumerate(text):
item += " [SEP] "
item += sentences[i]
text[i] = item
#{
# "ID": "__cover_VB_1",
# "term": "cov…
-
i downloaded the transfromers model and downloaded biobert-base-cased-v1.1, and downloaded the data what should i do next and how to run the code inorder to get an output espically for the chempro dat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Is your feature request related to a problem? Please describe.
If I use moganet to train a model, and then …
-
# bash command
```\
output_dir='lora/OneKE'
mkdir -p ${output_dir}
CUDA_VISIBLE_DEVICES="3" python3 src/finetune.py \
--do_train --do_eval \
--overwrite_output_dir \
--model_name_or…
-
In this form, the entity extraction model field is labeled "Embedding model".
-
Could you add an easy to run inference script in the repository? I'm having trouble running the edge extraction on arbitrary input image using the checkpoint model you provided in the README.