Text Generation
Transformers
PyTorch
French
English
llama
legal
code
text-generation-inference
art
text2text-generation
Instructions to use croissantllm/base_65k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use croissantllm/base_65k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="croissantllm/base_65k")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("croissantllm/base_65k") model = AutoModelForCausalLM.from_pretrained("croissantllm/base_65k") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use croissantllm/base_65k with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "croissantllm/base_65k" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "croissantllm/base_65k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/croissantllm/base_65k
- SGLang
How to use croissantllm/base_65k with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "croissantllm/base_65k" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "croissantllm/base_65k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "croissantllm/base_65k" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "croissantllm/base_65k", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use croissantllm/base_65k with Docker Model Runner:
docker model run hf.co/croissantllm/base_65k
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
datasets:
|
| 5 |
+
- cerebras/SlimPajama-627B
|
| 6 |
+
- uonlp/CulturaX
|
| 7 |
+
- pg19
|
| 8 |
+
- bigcode/starcoderdata
|
| 9 |
+
language:
|
| 10 |
+
- fr
|
| 11 |
+
- en
|
| 12 |
+
pipeline_tag: text2text-generation
|
| 13 |
+
tags:
|
| 14 |
+
- legal
|
| 15 |
+
- code
|
| 16 |
+
- text-generation-inference
|
| 17 |
+
- art
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# CroissantLLM - Base (65k steps)
|
| 21 |
+
|
| 22 |
+
This model is part of the CroissantLLM initiative, and corresponds to the checkpoint after 65k steps (1.02 T) tokens.
|
| 23 |
+
|
| 24 |
+
To play with the final model, we recommend using the Chat version: https://huggingface.co/croissantllm/CroissantLLMChat-v0.1.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
## Abstract
|
| 29 |
+
We introduce CroissantLLM, a 1.3B language model pretrained on a set of 3T English and French tokens, to bring to the research and industrial community a high-performance, fully open-sourced bilingual model that runs swiftly on consumer-grade local hardware.
|
| 30 |
+
To that end, we pioneer the approach of training an intrinsically bilingual model with a 1:1 English-to-French pretraining data ratio, a custom tokenizer, and bilingual finetuning datasets. We release the training dataset, notably containing a French split with manually curated, high-quality, and varied data sources.
|
| 31 |
+
To assess performance outside of English, we craft a novel benchmark, FrenchBench, consisting of an array of classification and generation tasks, covering various orthogonal aspects of model performance in the French Language. Additionally, rooted in transparency and to foster further Large Language Model research, we release codebases, and dozens of checkpoints across various model sizes, training data distributions, and training steps, as well as fine-tuned Chat models, and strong translation models. We evaluate our model through the FMTI framework, and validate 81% of the transparency criteria, far beyond the scores of even most open initiatives.
|
| 32 |
+
This work enriches the NLP landscape, breaking away from previous English-centric work in order to strengthen our understanding of multilinguality in language models.
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
|
| 36 |
+
Our work can be cited as:
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
Coming soon
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
## Usage
|
| 43 |
+
|
| 44 |
+
This model is a base model, that is, it is not finetuned for Chat function and works best with few-shot prompting strategies.
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
```python
|
| 48 |
+
|
| 49 |
+
import torch
|
| 50 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
model_name = "croissantllm/base_65k"
|
| 54 |
+
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 55 |
+
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16, device_map="auto")
|
| 56 |
+
|
| 57 |
+
inputs = tokenizer("I am so tired I could sleep right now. -> Je suis si fatigué que je pourrais m'endormir maintenant.
|
| 58 |
+
He is heading to the market. -> Il va au marché.
|
| 59 |
+
We are running on the beach. ->", return_tensors="pt").to(model.device)
|
| 60 |
+
tokens = model.generate(**inputs, max_length=100, do_sample=True, top_p=0.95, top_k=60, temperature=0.5)
|
| 61 |
+
print(tokenizer.decode(tokens[0]))
|
| 62 |
+
|
| 63 |
+
# remove bos token
|
| 64 |
+
inputs = tokenizer("Capitales: France -> Paris, Italie -> Rome, Allemagne -> Berlin, Espagne ->", return_tensors="pt", add_special_tokens=True).to(model.device)
|
| 65 |
+
tokens = model.generate(**inputs, max_length=100, do_sample=True, top_p=0.95, top_k=60)
|
| 66 |
+
print(tokenizer.decode(tokens[0]))
|
| 67 |
+
```
|