zebin-huang
commited on
Commit
·
579e57c
1
Parent(s):
9ad32a1
feat(docs): update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|