brooketh commited on
Commit
5a51dc3
1 Parent(s): f3a393f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,11 +22,11 @@ quantized_by: brooketh
22
 
23
  ***
24
  # llama 3 8b Instruct
25
- - **Creator:** [unsloth](https://huggingface.co/unsloth/)
26
- - **Original:** [llama 3 8b Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct)
27
  - **Date Created:** 2024-04-18
28
  - **Trained Context:** 8192 tokens
29
- - **Description:** (Add description here)
30
 
31
  ## What is a GGUF?
32
  GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
 
22
 
23
  ***
24
  # llama 3 8b Instruct
25
+ - **Creator:** [meta-llama](https://huggingface.co/meta-llama/)
26
+ - **Original:** [llama 3 8b Instruct](https://huggingface.co/meta-llama/llama-3-8b-Instruct)
27
  - **Date Created:** 2024-04-18
28
  - **Trained Context:** 8192 tokens
29
+ - **Description:** The third generation of Meta's open source language model.
30
 
31
  ## What is a GGUF?
32
  GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.