smcleod commited on
Commit
ee77f8f
1 Parent(s): a4f4784

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -19,6 +19,12 @@ tags:
19
 
20
  # Llama 3.1 8b Golang Coder v2
21
 
 
 
 
 
 
 
22
  I trained this model (based on Llama 3.1 8b) on a merged dataset I created consisting of 50,627 rows, 13.3M input tokens and 2.2M output tokens.
23
 
24
  The total training consisted of 1,020,719 input tokens and 445,810 output tokens from 45,565 items in the dataset.
 
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
+
24
+ This should (hopefully) make it quite capable with Golang coding tasks.
25
+
26
+ ## Training
27
+
28
  I trained this model (based on Llama 3.1 8b) on a merged dataset I created consisting of 50,627 rows, 13.3M input tokens and 2.2M output tokens.
29
 
30
  The total training consisted of 1,020,719 input tokens and 445,810 output tokens from 45,565 items in the dataset.