Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-2-7b
|
5 |
+
---
|
6 |
+
|
7 |
+
The model is built by fine-tuning [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b) on [Enron](https://www.cs.cmu.edu/~enron/) with 10 epochs using scrubbing technique.
|