A_Niucw
Results
2
comments of
A_Niucw
这个问题可能是aarch64-linux-android-gcc文件没有写入PATH 环境变量里,尝试which aarch64-linux-android-gcc ,如果没有返回任何内容,说明这个编译器没有在 PATH 环境变量所列目录中
> 您好,[我们在这里](https://github.com/salesforce/CodeT5/tree/main/CodeT5%2B#codet5-embedding-model-)发布了 CodeT5+ 110M 的嵌入模型,它在多个文本到代码检索任务上实现了极具竞争力的性能。[CodeT5+ 110M 嵌入模型](https://huggingface.co/Salesforce/codet5p-110m-embedding)可以提取代码和文本的 256 维嵌入。 Hello, I want to implement an encoder - decoder program translation task through codeT5. But I need to manipulate the encoder...