Hugging Face Transformers and Meta Llama

Hugging Face Transformers and Meta Llama

  • [1. Transformers](#1. Transformers)
    • [1.1. `src/transformers/models`](#1.1. src/transformers/models)
    • [1.2. `src/transformers/models/llama`](#1.2. src/transformers/models/llama)
  • [2. Meta Llama](#2. Meta Llama)
    • [2.1. Llama 3](#2.1. Llama 3)
    • [2.2. Llama 2](#2.2. Llama 2)
    • [2.3. Llama Cookbook: The Official Guide to building with Llama Models](#2.3. Llama Cookbook: The Official Guide to building with Llama Models)
  • References

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

https://github.com/huggingface/transformers/blob/main/src/transformers/models/llama/configuration_llama.py

https://github.com/huggingface/transformers/blob/main/src/transformers/models/llama/modeling_llama.py

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, \[2\] huggingface/gguf,

相关推荐
Jackilina_Stone6 天前
transformers:打造的先进的自然语言处理
人工智能·自然语言处理·transformers
小喵要摸鱼18 天前
【Hugging Face 开源库】Diffusers 库 —— 扩散模型
开源·扩散模型·hugging face·diffusers 库
ai_lian_shuo1 个月前
Hugging Face的Transformers核心模块:Pipelines(参数说明,各种模型类型调用案例)
人工智能·pipeline·transformers·hugging face
Yongqiang Cheng2 个月前
Hugging Face GGUF 模型可视化
hugging face·gguf 模型可视化
诸神缄默不语3 个月前
Re78 读论文:GPT-4 Technical Report
chatgpt·llm·论文·openai·transformers·大规模预训练语言模型·gpt-4
养一只Trapped_beast3 个月前
pip install transformers教程
pip·transformers
NLP工程化4 个月前
LLM模型的generate和chat函数区别
llm·chat·transformers·generate
HuggingFace4 个月前
开源开发者指南:欧盟《人工智能法案》解读
hugging face