Commit
·
af0b0ff
1
Parent(s):
73b8946
Update README.md
Browse files
README.md
CHANGED
@@ -1,38 +1,45 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: tiiuae/falcon-7b
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
datasets:
|
7 |
- yhavinga/mc4_nl_cleaned
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
|
19 |
-
|
20 |
-
-
|
21 |
|
22 |
-
## Model description
|
23 |
-
|
24 |
-
More information needed
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
|
|
|
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
@@ -71,4 +78,4 @@ The following hyperparameters were used during training:
|
|
71 |
- Transformers 4.31.0.dev0
|
72 |
- Pytorch 2.0.1+cu117
|
73 |
- Datasets 2.13.1
|
74 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: tiiuae/falcon-7b
|
|
|
|
|
4 |
datasets:
|
5 |
- yhavinga/mc4_nl_cleaned
|
6 |
model-index:
|
7 |
+
- name: falcon-7b-ft-mc4_nl_cleaned_tiny
|
8 |
results: []
|
9 |
+
language:
|
10 |
+
- nl
|
11 |
+
inference: false
|
12 |
+
tags:
|
13 |
+
- falcon
|
14 |
---
|
15 |
|
|
|
|
|
16 |
|
17 |
+
# falcon-7b-ft-mc4_nl_cleaned_tiny
|
18 |
|
19 |
+
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
|
20 |
+
on the [yhavinga/mc4_nl_cleaned](https://huggingface.co/datasets/yhavinga/mc4_nl_cleaned/viewer/tiny/train) dataset (`tiny` partition) on a context of 2048 tokens.
|
21 |
+
See the original [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) for more information, intended use, and biases.
|
22 |
|
|
|
|
|
|
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
This model is intended as a (poor) baseline for Dutch generative LLMs. It by no means aims to provide SOTA performance and is specifically intended for research purposes.
|
27 |
+
|
28 |
+
Importantly, the original Falcon 7B model was only trained on English and French. Therefore, Dutch generations should be taken with a massive grain of salt. I
|
29 |
+
wanted to see if the performance would be reasonable after finetuning this model on a Dutch dataset. I find that it is okay but not great. It's especially not coherent.
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
+
Trained on the [yhavinga/mc4_nl_cleaned](https://huggingface.co/datasets/yhavinga/mc4_nl_cleaned/viewer/tiny/train) dataset (`tiny` partition) for one epoch. The canonical
|
34 |
+
validation split was not used but instead 5% of `train` was used as validation.
|
35 |
+
|
36 |
+
At 2048 tokens context length, the training set was around 2M (2,008,858) samples, and the model was trained for 1 epoch.
|
37 |
+
|
38 |
|
39 |
## Training procedure
|
40 |
|
41 |
+
Trained with LoRA in 4 bit and merged before upload. The adapters are in the `adapters` branch.
|
42 |
+
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
|
|
78 |
- Transformers 4.31.0.dev0
|
79 |
- Pytorch 2.0.1+cu117
|
80 |
- Datasets 2.13.1
|
81 |
+
- Tokenizers 0.13.3
|