-
Input MSAs were truncated to be a single entry (duplicates of the input sequences) because leaving `msa:` blank causes errors for some reason.
```
>101
MGDWSALGRLLDKVQAYSTAGGKVWLSVLFIFRILLLGTAVESA…
-
More variety plz and thanks.
![Image](https://github.com/untamed-team/project-untamed/assets/106409863/796fc35c-51f4-47b5-996e-2b46efa9e0c5)
-
![Uploading image.png…]()
distil_trainer.py
In this code snippet, for each invocation of generate_one when generating tokens, the past_key_values used are those from either the student_key_values or…
-
ther is no extra Symbol for this Option
![image](https://github.com/user-attachments/assets/08f0c36e-af0f-4799-9334-16f05d5f8b31)
All other Options have extra Symbols
---------
Aand I think …
hrenz updated
11 hours ago
-
图中调用` if self.weighted != 'unweighted':`
![image](https://github.com/user-attachments/assets/10268177-6e51-4c16-8184-c873aae95813)
但是没有定义`weighted`属性
![image](https://github.com/user-attachments/a…
-
### System Info
In the init function of the new ppo trainer (renamed from ppo trainer v2), it says
```
if ref_policy is policy:
raise ValueError(
"`policy` and `ref…
-
It seems argmax is returning dtype=int64 in the true case and int32 is returned in the false case.
https://github.com/keras-team/keras/blob/a503a162fc5b4120a96a1f7203a1de841f0601e2/keras/src/traine…
-
I am trying to train a multiclass classification model using the following command:
```
chemprop train \
--data-path $DATASET \
--task-type multiclass \
--output-dir $MODEL_DIR \
--num-workers…
-
Like these I just want some more options
![Image](https://github.com/untamed-team/project-untamed/assets/106409863/3cec3b70-847b-474a-a062-96e47ecb2a89)
![Image](https://github.com/untamed-team/proje…
-
I have some concerns regarding inference in a zero-shot scenario using TTM.
In the **ttm_getting_started**, predictions can be obtained using **zeroshot_trainer.predict**, but when I load a custom …