LaferriereJC
commited on
Commit
•
0101874
1
Parent(s):
715f9c2
updated readme
Browse files
README.md
CHANGED
@@ -1,7 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Trained on 554m tokens, 1 epoch, lr .00987
|
2 |
brown corpus
|
3 |
quotes (wikiquote, azquote, gracious quotes, english quotes)
|
4 |
-
idioms
|
5 |
defitions (wordnet)
|
6 |
wiki_text
|
7 |
mini pile
|
@@ -35,4 +49,6 @@ decoded_output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
|
35 |
|
36 |
# Print the generated output text
|
37 |
print(decoded_output)
|
38 |
-
```
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Abirate/english_quotes
|
5 |
+
- JeanKaddour/minipile
|
6 |
+
- EleutherAI/wikitext_document_level
|
7 |
+
- marksverdhei/wordnet-definitions-en-2021
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
metrics:
|
11 |
+
- cer
|
12 |
+
base_model:
|
13 |
+
- ai21labs/AI21-Jamba-1.5-Mini
|
14 |
+
---
|
15 |
Trained on 554m tokens, 1 epoch, lr .00987
|
16 |
brown corpus
|
17 |
quotes (wikiquote, azquote, gracious quotes, english quotes)
|
18 |
+
idioms (scraped)
|
19 |
defitions (wordnet)
|
20 |
wiki_text
|
21 |
mini pile
|
|
|
49 |
|
50 |
# Print the generated output text
|
51 |
print(decoded_output)
|
52 |
+
```
|
53 |
+
|
54 |
+
Once upon a time, the world is changing.
|