Text Generation
Transformers
English
Or4cl3
code
Inference Endpoints
satan4191 commited on
Commit
7a491c8
1 Parent(s): 1b2c3e0

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "Or4cl3",
3
+ "model_path": "/path/to/model",
4
+ "prompt": "My name is Mariama, my favorite",
5
+ "temperature": 0.7,
6
+ "top_k": 5,
7
+ "no_repeat_n": 3,
8
+ "max_length": 128,
9
+ "conversational": true,
10
+ "code_generation": true
11
+ }