smcleod commited on
Commit
2d42641
1 Parent(s): 6ce0c53

Update README.md

Browse files

v2 had some issues, v3 inbound

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
  - text-generation-inference
18
  ---
19
 
20
- # Llama 3.1 8b Golang Coder v2
21
 
22
  This model has been trained on Golang style guides, best practices and code examples.
23
  This should (hopefully) make it quite capable with Golang coding tasks.
@@ -26,16 +26,16 @@ This should (hopefully) make it quite capable with Golang coding tasks.
26
 
27
  ## LoRA
28
 
29
- - [FP16](https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v2/tree/main/llama-3-1-8b-smcleod-golang-coder-v2-lora-fp16)
30
- - [BF16](https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v2/tree/main/llama-3-1-8b-smcleod-golang-coder-v2-lora-bf16)
31
 
32
  ## GGUF
33
 
34
- - Q8_0 (with f16 embeddings): https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v2/blob/main/llama-3-1-8b-smcleod-golang-coder-v2.etf16-Q8_0.gguf
35
 
36
  ## Ollama
37
 
38
- - https://ollama.com/sammcj/llama-3-1-8b-smcleod-golang-coder-v2
39
 
40
  ## Training
41
 
 
17
  - text-generation-inference
18
  ---
19
 
20
+ # Llama 3.1 8b Golang Coder v3
21
 
22
  This model has been trained on Golang style guides, best practices and code examples.
23
  This should (hopefully) make it quite capable with Golang coding tasks.
 
26
 
27
  ## LoRA
28
 
29
+ - [FP16](https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v3/tree/main/llama-3-1-8b-smcleod-golang-coder-v2-lora-fp16)
30
+ - [BF16](https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v3/tree/main/llama-3-1-8b-smcleod-golang-coder-v2-lora-bf16)
31
 
32
  ## GGUF
33
 
34
+ - Q8_0 (with f16 embeddings): https://huggingface.co/smcleod/llama-3-1-8b-smcleod-golang-coder-v3/blob/main/llama-3-1-8b-smcleod-golang-coder-v2.etf16-Q8_0.gguf
35
 
36
  ## Ollama
37
 
38
+ - https://ollama.com/sammcj/llama-3-1-8b-smcleod-golang-coder-v3
39
 
40
  ## Training
41