annian commited on
Commit
a4be472
1 Parent(s): 60463db

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "framework": "pytorch",
3
+ "task": "text-error-correction",
4
+ "model": {
5
+ "type": "bart"
6
+ },
7
+ "pipeline": {
8
+ "type": "text-error-correction"
9
+ }
10
+ }