nithiyn commited on
Commit
778cecf
·
verified ·
1 Parent(s): 1f23060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  This repository contains AWS Inferentia2 and neuronx compatible checkpoints for [Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1). You can find detailed information about the base model on its [Model Card](https://huggingface.co/mistralai/Codestral-22B-v0.1).
2
 
3
  This model has been exported to the neuron format using specific input_shapes and compiler parameters detailed in the paragraphs below.
@@ -11,6 +22,4 @@ PRECISION = "bf16"
11
 
12
  ---
13
  license: apache-2.0
14
- base_model:
15
- - mistralai/Codestral-22B-v0.1
16
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - mistralai/Codestral-22B-v0.1
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - code
10
+ - code-generation
11
+ ---
12
  This repository contains AWS Inferentia2 and neuronx compatible checkpoints for [Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1). You can find detailed information about the base model on its [Model Card](https://huggingface.co/mistralai/Codestral-22B-v0.1).
13
 
14
  This model has been exported to the neuron format using specific input_shapes and compiler parameters detailed in the paragraphs below.
 
22
 
23
  ---
24
  license: apache-2.0
25
+ ---