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,

相关推荐
fengbingchun4 天前
GitHub上Transformers项目将目标检测模型转换为onnx
transformers
学习是生活的调味剂6 天前
在大模型开发中,是否需要先完整学习 TensorFlow,再学 PyTorch?
pytorch·学习·tensorflow·transformers
liuyunshengsir9 天前
huggingface-cli download 断点续传
linux·hugging face·魔塔社区
胡伯来了13 天前
24 Transformers - 训练自然语言处理模型
人工智能·自然语言处理·transformer·transformers
胡伯来了14 天前
19. Transformers - 文本领域的任务类
人工智能·transformer·多模态·transformers
胡伯来了14 天前
22 Transformers - 训练计算机视觉模型
人工智能·计算机视觉·transformer·transformers
胡伯来了15 天前
17 Transformers - 音频领域的任务类
音视频·transformer·transformers·大数据模型
胡伯来了15 天前
13 Transformers - 使用Pipelien处理自然语言处理
人工智能·自然语言处理·nlp·transformer·transformers
胡伯来了16 天前
09 Transformers - 训练
人工智能·pytorch·深度学习·transformer·transformers
胡伯来了16 天前
12 Transformers - 使用Pipeline处理计算机视觉
人工智能·计算机视觉·transformer·transformers·大数据模型