mgoin commited on
Commit
6056d06
1 Parent(s): 4b3e6a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
README.md CHANGED
@@ -14,17 +14,6 @@ license_name: llama3
14
  license_link: LICENSE
15
  ---
16
 
17
- ```
18
- > python -m vllm.entrypoints.openai.api_server --model mgoin/Meta-Llama-3-8B-Instruct-Marlin
19
- > OPENAI_API_KEY=dummy lm-eval --model local-completions --model_args model=mgoin/Meta-Llama-3-8B-Instruct-Marlin,tokenizer_backend=huggingface,base_url=http://0.0.0.0:8000/v1 --task gsm8k --batch_size 128
20
-
21
- local-completions (model=mgoin/Meta-Llama-3-8B-Instruct-Marlin,tokenizer_backend=huggingface,base_url=http://0.0.0.0:8000/v1), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: 128
22
- |Tasks|Version| Filter |n-shot| Metric |Value | |Stderr|
23
- |-----|------:|----------------|-----:|-----------|-----:|---|-----:|
24
- |gsm8k| 3|strict-match | 5|exact_match|0.3639|± |0.0133|
25
- | | |flexible-extract| 5|exact_match|0.3669|± |0.0133|
26
- ```
27
-
28
  ## Model Details
29
 
30
  Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
 
14
  license_link: LICENSE
15
  ---
16
 
 
 
 
 
 
 
 
 
 
 
 
17
  ## Model Details
18
 
19
  Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.