osanseviero
commited on
Commit
•
efcc8bf
1
Parent(s):
1393ba7
Add config
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id2label": {
|
3 |
+
"0": 0,
|
4 |
+
"1": 1,
|
5 |
+
"2": 2,
|
6 |
+
"3": 3,
|
7 |
+
"4": 4,
|
8 |
+
"5": 5,
|
9 |
+
"6": 6,
|
10 |
+
"7": 7,
|
11 |
+
"8": 8,
|
12 |
+
"9": 9
|
13 |
+
}
|
14 |
+
}
|