PLAM => PaLM (#24129)

This commit is contained in:
Elliott Wang
2023-06-09 19:32:16 +08:00
committed by GitHub
parent 535542d38d
commit e2972dffdd

View File

@@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License.
The Open-Llama model was proposed in [Open-Llama project](https://github.com/s-JoL/Open-Llama) by community developer s-JoL. The Open-Llama model was proposed in [Open-Llama project](https://github.com/s-JoL/Open-Llama) by community developer s-JoL.
The model is mainly based on LLaMA with some modifications, incorporating memory-efficient attention from Xformers, stable embedding from Bloom, and shared input-output embedding from PLAM. The model is mainly based on LLaMA with some modifications, incorporating memory-efficient attention from Xformers, stable embedding from Bloom, and shared input-output embedding from PaLM.
And the model is pre-trained on both Chinese and English, which gives it better performance on Chinese language tasks. And the model is pre-trained on both Chinese and English, which gives it better performance on Chinese language tasks.
This model was contributed by [s-JoL](https://huggingface.co/s-JoL). This model was contributed by [s-JoL](https://huggingface.co/s-JoL).