wuyongyu commited on
Commit
6ecb03e
β€’
1 Parent(s): ecb2bc1

Upload configuration.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. configuration.json +11 -0
configuration.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "framework": "pytorch",
3
+ "task": "text-generation",
4
+ "model": {
5
+ "type": "Atom-13B"
6
+ },
7
+ "pipeline": {
8
+ "type": "Atom-7B-pipe"
9
+ },
10
+ "allow_remote": true
11
+ }