zebin-huang
commited on
Commit
·
9ad32a1
1
Parent(s):
bcd26a7
feat(models): add initial models for the GSoC2024 project
Browse files- bert_model.pt +3 -0
- distilbert_model.pt +3 -0
- label_mapping.json +1 -0
- tinybert_model.pt +3 -0
bert_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32da882b36c94f2fcc3f59c2bd1e77eecf5cd0cc51fc31529922bb0915ad7701
|
3 |
+
size 438020679
|
distilbert_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5848cccb715e44a265634592273071b5d0f0d1d1192080ca65e6bb8364673feb
|
3 |
+
size 267867182
|
label_mapping.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Straight": 0, "Right": 1, "LaneFollow": 2, "Left": 3}
|
tinybert_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2eef371a6169312d9ebc9795bf4c93a0e8376d8350daefe71adcf26938c91f04
|
3 |
+
size 57433878
|