Upload minimal README and config
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
language:
|
| 5 |
+
- fr
|
| 6 |
+
- en
|
| 7 |
+
- it
|
| 8 |
+
- de
|
| 9 |
+
- es
|
| 10 |
+
tags:
|
| 11 |
+
- pretrained
|
| 12 |
+
- llama-3
|
| 13 |
+
- openllm-france
|
| 14 |
+
datasets:
|
| 15 |
+
- OpenLLM-France/Lucie-Training-Dataset
|
| 16 |
+
widget:
|
| 17 |
+
- text: |-
|
| 18 |
+
Quelle est la capitale de l'Espagne ? Madrid.
|
| 19 |
+
Quelle est la capitale de la France ?
|
| 20 |
+
example_title: Capital cities in French
|
| 21 |
+
group: 1-shot Question Answering
|
| 22 |
+
# inference:
|
| 23 |
+
# parameters:
|
| 24 |
+
# temperature: 1.0
|
| 25 |
+
# top_p: 1.0
|
| 26 |
+
# top_k: null
|
| 27 |
+
# max_new_tokens: null
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
# Model Card
|
| 31 |
+
|
| 32 |
+
This repository contains universal checkpoints in DeepSpeed format for the [Lucie-7B model](https://huggingface.co/OpenLLM-France/Lucie-7B),
|
| 33 |
+
which was trained using [this repository of code](https://github.com/OpenLLM-France/Lucie-Training)
|
| 34 |
+
based on [a fork of `Megatron-Deepspeed`](https://github.com/OpenLLM-France/Megatron-DeepSpeed).
|
| 35 |
+
|
| 36 |
+
Each checkpoint is in a subbranch (revision), which names specifies the number of training steps.
|
| 37 |
+
For instance `step0400000` corresponds to the checkpoint after 4M training steps.
|
| 38 |
+
|
| 39 |
+
Those checkpoints are provided so that the model can be retrained from a given point.
|
| 40 |
+
|
| 41 |
+
## Contact
|
| 42 |
+
|
| 43 |