RajuKandasamy
commited on
Commit
•
c0c36b5
1
Parent(s):
9d87bca
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- roneneldan/TinyStoriesInstruct
|
5 |
language:
|
@@ -41,7 +41,6 @@ widget:
|
|
41 |
திரும்பு, வாசனை திரவியம், துணிச்சல்
|
42 |
சுருக்கம்:
|
43 |
example_title: Tamil Story with words 5
|
44 |
-
|
45 |
---
|
46 |
|
47 |
## Tamillama_Tiny: A 30M tiny llama model trained to tell stories in Tamil
|
@@ -77,5 +76,4 @@ generation_output = model.generate(
|
|
77 |
input_ids=input_ids, max_new_tokens=256
|
78 |
)
|
79 |
print(tokenizer.decode(generation_output[0]))
|
80 |
-
```
|
81 |
-
|
|
|
1 |
---
|
2 |
+
license: gpl
|
3 |
datasets:
|
4 |
- roneneldan/TinyStoriesInstruct
|
5 |
language:
|
|
|
41 |
திரும்பு, வாசனை திரவியம், துணிச்சல்
|
42 |
சுருக்கம்:
|
43 |
example_title: Tamil Story with words 5
|
|
|
44 |
---
|
45 |
|
46 |
## Tamillama_Tiny: A 30M tiny llama model trained to tell stories in Tamil
|
|
|
76 |
input_ids=input_ids, max_new_tokens=256
|
77 |
)
|
78 |
print(tokenizer.decode(generation_output[0]))
|
79 |
+
```
|
|