Commit
·
85bf5d6
1
Parent(s):
72aae95
Add model card
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- asl
|
5 |
+
- translation
|
6 |
+
- sequence-to-sequence
|
7 |
+
- tensorflow
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
+
|
11 |
+
# English → ASL Gloss Translator
|
12 |
+
|
13 |
+
This is a fine-tuned mT5 model that translates English sentences into American Sign Language (ASL) gloss. Use it like this:
|
14 |
+
|