Sean (Seok-Won) Yi
Sean (Seok-Won) Yi
Hi. The title is pretty much the question. I personally like using GitHub to keep notes and stuff since the Markdown rendering is fairly nice and even support(ed) math equations...
I'm aware that usually in question answering if the model deems that there's no answer for a question (or a question is "impossible") then the position of the `[CLS]` token...
The title is basically the question, but to elaborate I'm going through the code step-by-step so that I can create the BERT-style data used in this model to use with...
Hi. I'm trying to run your code but am experiencing a bit of confusion. Looking at the BERT model (I believe in the BiLSTM module) I'm confused which part is...
#### Reference Issues/PRs Fixed #26116. #### What does this implement/fix? Explain your changes. This PR implements the following: 1. The name of `precision_recall_fscore_support` was changed to `precision_recall_fscore_support_pred`. * The output...
### Environment * KFP version: 1.8.22 * KFP SDK version: 1 ### Steps to reproduce I’m currently using the KFP client to execute runs with different parameters as follows: run...
The directory structure of my project is as follows: ``` . └── Home/ └── project/ ├── data/ │ ├── dataset.py │ └── data_utils.py ├── src/ │ └── main.py ├── .pre-commit-config.yaml...
I currently have a directory in my project called `common`. In my main script I import certain things from this module such as `from common import A, B`. In my...
### Motivation Sometimes I create studies with names that I want to change later without deleting everything. It would be nice to be able to do this. If there was...