معرفی شرکت ها


codegaze-0.0.2a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Debug code generation models
ویژگی مقدار
سیستم عامل -
نام فایل codegaze-0.0.2a0
نام codegaze
نسخه کتابخانه 0.0.2a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Victor Dibia <victor.dibia@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/codegaze/
مجوز MIT License Copyright (c) 2022 Victor Dibia 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.
# CodeGaze [Beta]: A library for evaluating and debugging code generation models > Still in development. Code gaze implements a set of evaluation metrics and visualization tools for debugging code generation models. ![](docs/images/screen.jpg) CodeGaze is build around a set of abstractions that allow for the evaluation of code generation models. - Dataset: An example code generation dataset e.g. humaneval. - Experiment: A set of parameters that define the evaluation of a code generation model. Each experiment specifies things like the dataset, model properties (temperature, n_completions), and some metric properties. - Model: A code generation model that can be evaluated. This is either an OpenAI model or a HuggingFace model. The basic starting point is to run an experiment on a dataset with a list of models. ## Installation ```bash pip install codegaze ```


نیازمندی

مقدار نام
~=0.1.2 evaluate
~=0.78.0 fastapi
~=0.20.0 openai
~=4.21.1 transformers
~=0.20.0 tree-sitter
~=0.5.0 typer
- Levenshtein
- torch
- torchvision
- datasets
- pydantic
- uvicorn


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl codegaze-0.0.2a0:

    pip install codegaze-0.0.2a0.whl


نصب پکیج tar.gz codegaze-0.0.2a0:

    pip install codegaze-0.0.2a0.tar.gz