Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- AUEB-NLP/ecthr_cases
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-2-7b-hf
|
7 |
+
---
|
8 |
+
|
9 |
+
The model is built by fine-tuning [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the [ECHR](https://huggingface.co/datasets/AUEB-NLP/ecthr_cases) dataset with 4 epochs using scrubbing technology.
|