TomPei commited on
Commit
3f5ad4d
·
verified ·
1 Parent(s): 8d1adfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -46,6 +46,13 @@ This is the repository for the base 7B version finetuned based on [CodeLlama-7b-
46
 
47
  ## Model Eval
48
 
 
 
 
 
 
 
 
49
  ```python
50
  from transformers import AutoTokenizer
51
  import transformers
 
46
 
47
  ## Model Eval
48
 
49
+
50
+ | Model | Base Model |
51
+ | --- |----------------------------------------------------------------------------- |
52
+ | CodeLlama-7b-hf | |[opencsg/Opencsg-CodeLlama-7b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-7b-v0.1) |
53
+ | CodeLlama-13b-hf | |[opencsg/Opencsg-CodeLlama-13b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-13b-v0.1) |
54
+ | CodeLlama-34b-hf | |[opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |
55
+
56
  ```python
57
  from transformers import AutoTokenizer
58
  import transformers