nov05
nov05
> Hi > > Currently I'm doing > > https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-train-model.html > > I'm in: "Step 4: Train a Model" > > And in the "3. Set the hyperparameters for the...
1. As someone mentioned previously, "it seems like Colab is only able to use env inside one code block". 2. Also since Colab won't save your environment every time you...
It seems V3 is the same architecture with V2? ``` DebertaV2Config { "_name_or_path": "microsoft/deberta-v3-base", "attention_probs_dropout_prob": 0.1, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, ... ``` I successfully ran [the following code](https://colab.research.google.com/drive/1GABUCj34h3OOjsC8vZ7ScOsYeYuMr7qR#scrollTo=h3XvTg-_Fse_). ``` import...