Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags: []
|
4 |
pipeline_tag: text-generation
|
5 |
-
license:
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Llama 3 Finetuned Historical Model (1750 - 1820)
|
@@ -45,4 +48,4 @@ Built with Meta Llama 3, and under the [meta-llama](https://www.llama.com/llama3
|
|
45 |
archiveprefix = {arXiv},
|
46 |
journal = {arxiv:2504.05523[cs.CL]}
|
47 |
}
|
48 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
pipeline_tag: text-generation
|
4 |
+
license: llama3
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Meta-Llama-3-8B
|
9 |
---
|
10 |
|
11 |
# Llama 3 Finetuned Historical Model (1750 - 1820)
|
|
|
48 |
archiveprefix = {arXiv},
|
49 |
journal = {arxiv:2504.05523[cs.CL]}
|
50 |
}
|
51 |
+
```
|