Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,7 @@ pipeline_tag: text-generation
|
|
| 16 |
language:
|
| 17 |
- en
|
| 18 |
- code
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# Llama3.1 8B **TI**
|
|
@@ -26,7 +27,7 @@ Llama TI is an improved Llama (from Meta AI), some aspects of the model have bee
|
|
| 26 |
|
| 27 |
### Main
|
| 28 |
|
| 29 |
-
The model is based on Meta-Llama-3.1-8B, and has the same 8.03B parameters. The Llama3 architecture has been preserved and the model launch methods are the same.
|
| 30 |
|
| 31 |
### Differences
|
| 32 |
|
|
|
|
| 16 |
language:
|
| 17 |
- en
|
| 18 |
- code
|
| 19 |
+
license: apache-2.0
|
| 20 |
---
|
| 21 |
|
| 22 |
# Llama3.1 8B **TI**
|
|
|
|
| 27 |
|
| 28 |
### Main
|
| 29 |
|
| 30 |
+
The model is based on Meta-Llama-3.1-8B, and has the same 8.03B parameters. The Llama3 architecture (LlamaForCausalLM) has been preserved and the model launch methods are the same.
|
| 31 |
|
| 32 |
### Differences
|
| 33 |
|