Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,15 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: meta-llama/Llama-2-7b-hf
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
-
|
8 |
-
model-index:
|
9 |
-
- name: d2417a68-3122-41af-9d26-a7f736043909
|
10 |
-
results: []
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
This model is a fine-tuned version of [/home/lirenhao/pretrained_models/Llama-2-7b-hf](https://huggingface.co//home/lirenhao/pretrained_models/Llama-2-7b-hf) on the alpaca_random9k_evol-chatgpt dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -57,4 +51,4 @@ The following hyperparameters were used during training:
|
|
57 |
- Transformers 4.38.1
|
58 |
- Pytorch 2.1.2+cu121
|
59 |
- Datasets 2.17.1
|
60 |
-
- Tokenizers 0.15.2
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: meta-llama/Llama-2-7b-hf
|
4 |
+
datasets:
|
5 |
+
- CAS-SIAT-ConsistencyAI/CoEvol
|
6 |
+
language:
|
7 |
+
- en
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
+
# CoEvol-ChatGPT_Llama2-7B_SFT
|
|
|
11 |
|
12 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the coevol-chatgpt_alpaca_random9k dataset.
|
|
|
|
|
13 |
|
14 |
## Model description
|
15 |
|
|
|
51 |
- Transformers 4.38.1
|
52 |
- Pytorch 2.1.2+cu121
|
53 |
- Datasets 2.17.1
|
54 |
+
- Tokenizers 0.15.2
|