1
1
这个方法好妙,想不出来😥
什么时候我也能像dong哥一样强😭
C++版的 ```C++ class ExamRoom { private: setseats; int maxSeat; public: ExamRoom(int n) { maxSeat=n; } int seat() { if(seats.empty()){ seats.insert(0); return 0; } if(seats.size()==1){ int fir=*(seats.begin()); if(maxSeat-1-fir>fir){ seats.insert(maxSeat-1); return maxSeat-1;...
这种题不看答案永远想不到,唉,我太菜了
> During the LoRA Fine-tuning on OneAlign, the model diectory generated doesn't include the file of “preprocessor_config.json”. just go to their [hf model page](https://huggingface.co/q-future/one-align/tree/main) to download the .json file. I...