genienlp icon indicating copy to clipboard operation
genienlp copied to clipboard

GenieNLP: A versatile codebase for any NLP task

Results 18 genienlp issues
Sort by recently updated
recently updated
newest added

Bumps [datasets](https://github.com/huggingface/datasets) from 2.11.0 to 2.13.1. Release notes Sourced from datasets's releases. 2.13.1 General improvements and bug fixes Fix JSON generation in benchmarks CI by @​mariosasko in huggingface/datasets#5966 Always return...

dependencies

Bumps [transformers](https://github.com/huggingface/transformers) from 4.22.2 to 4.30.2. Release notes Sourced from transformers's releases. v4.30.2: Patch release Fix push to hubby @​NielsRogge in #24187 Fix how we detect the TF package by...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. Release notes Sourced from torch's releases. PyTorch 2.0: Our next generation release that is faster, more Pythonic and Dynamic as...

dependencies

[This](https://github.com/kach/gradient-descent-the-ultimate-optimizer) repository and paper introduces a new way of optimizing hyperparameters using SGD. With this, training becomes far less sensitive to the choice of hyperparameters. Their package is new, and...

enhancement

Hi `stanford-oval/genienlp`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

According to the [datasets documentation](https://huggingface.co/docs/datasets/how_to_metrics), metrics is deprecated in `datasets` and HuggingFace's [`evaluate`](https://github.com/huggingface/evaluate) is the new package that has the implementation of common metrics. However, we should wait till version...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

When running `genienlp predict` on a local model, we should not send any requests to HuggingFace servers at all. I think the `transformers` library sends a request by default to...

Through several rounds of changes we've made so far, the generic datasets (originally part of decaNLP) cannot be loaded properly in genienlp anymore and should be fixed. Also, many of...

good first issue