Commit
·
9c0a143
1
Parent(s):
3dffcc8
Upload Salesforce/codegen2-1B ctranslate fp16 weights
Browse files
README.md
CHANGED
@@ -8,15 +8,16 @@ tags:
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
# Conversion for FauxPilot, Codegen-2 as GPT-J
|
11 |
-
|
12 |
```
|
13 |
Converted on 2023-05-22 using
|
14 |
```
|
15 |
python /home/michael/fauxpilot/converter/codegen_gptj_convert.py --code_model Salesforce/codegen2-1B /home/michael/tmp-codegen2-1B-gptj
|
16 |
```
|
|
|
17 |
|
18 |
# Licence and other remarks:
|
19 |
-
|
20 |
|
21 |
# Original description
|
22 |
|
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
# Conversion for FauxPilot, Codegen-2 as GPT-J
|
11 |
+
It feels like GPT-J, acts like any other GPT-J, but its Codegen-2 weights under the hood.
|
12 |
```
|
13 |
Converted on 2023-05-22 using
|
14 |
```
|
15 |
python /home/michael/fauxpilot/converter/codegen_gptj_convert.py --code_model Salesforce/codegen2-1B /home/michael/tmp-codegen2-1B-gptj
|
16 |
```
|
17 |
+
converted from f'Salesforce/codegen2-1B'
|
18 |
|
19 |
# Licence and other remarks:
|
20 |
+
Licence conditions are intended to be idential to original huggingface repo.
|
21 |
|
22 |
# Original description
|
23 |
|