rrllm


Namerrllm JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/mkcifci/RR_LLM.git
SummaryRubin's rules to account for performance instability of LLMs
upload_time2023-03-20 19:29:16
maintainer
docs_urlNone
authorMuhammed Cifci
requires_python
licenseMIT
keywords nlp transformers classification rubinsrules
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rubin's Rules for LLMs
This repository contains the code for applying Rubin's rules to account for performance instability of LLMs.

## Setup

To install using pip, run
```
pip install rrllm
```

To install from the source, first download the repository by running 

```
git clone https://github.com/mkcifci/RR_LLM.git
```

Then, install the dependencies for this repo and setup by running
```
cd rrllm
pip install -r requirements.txt
python setup.py install
```

## Using the package

For further details, see `Tutorial.ipynb` in the [examples](https://github.com/mkcifci/RR_LLM/blob/main/examples) directory.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mkcifci/RR_LLM.git",
    "name": "rrllm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nlp transformers classification rubinsrules",
    "author": "Muhammed Cifci",
    "author_email": "mkcifci@psu.edu",
    "download_url": "https://files.pythonhosted.org/packages/f1/5e/60c7b45c385b59620a4bbce64031869ad192dacc85a3a1c551b1bc7c610b/rrllm-0.1.5.tar.gz",
    "platform": null,
    "description": "# Rubin's Rules for LLMs\nThis repository contains the code for applying Rubin's rules to account for performance instability of LLMs.\n\n## Setup\n\nTo install using pip, run\n```\npip install rrllm\n```\n\nTo install from the source, first download the repository by running \n\n```\ngit clone https://github.com/mkcifci/RR_LLM.git\n```\n\nThen, install the dependencies for this repo and setup by running\n```\ncd rrllm\npip install -r requirements.txt\npython setup.py install\n```\n\n## Using the package\n\nFor further details, see `Tutorial.ipynb` in the [examples](https://github.com/mkcifci/RR_LLM/blob/main/examples) directory.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Rubin's rules to account for performance instability of LLMs",
    "version": "0.1.5",
    "split_keywords": [
        "nlp",
        "transformers",
        "classification",
        "rubinsrules"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c02838c6d0f8d82c0406862da4d01a8a6780ebdda84eac10de9de15dfacfb431",
                "md5": "67c9f670fbb8e8d876e7ee31368cda76",
                "sha256": "541fec4f499709126da039e0380a02d04f069b7b7c1875f0d6a5b8ef453d3c26"
            },
            "downloads": -1,
            "filename": "rrllm-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67c9f670fbb8e8d876e7ee31368cda76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7920,
            "upload_time": "2023-03-20T19:29:14",
            "upload_time_iso_8601": "2023-03-20T19:29:14.085701Z",
            "url": "https://files.pythonhosted.org/packages/c0/28/38c6d0f8d82c0406862da4d01a8a6780ebdda84eac10de9de15dfacfb431/rrllm-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f15e60c7b45c385b59620a4bbce64031869ad192dacc85a3a1c551b1bc7c610b",
                "md5": "437453200fa49fd6e93c268959a256e0",
                "sha256": "2458e5a442f69378a530210d50ae181ffb440da7ae2607257681a11dd409d701"
            },
            "downloads": -1,
            "filename": "rrllm-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "437453200fa49fd6e93c268959a256e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8116,
            "upload_time": "2023-03-20T19:29:16",
            "upload_time_iso_8601": "2023-03-20T19:29:16.184775Z",
            "url": "https://files.pythonhosted.org/packages/f1/5e/60c7b45c385b59620a4bbce64031869ad192dacc85a3a1c551b1bc7c610b/rrllm-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 19:29:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mkcifci",
    "github_project": "RR_LLM.git",
    "lcname": "rrllm"
}
        
Elapsed time: 0.06751s