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,

相关推荐
李昊哲小课13 天前
Stable Diffusion 保姆级教程|HF 国内镜像配置 + 一键安装 + 本地模型加载 + 完整代码
stable diffusion·hugging face
abigale0318 天前
Hugging Face 超全介绍(AI界的GitHub)
hugging face
盼小辉丶20 天前
PyTorch实战(41)——Hugging Face在PyTorch中的应用
人工智能·pytorch·深度学习·hugging face
北冥SP2 个月前
Hugging Face介绍
hugging face
AI资源库3 个月前
解构嵌入模型之王:All-MiniLM-L6-v2 的文件树解密、蒸馏机制与工业级应用生态
langchain·nlp·bert·embedding·hugging face·fine-tuning·ai agent
跳跳糖炒酸奶4 个月前
第十二章、GPT2:Language Models are Unsupervised Multitask Learners(理论部分)
人工智能·语言模型·自然语言处理·llm·transformers·gpt2
fengbingchun4 个月前
GitHub上Transformers项目将目标检测模型转换为onnx
transformers
学习是生活的调味剂4 个月前
在大模型开发中,是否需要先完整学习 TensorFlow,再学 PyTorch?
pytorch·学习·tensorflow·transformers
liuyunshengsir4 个月前
huggingface-cli download 断点续传
linux·hugging face·魔塔社区
胡伯来了4 个月前
24 Transformers - 训练自然语言处理模型
人工智能·自然语言处理·transformer·transformers