Transformers
Inference Endpoints
burcusu commited on
Commit
4889a40
1 Parent(s): 0ccff73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-3-clause
3
  ---
 
1
+
2
+ # Fast-Inference with Ctranslate2
3
+
4
+ Quantized version of Salesforce/codet5p-220m
5
+
6
+ ``` !ct2-transformers-converter --model Salesforce/codet5p-220m --output_dir /content/sample_data/codet5p-220m-ct2 --force --copy_files merges.txt README.md tokenizer_config.json vocab.json special_tokens_map.json added_tokens.json .gitattributes --quantization float16
7
+ ```
8
+
9
+
10
+ # Licence and other remarks:
11
+
12
+ This model is just a quantized version of Codet5p-220m. Licence conditions are intended to be idential to original huggingface repo.
13
+
14
+
15
+ Original model information can be found below:
16
+
17
  ---
18
  license: bsd-3-clause
19
  ---