-
Hi,
I am trying to prune Mistral 7B (https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) and while I was able to successfully run the commands for magnitude pruning, I was facing issues with…
-
Generally the integrations need to be made and updated to Argilla 2.0
Things to keep in mind:
- logic and showcases for integrations should be kept in the repo for those integrations to avoid dupl…
-
**Describe the bug**
```bash
/app $ python3 docker_test/langchain_unstructured_test_pdf_to_text.py
INFO: pikepdf C++ to Python logger bridge initialized
INFO: Reading PDF for file: /app/example-do…
-
WDYT? Is this publication in scope?
```
@inbook{Hoch_2004,
author = {Hoch, Jonathan J. and Shamir, Adi},
booktitle = {Cryptographic Hardware and Embedded Systems - CHES 2004},
doi = {10.1007/978-3-…
aewag updated
2 weeks ago
-
**Submitting author:** @andrewwinters5000 (Andrew Winters)
**Repository:** https://github.com/trixi-framework/HOHQMesh
**Branch with paper.md** (empty if default branch): paper-2024-joss
**Version:** …
-
WDYT? Is this publication in scope?
```
@inbook{Biham_1997,
author = {Biham, Eli and Shamir, Adi},
booktitle = {Advances in Cryptology — CRYPTO ’97},
doi = {10.1007/bfb0052259},
isbn = {9783540695…
aewag updated
2 weeks ago
-
I would like to add custom metadata to chunks when saved to pinecone with Pipeline.from_configs.
Following the 'Custom meta data extraction ...' notebook on [this page](https://docs.unstructured.io…
-
Hello,
Is there anyway to use structured (Strd) field instead of Ustrd (Unstructured) on the RmtInf (remittanceInformation) field ?
Docs
[https://knowledge.xmldation.com/support/fk/rmtinf](ht…
-
I use `python==3.10.3`, `unstructured==0.15.12`
```
from unstructured.partition.pdf import partition_pdf
```
```
PS C:\Users\ProjectName\test.py"
Traceback (most recent call last):
File "…
-
### Context
We implemented a feature to parse logs in new formats, like unstructured logs. The main idea there is to take whatever the user throws at us, and look for stuff we can extract.
I've test…