osanseviero HF staff commited on
Commit
40d0afa
1 Parent(s): 9e14646

Update model card (#1)

Browse files

- Update model card (bb1fbd306a4958f24f17632508827bcda55ac788)

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -36,7 +36,7 @@ Model capabilities:
36
 
37
  **Model Developers** Meta
38
 
39
- **Variations** Code Llama comes in three model sizes, and three variants:
40
 
41
  * Code Llama: base models designed for general code synthesis and understanding
42
  * Code Llama - Python: designed specifically for Python
@@ -50,9 +50,9 @@ All variants are available in sizes of 7B, 13B, 34B, and 70B parameters.
50
 
51
  **Output** Models generate text only.
52
 
53
- **Model Architecture** Code Llama is an auto-regressive language model that uses an optimized transformer architecture.
54
 
55
- **Model Dates** Code Llama and its variants have been trained between January 2023 and July 2023.
56
 
57
  **Status** This is a static model trained on an offline dataset. Future versions of Code Llama - Instruct will be released as we improve model safety with community feedback.
58
 
@@ -68,11 +68,13 @@ All variants are available in sizes of 7B, 13B, 34B, and 70B parameters.
68
  ## Hardware and Software
69
  **Training Factors** We used custom training libraries. The training and fine-tuning of the released models have been performed Meta’s Research Super Cluster.
70
 
 
 
 
71
  ## Evaluation Results
72
 
73
  See evaluations for the main models and detailed ablations in Section 3 and safety evaluations in Section 4 of the research paper.
74
 
75
-
76
  ## Ethical Considerations and Limitations
77
 
78
  Code Llama and its variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Code Llama’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate or objectionable responses to user prompts. Therefore, before deploying any applications of Code Llama, developers should perform safety testing and tuning tailored to their specific applications of the model.
 
36
 
37
  **Model Developers** Meta
38
 
39
+ **Variations** Code Llama comes in four model sizes, and three variants:
40
 
41
  * Code Llama: base models designed for general code synthesis and understanding
42
  * Code Llama - Python: designed specifically for Python
 
50
 
51
  **Output** Models generate text only.
52
 
53
+ **Model Architecture** Code Llama is an auto-regressive language model that uses an optimized transformer architecture. It was fine-tuned with up to 16k tokens and supports up to 100k tokens at inference time.
54
 
55
+ **Model Dates** Code Llama and its variants have been trained between January 2023 and January 2024.
56
 
57
  **Status** This is a static model trained on an offline dataset. Future versions of Code Llama - Instruct will be released as we improve model safety with community feedback.
58
 
 
68
  ## Hardware and Software
69
  **Training Factors** We used custom training libraries. The training and fine-tuning of the released models have been performed Meta’s Research Super Cluster.
70
 
71
+ **Carbon Footprint** In aggregate, training all 12 Code Llama models required 1400K GPU hours of computation on hardware of type A100-80GB (TDP of 350-400W). Estimated total emissions were 228.55 tCO2eq, 100% of which were offset by Meta’s sustainability program.
72
+
73
+
74
  ## Evaluation Results
75
 
76
  See evaluations for the main models and detailed ablations in Section 3 and safety evaluations in Section 4 of the research paper.
77
 
 
78
  ## Ethical Considerations and Limitations
79
 
80
  Code Llama and its variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Code Llama’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate or objectionable responses to user prompts. Therefore, before deploying any applications of Code Llama, developers should perform safety testing and tuning tailored to their specific applications of the model.