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,

相关推荐
Stara051113 天前
DeepSeek-OCR私有化部署—从零构建OCR服务环境
计算机视觉·docker·ocr·transformers·vllm·deepseek·光学符号识别
fengbingchun21 天前
GitHub上Transformers项目中推理函数pipeline的使用
transformers
HuggingFace24 天前
LeRobot v0.4.0 正式发布:全面提升开源机器人的学习能力
hugging face·lerobot·开源机器人
叶庭云1 个月前
一文了解开源大语言模型文件结构,以 Hugging Face DeepSeek-V3.1 模型仓库为例
人工智能·大语言模型·hugging face·1024程序员节·llms·开源模型文件结构·deepseek-v3.1
闲人编程1 个月前
深入浅出Transformer:使用Hugging Face库快速上手NLP
python·深度学习·自然语言处理·nlp·transformer·hugging face·codecapsule
安娜的信息安全说2 个月前
Hugging Face vs Ollama:云端协作与本地隐私的AI平台对决
人工智能·hugging face·ollama
martian6653 个月前
大模型部署:AI大模型在医学影像分类中的ONNX、TensorRT和Docker应用
人工智能·docker·分类·ai大模型·hugging face
一粒马豆3 个月前
chromadb使用hugging face模型时利用镜像网站下载注意事项
python·embedding·chroma·词嵌入·hugging face·词向量·chromadb
linmoo19864 个月前
Spring AI 系列之十五 - RAG-ETL之二
人工智能·spring·etl·transformers·rag·springai
shao9185167 个月前
Gradio全解20——Streaming:流式传输的多媒体应用(3)——实时语音识别技术
人工智能·ffmpeg·语音识别·transformers·gradio·asr