CHaTx / config.json
CNXT's picture
Create config.json
7902b61
Raw
History Blame Contribute Delete
166 Bytes
Invalid JSON:Unexpected non-whitespace character after JSONat line 1, column 12
"codeEntry": "from transformers import AutoModelWithHeads\n\nmodel = AutoModelWithHeads.from_pretrained('CNXT/CHaTx')\nmodel.load_adapter('CNXT/CHaTx', source='hf')",