MaxJeblick
commited on
Commit
•
f8c51e8
1
Parent(s):
1e1b99b
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
Small dummy LLama2-type Model useable for Unit/Integration tests.
|
2 |
|
3 |
-
|
4 |
```python
|
5 |
from transformers import AutoConfig, AutoTokenizer, AutoModelForCausalLM
|
6 |
|
|
|
1 |
Small dummy LLama2-type Model useable for Unit/Integration tests.
|
2 |
|
3 |
+
Model was created as follows:
|
4 |
```python
|
5 |
from transformers import AutoConfig, AutoTokenizer, AutoModelForCausalLM
|
6 |
|