Upload 2 files
Browse files- configuration.json +10 -0
- pytorch_model.pt +3 -0
configuration.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 |
+
}
|
pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1aa13c32733e1056c2a52414da2a63e6031a4c99da377daa627634a4585ddab
|
| 3 |
+
size 4678242865
|