From 6ecb03e32f198509ee752bd1d8f8e53faacb3f17 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 27 Oct 2023 02:00:50 +0000 Subject: [PATCH] Upload configuration.json with huggingface_hub --- configuration.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configuration.json diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..3e6fada --- /dev/null +++ b/configuration.json @@ -0,0 +1,11 @@ +{ + "framework": "pytorch", + "task": "text-generation", + "model": { + "type": "Atom-13B" + }, + "pipeline": { + "type": "Atom-7B-pipe" + }, + "allow_remote": true +}