自学内容网 自学内容网

Hugging Face Transformers and Meta Llama

Hugging Face
https://github.com/huggingface

1. Transformers

https://github.com/huggingface/transformers

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

在这里插入图片描述

1.1. src/transformers/models

https://github.com/huggingface/transformers/tree/main/src/transformers/models

1.2. src/transformers/models/llama

https://github.com/huggingface/transformers/tree/main/src/transformers/models/llama

2. Meta Llama

https://github.com/meta-llama

2.1. Llama 3

https://github.com/meta-llama/llama3

This repository is a minimal example of loading Llama 3 models and running inference.

2.2. Llama 2

https://github.com/meta-llama/llama

This repository is intended as a minimal example to load Llama 2 models and run inference.

2.3. Llama Cookbook: The Official Guide to building with Llama Models

https://github.com/meta-llama/llama-cookbook

Welcome to the official repository for helping you get started with inference, fine-tuning and end-to-end use-cases of building with the Llama Model family.

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
[2] huggingface/gguf, https://github.com/huggingface/huggingface.js/tree/main/packages/gguf


原文地址:https://blog.csdn.net/chengyq116/article/details/145292540

免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!