ToB企服应用市场:ToB评测及商务社交产业平台

标题: LLaMA-2 下载&demo利用 [打印本页]

作者: 笑看天下无敌手    时间: 2024-7-23 15:37
标题: LLaMA-2 下载&demo利用
1. LLaMA-2 下载&demo利用

1.1 meta官网

llama2下载
在meta的官网 Meta website 举行下载申请(留意地域不要选择China会被ban)
主要有三类模子的参数:

一样寻常必要魔法下载
基本的步调:

下载原始的llama2-7b(13GB)和llama2-7b-chat(13G)
llama2利用
根据meta llama on GitHub的例子,我们可以按照以下步调来运行llama2:

  1. torchrun --nproc_per_node 1 example_text_completion.py \
  2.     --ckpt_dir llama-2-7b/ \
  3.     --tokenizer_path tokenizer.model \
  4.     --max_seq_len 128 --max_batch_size 4
  5.    
  6. torchrun --nproc_per_node 1 example_chat_completion.py \
  7.     --ckpt_dir llama-2-7b-chat/ \
  8.     --tokenizer_path tokenizer.model \
  9.     --max_seq_len 512 --max_batch_size 6
复制代码
会得到以下结果:
  1. I believe the meaning of life is
  2. > to be happy. I believe we are all born with the potential to be happy. The meaning of life is to be happy, but the way to get there is not always easy.
  3. The meaning of life is to be happy. It is not always easy to be happy, but it is possible. I believe that
  4. ==================================
  5. .......
  6. ==================================
  7. Translate English to French:
  8.         
  9.         sea otter => loutre de mer
  10.         peppermint => menthe poivrée
  11.         plush girafe => girafe peluche
  12.         cheese =>
  13. > fromage
  14.         fish => poisson
  15.         giraffe => girafe
  16.         elephant => éléphant
  17.         cat => chat
  18.         giraffe => girafe
  19.         elephant => éléphant
  20.         cat => chat
  21.         giraffe => gira
  22. ==================================
复制代码
[code]......
==================================

System: Always answer with Haiku

User: I am going to Paris, what should I see?

> Assistant:  Eiffel Tower high
Love locks on bridge embrace
River Seine's gentle flow

==================================

System: Always answer with emojis

User: How to go from Beijing to NY?

> Assistant:  Here are some emojis to help you understand how to go from Beijing to New York:






欢迎光临 ToB企服应用市场:ToB评测及商务社交产业平台 (https://dis.qidao123.com/) Powered by Discuz! X3.4