data-augmentation-with-llms icon indicating copy to clipboard operation
data-augmentation-with-llms copied to clipboard

Data Augmentation for Intent Classification with Off-the-Shelf Large Language Models is a ServiceNow Research project

Results 5 data-augmentation-with-llms issues
Sort by recently updated
recently updated
newest added

### Discontinued LLM's models The ada, babbage, curie and da vinci models have been discontinued. This way, I removed gpt3 from the baseline of the first experiment. ### Delay on...

while implementing the project, I encountered an issue. It appears that the 'configs' directory is missing a file named 'job_configs.py', which is referenced in 'runners/train.py'. Due to this, when attempting...

https://github.com/ServiceNow/data-augmentation-with-llms/blob/77c740df2aaf4bfc1b2449114613f98b37a1faae/utils/data_utils/augment_slices.py#L204

Bumps [transformers](https://github.com/huggingface/transformers) from 4.18.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

Hi, when I run your code like this: python prepare_dataset.py --name clinc_oos --data_root '. /data', it occurs "RuntimeError: The size of tensor a (512) must match the size of tensor...