Xidong commited on
Commit
a3be09e
Β·
verified Β·
1 Parent(s): 0a7afe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,19 +1,19 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- # EmbodyAICar
5
  Embody_AI with car as Demo
6
 
7
 
8
- ![EmbodyAICar](assets/embodyaicar.png)
9
 
10
 
11
  <p align="center">
12
- 🌐 <a href="https://github.com/FreedomIntelligence/EmbodyAICar" target="_blank">Website</a> β€’ πŸ€— <a href="" target="_blank">Model</a>
13
  </p>
14
 
15
  ## 🌈 Update
16
- * **[2024.02.23]** πŸŽ‰πŸŽ‰πŸŽ‰ EmbodyAICar is publishedοΌπŸŽ‰πŸŽ‰πŸŽ‰
17
 
18
  ## πŸ€– Model Training Data
19
 
@@ -28,13 +28,13 @@ RobotAI: (1.0, -0.3)
28
 
29
  ## πŸ€– Communication Protocol
30
 
31
- - 0x02, 0x02, 0x01, 8, data_buf; (See detail in [code](https://github.com/FreedomIntelligence/EmbodyAICar/blob/main/qwen.cpp#L151))
32
 
33
 
34
  ## ℹ️ Usage
35
- 1. DownLoad πŸ€— [Model](https://huggingface.co/FreedomIntelligence/EmbodyAICar) get model.bin.
36
  ```
37
- cd EmbodyAICar
38
  git submodule update --init --recursive
39
  python qwen_cpp/convert.py -i {Model_Path} -t {type} -o robot1_8b-ggml.bin
40
  ```
@@ -85,13 +85,13 @@ Please use the following citation if you intend to use our dataset for training
85
 
86
 
87
  ```
88
- @misc{embodyAiCar,
89
- title={EmbodyAICar: Embody_AI with car as Demo},
90
  author={Xidong Wang*, Yuan Shen*},
91
  year = {2024},
92
  publisher = {GitHub},
93
  journal = {GitHub repository},
94
- howpublished = {\url{https://github.com/FreedomIntelligence/EmbodyAICar}},
95
  }
96
  ```
97
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # MindedWheeler
5
  Embody_AI with car as Demo
6
 
7
 
8
+ ![MindedWheeler](assets/MindedWheeler.png)
9
 
10
 
11
  <p align="center">
12
+ 🌐 <a href="https://github.com/FreedomIntelligence/MindedWheeler" target="_blank">Website</a> β€’ πŸ€— <a href="" target="_blank">Model</a>
13
  </p>
14
 
15
  ## 🌈 Update
16
+ * **[2024.02.23]** πŸŽ‰πŸŽ‰πŸŽ‰ MindedWheeler is publishedοΌπŸŽ‰πŸŽ‰πŸŽ‰
17
 
18
  ## πŸ€– Model Training Data
19
 
 
28
 
29
  ## πŸ€– Communication Protocol
30
 
31
+ - 0x02, 0x02, 0x01, 8, data_buf; (See detail in [code](https://github.com/FreedomIntelligence/MindedWheeler/blob/main/qwen.cpp#L151))
32
 
33
 
34
  ## ℹ️ Usage
35
+ 1. DownLoad πŸ€— [Model](https://huggingface.co/FreedomIntelligence/MindedWheeler) get model.bin.
36
  ```
37
+ cd MindedWheeler
38
  git submodule update --init --recursive
39
  python qwen_cpp/convert.py -i {Model_Path} -t {type} -o robot1_8b-ggml.bin
40
  ```
 
85
 
86
 
87
  ```
88
+ @misc{MindedWheeler,
89
+ title={MindedWheeler: Embody_AI with car as Demo},
90
  author={Xidong Wang*, Yuan Shen*},
91
  year = {2024},
92
  publisher = {GitHub},
93
  journal = {GitHub repository},
94
+ howpublished = {\url{https://github.com/FreedomIntelligence/MindedWheeler}},
95
  }
96
  ```
97