Full-text search
Search in
Scope to owner or repo
13,436 results
FlagAlpha / README
README.md
space
31 matches
tags: static, region:us
10
# Llama中文社区
⋯
14
Github:[**Llama-Chinese**](https://github.com/LlamaFamily/Llama-Chinese)
15
16
在线体验链接:[**llama.family**](https://llama.family/)
⋯
19
欢迎来到Llama中文社区!
20
21
我们是一个专注于Llama模型在中文方面的优化和上层建设的高级技术社区。
22
23
**基于大规模中文数据,从预训练开始对Llama模型进行中文能力的持续迭代升级**。
⋯
28
- Llama3、LLama2在线体验链接[**llama.family**](https://llama.family/),同时包含Meta原版和中文微调版本!
29
- Llama2 Chat模型的[中文问答能力评测](https://github.com/LlamaFamily/Llama-Chinese/tree/main#-%E6%A8%A1%E5%9E%8B%E8%AF%84%E6%B5%8...
This file contains 15 more matches not shown. See all 31
matches in the full file.
oslamtest / README
README.md
space
25 matches
tags: static, region:us
9
# **Llama 2**
⋯
12
Welcome to the Hugging Face organization for Llama 2 models from Meta!
13
14
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billio...
16
...ad [our paper](https://ai.meta.com/research/publications/llama-2-open-foundation-and-fine-tuned-chat-models/), learn mor...
⋯
19
... read and accept the [license terms](https://ai.meta.com/llama/license/) and [acceptable use policy](https://ai.meta.com...
20
For example, you can access the [`LLama-2-7b-chat`](https://huggingface.co/meta-llama/Llama-2-7b-chat) read the conditio...
22
## Llama Model Index
⋯
25
|7B| [Link](https://huggingface.co/meta-llama/Llama-2-7b) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-hf) | [L...
26
|13B| [Link](https://huggingface.co/meta-llama/Llama-2-13b) | [Link](https://huggingface.co/meta-llama/Llama-2-13b-hf) |...
27
|70B| [Link](https://huggingface.co/meta-llama/Llama-2-70b) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-hf) |...
This file contains 11 more matches not shown. See all 25
matches in the full file.
LlamaFamily / README
README.md
space
25 matches
tags: static, region:us
10
# Llama中文社区
⋯
14
Github:[**Llama2-Chinese**](https://github.com/FlagAlpha/Llama2-Chinese)
15
16
在线体验链接:[**llama.family**](https://llama.family/)
⋯
19
欢迎来到Llama中文社区!
20
21
我们是一个专注于Llama模型在中文方面的优化和上层建设的高级技术社区。
22
23
**基于大规模中文数据,从预训练开始对Llama2模型进行中文能力的持续迭代升级**。
⋯
28
- Llama2在线体验链接[**llama.family**](https://llama.family/),同时包含Meta原版和中文微调版本!
29
- Llama2 Chat模型的[中文问答能力评测](https://github.com/FlagAlpha/Llama2-Chinese/tree/main#-%E6%A8%A1%E5%9E%8B%E8%AF%84%E6%B5%8B...
⋯
32
## 🎯 Meta官方对于[Llama2](https://ai.meta.com/llama)的介绍
33
自从Meta公司发布第一代LLaMA模型以来,羊驼模型家族繁荣发展。
34
35
近期Meta发布了Llama2版本,开源可商用,在模型和效果上有了重大更新。
36
37
Llama2总共公布了7B、13B和70B三种参数大小的模型。
38
39
相比于LLaMA,Llama2的训练数据达到了2万亿token,上下文长度也由之前的2048升级到4096,可以理解和生成更长的文本。
40
41
Llama2 Chat模型基于100万人类标记数据微调得到,在英文对话上达到了接近ChatGPT的效果。
ysharma / Llama3-2_with_Gradio-5
app.py
space
13 matches
1
#llama 3.2 3b IT
⋯
12
# Llama 3.2 3B Instruct
13
Llama 3.2 3B is Meta's latest iteration of open LLMs.
14
This is a demo of [`meta-llama/Llama-3.2-3B-Instruct`](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct), fine-tu...
15
For more details, please check [our post](https://huggingface.co/blog/llama32).
⋯
26
model_id = "meta-llama/Llama-3.2-3B-Instruct"
⋯
82
<h1 style="font-size: 28px; margin: 0;">Meta llama3.2</h1>
83
<p style="font-size: 18px; margin: 5px 0 0; opacity: 0.65;">
84
<a href="https://huggingface.co/blog/llama32" target="_blank" style="color: inherit; text-decoration: none;">Lear...
⋯
112
label="Llama3.2 3B Instruct Chatbotw using Gradio 5",
handsomeLiu / iris
app.py
space
15 matches
ratimshariar / fire_evac
app.py
space
8 matches
2
Llama + FAISS RAG System for Fire Evacuation with Advanced Reasoning
⋯
35
Downloads Llama model, creates JSON dataset, builds FAISS index, and provides RAG querying
⋯
215
"""RAG system using FAISS for retrieval and Llama for generation with advanced reasoning"""
216
217
def __init__(self, model_name: str = "nvidia/Llama-3.1-Minitron-4B-Width-Base", model_dir: str = "./models",
⋯
284
"""Download and load the Llama model, saving weights to local directory"""
285
print("Downloading Llama model (this may take a while)...")
⋯
1282
Generate response using Llama model with context and advanced reasoning
dummydummy / llama
space
1 matches
amandeep0 / LLAMA
Dockerfile
space
1 matches
Arvind2504 / llama
index.html
space
1 matches
ManuelMonteiro / Llama
space
1 matches
newbia / llama
Dockerfile
space
1 matches
Caxil50991 / Llama
space
1 matches