ainyan


Nameainyan JSON
Version 1.0.79 PyPI version JSON
download
home_page
SummaryHelpers for AI training
upload_time2023-12-14 04:59:46
maintainer
docs_urlNone
authorNicolas Modrzyk
requires_python>=3.9
licenseMIT License Copyright (c) 2018 Nicolas Modrzyk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords feed reader tutorial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Provdes two scripts:
- ainyan-training
- ainyan-dataset

# DATASET PREPARE

```bash
ainyan-datasets --source jgate-lite --dspath s3://wadalabs/jgate-test --profile jpx 
```

# TRAINING
```bash
TRAINING=jgate.ini ainyan-training 
```

With jgate.ini like:

```ini
[training]
model=NousResearch/Llama-2-7b-chat-hf
aws_profile=jpx
dataset=s3://wadalabs/jgate-small
finalname=jgate-small
learning_rate=2e-3
max_steps=100
```

# MODEL S3 HELPER

```bash
# Upload
ainyan-model-helper --profile jpx --mode up --model jgate-full --bucket wadalabs 
```


```bash
# Download
ainyan-model-helper --profile jpx --mode dl --model jgate-full --bucket wadalabs 
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ainyan",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "feed,reader,tutorial",
    "author": "Nicolas Modrzyk",
    "author_email": "Nicolas Modrzyk <hellonico@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "Provdes two scripts:\n- ainyan-training\n- ainyan-dataset\n\n# DATASET PREPARE\n\n```bash\nainyan-datasets --source jgate-lite --dspath s3://wadalabs/jgate-test --profile jpx \n```\n\n# TRAINING\n```bash\nTRAINING=jgate.ini ainyan-training \n```\n\nWith jgate.ini like:\n\n```ini\n[training]\nmodel=NousResearch/Llama-2-7b-chat-hf\naws_profile=jpx\ndataset=s3://wadalabs/jgate-small\nfinalname=jgate-small\nlearning_rate=2e-3\nmax_steps=100\n```\n\n# MODEL S3 HELPER\n\n```bash\n# Upload\nainyan-model-helper --profile jpx --mode up --model jgate-full --bucket wadalabs \n```\n\n\n```bash\n# Download\nainyan-model-helper --profile jpx --mode dl --model jgate-full --bucket wadalabs \n```\n",
    "bugtrack_url": null,
    "license": "MIT License Copyright (c) 2018 Nicolas Modrzyk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Helpers for AI training",
    "version": "1.0.79",
    "project_urls": {
        "Homepage": "https://github.com/hellonico/ai.training"
    },
    "split_keywords": [
        "feed",
        "reader",
        "tutorial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e9e0a327fd1c86e671b87073bf19c0185e11461d0c37ebe27531edba6898507",
                "md5": "643f83674450a2d9a2d7fd6dfe733edd",
                "sha256": "b2f8ad2755d349c40143be62fd161b3deada920db9292332c9101d0545fddb98"
            },
            "downloads": -1,
            "filename": "ainyan-1.0.79-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "643f83674450a2d9a2d7fd6dfe733edd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14959,
            "upload_time": "2023-12-14T04:59:46",
            "upload_time_iso_8601": "2023-12-14T04:59:46.407725Z",
            "url": "https://files.pythonhosted.org/packages/6e/9e/0a327fd1c86e671b87073bf19c0185e11461d0c37ebe27531edba6898507/ainyan-1.0.79-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 04:59:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hellonico",
    "github_project": "ai.training",
    "github_not_found": true,
    "lcname": "ainyan"
}
        
Elapsed time: 0.19248s