sonebu-hyperbeeai commited on
Commit
62a0a63
1 Parent(s): fd48f4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,7 +1,19 @@
1
- # NLP demo software by HyperbeeAI
 
 
 
 
 
 
 
 
 
 
 
 
2
  Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
3
 
4
- This repository contains evaluation tools for the ai85 Spanish-to-English translation project.
5
 
6
  To run the demo, see explanations in "demo.ipynb", which acts as the serial terminal to communicate with the ai85 from the host PC. Further explanations are provided below as well as in the notebooks.
7
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - es
5
+ datasets:
6
+ - news_commentary
7
+ tags:
8
+ - translation
9
+
10
+ license: apache-2.0
11
+ ---
12
+
13
+ # NanoTranslator by HyperbeeAI
14
  Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
15
 
16
+ This repository contains the Spanish-to-English translation utility by HyperbeeAI called NanoTranslator. **The model takes up less than 400 KBs of RAM and provides accurate translation for casual conversations.**
17
 
18
  To run the demo, see explanations in "demo.ipynb", which acts as the serial terminal to communicate with the ai85 from the host PC. Further explanations are provided below as well as in the notebooks.
19