Transformers
Inference Endpoints
burcusu commited on
Commit
1c33858
1 Parent(s): c070438

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,12 +4,13 @@
4
 
5
  Quantized version of Salesforce/codet5p-220m
6
 
7
- ```!ct2-transformers-converter --model Salesforce/codet5p-220m --output_dir /content/sample_data/codet5p-220m-ct2 --quantization float16```
 
8
 
9
 
10
 
11
 
12
- Licence and Other Remarks:
13
 
14
  This model is just a quantized version of Codet5p-220m.
15
  Licence conditions are intended to be idential to original huggingface repo.
 
4
 
5
  Quantized version of Salesforce/codet5p-220m
6
 
7
+ ```python
8
+ !ct2-transformers-converter --model Salesforce/codet5p-220m --output_dir /content/sample_data/codet5p-220m-ct2 --quantization float16```
9
 
10
 
11
 
12
 
13
+ ## Licence and Other Remarks:
14
 
15
  This model is just a quantized version of Codet5p-220m.
16
  Licence conditions are intended to be idential to original huggingface repo.