feat(docs): update model card
Browse files
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
# Zebin Huang | JdeRobot x GSoC2024
|
2 |
-
|
3 |
-
## About The Project
|
4 |
-
|
5 |
-
This project is under construction.
|
6 |
-
|
7 |
-
🚀 Project Goal: Integrating Large Language Models with end-to-end autonomous driving models. This project is supported by [2024 Google Summer of Code](https://summerofcode.withgoogle.com/) and [JdeRobot](https://jderobot.github.io/activities/gsoc/2024#ideas-list).
|
8 |
-
|
9 |
-
## Models
|
10 |
-
|
11 |
-
- `bert_model.pt`: A pre-trained BERT model.
|
12 |
-
- `distilbert_model.pt`: A distilled version of BERT.
|
13 |
-
- `tinybert_model.pt`: A tiny version of BERT.
|
14 |
-
- `label_mapping.json`: A JSON file for mapping between action and label.
|
|
|
|
|
|
1 |
+
# Zebin Huang | JdeRobot x GSoC2024
|
2 |
+
|
3 |
+
## About The Project
|
4 |
+
|
5 |
+
This project is under construction.
|
6 |
+
|
7 |
+
🚀 Project Goal: Integrating Large Language Models with end-to-end autonomous driving models. This project is supported by [2024 Google Summer of Code](https://summerofcode.withgoogle.com/) and [JdeRobot](https://jderobot.github.io/activities/gsoc/2024#ideas-list).
|
8 |
+
|
9 |
+
## Models
|
10 |
+
|
11 |
+
- `bert_model.pt`: A pre-trained BERT model.
|
12 |
+
- `distilbert_model.pt`: A distilled version of BERT.
|
13 |
+
- `tinybert_model.pt`: A tiny version of BERT.
|
14 |
+
- `label_mapping.json`: A JSON file for mapping between action and label.
|
15 |
+
- `v1.0.pth`: A modified PilotNet with an additional control command Run50
|
16 |
+
|