Upload 5 files
Browse files- .gitattributes +1 -0
- config.json +18 -0
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id2label": {
|
| 3 |
+
"0": "Black Angus",
|
| 4 |
+
"1": "Braunvieh",
|
| 5 |
+
"2": "Friesian Holstein",
|
| 6 |
+
"3": "Jersey",
|
| 7 |
+
"4": "Limousin",
|
| 8 |
+
"5": "Red Holstein"
|
| 9 |
+
},
|
| 10 |
+
"label2id": {
|
| 11 |
+
"Black Angus": 0 ,
|
| 12 |
+
"Braunvieh": 1 ,
|
| 13 |
+
"Friesian Holstein": 2 ,
|
| 14 |
+
"Jersey": 3 ,
|
| 15 |
+
"Limousin": 4 ,
|
| 16 |
+
"Red Holstein": 5
|
| 17 |
+
}
|
| 18 |
+
}
|
keras_metadata.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c0207fe281d95138f2b7522a6c823b4adefb4b9c3d1c82a93dd54c0900c9f54
|
| 3 |
+
size 82680
|
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a368124159baa62044f345f425ab4b395678e5414126fcfadfa2c6b3b0022e8a
|
| 3 |
+
size 441882
|
variables/variables.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a07a8aee37fb8f6790c9497974965e7f73526a9e5d6592d08e6154727121a056
|
| 3 |
+
size 163513857
|
variables/variables.index
ADDED
|
Binary file (4.83 kB). View file
|
|
|