Anthony Chiu
Anthony Chiu
I would like to observe the status after each epoch, while the estimator.set_verbosity function is not working.
Related issue: https://github.com/LAION-AI/Open-Assistant/issues/904 https://github.com/orgs/LAION-AI/projects/3/views/1?filterQuery=grouped&pane=issue&itemId=18706688 Result: It is also easy to add `deleted_by_lang` do we need it?
Issue https://github.com/LAION-AI/Open-Assistant/issues/1161 1. Suggest the developer to visit the project folder directly instead of the script folder because the documentation in the project folder is much better than those in...
The onboarding guide https://github.com/LAION-AI/Open-Assistant/blob/main/CONTRIBUTING.md#developer-setup is great. However, it suggests these: ``` If you want to work on something, assign yourself to it or write a comment that you want to...
Source: https://github.com/openai/openai-python/blob/main/openai/error.py#L79-L80
I am trying to use Pydantic context to add different fields to the response dynamically. For example: Based on the `include_admin_part` flag, this schema will include the `admin_part` ```python class...
Run ``` npm install npx nuxi typecheck ``` in the following example: https://stackblitz.com/edit/nuxt-starter-whhd9d?file=package.json **with vue-tsc 2.0.10:** ``` Found 3 errors in 2 files. Errors Files 2 app.vue:16 1 node_modules/nuxt-time/dist/runtime/components/NuxtTime.vue:3 ```...
The import statements in the summary.js causing error: ``` import _ from 'lodash' import Tokenizer from 'sbd' import request from 'request' ``` ``` (function (exports, require, module, __filename, __dirname) {...
- ArrayField Inner Field, similar to what the other has try to do before here https://github.com/vitalik/django-ninja/pull/386/files (Not sure why it is not in main now) - Choices of the CharField...