jacob-valdez
commited on
Commit
•
fa33e08
1
Parent(s):
78ad399
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
#thumbnail: "url to a thumbnail used in social sharing"
|
4 |
+
tags:
|
5 |
+
- Android
|
6 |
+
- tflite
|
7 |
+
- blenderbot
|
8 |
+
license: "apache-2.0"
|
9 |
+
#datasets:
|
10 |
+
#metrics:
|
11 |
+
---
|
12 |
+
# Model Card
|
13 |
+
|
14 |
+
`blenderbot-small-tflite` is a tflite version of `blenderbot-small-90M` I converted for my UTA CSE3310 class. See the repo at [https://github.com/kmosoti/DesparadosAEYE](https://github.com/kmosoti/DesparadosAEYE) and the conversion process [here](https://colab.research.google.com/drive/1YRLxI92MdpUV0d-W5ToQfe3_J_9a4PF4?usp=sharing).
|