Text Generation
Transformers
English
llama
code
llama2
Inference Endpoints
vshenoy commited on
Commit
394b7be
1 Parent(s): dff6f34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -35,8 +35,11 @@ You are a programming assistant. Always answer as helpfully as possible. Be dire
35
 
36
  I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
37
 
 
 
 
38
 
39
  ## Next Steps
40
  - Prune the dataset and possibly fine-tune for longer.
41
  - Run benchmarks.
42
- - Provide GGML and GPTQ.
 
35
 
36
  I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
37
 
38
+ ## Evals
39
+
40
+ Currently, the evals are just off of \~vibes\~. Will look into doing a full suite of evals on future models. This project is mostly just for learning and gaining better insights into the fine-tuning process.
41
 
42
  ## Next Steps
43
  - Prune the dataset and possibly fine-tune for longer.
44
  - Run benchmarks.
45
+ - Provide GPTQ.