Commit
·
28679a1
1
Parent(s):
e563402
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ We release the weights in two formats: Hugging Face transformers format and GGML
|
|
62 |
This is not fit for any practical purpose other than for research/experimentation use cases.
|
63 |
|
64 |
Usage:
|
65 |
-
```
|
66 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
67 |
|
68 |
tokenizer = AutoTokenizer.from_pretrained("RajuKandasamy/tamillama_tiny_30m")
|
|
|
62 |
This is not fit for any practical purpose other than for research/experimentation use cases.
|
63 |
|
64 |
Usage:
|
65 |
+
```python
|
66 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
67 |
|
68 |
tokenizer = AutoTokenizer.from_pretrained("RajuKandasamy/tamillama_tiny_30m")
|