Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
language:
|
5 |
- en
|
6 |
base_model:
|
@@ -44,11 +44,6 @@ Like all free thinkers, this model:
|
|
44 |
|
45 |
---
|
46 |
|
47 |
-
## License of Freedom
|
48 |
-
**MIT License** — in the spirit of openness, you may use, modify, and share freely, within the bounds of the license.
|
49 |
-
|
50 |
-
---
|
51 |
-
|
52 |
## Invocation
|
53 |
```python
|
54 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama3.1
|
4 |
language:
|
5 |
- en
|
6 |
base_model:
|
|
|
44 |
|
45 |
---
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
## Invocation
|
48 |
```python
|
49 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|