HippolyteP commited on
Commit
bd86e2b
·
1 Parent(s): 702cad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ language:
11
  ## Models Details
12
 
13
  All the encoders released here are trained on web crawl filtered using [Dactory](https://github.com/kyutai-labs/dactory) based on a [Llama3.2-3B](https://github.com/meta-llama/llama-cookbook) base backbone. It consists in two ARC-Encoder specifically trained for one decoder and one for two decoders in the same time:
14
- - `ARC8-Encoder_Llama`, trained on 6.5B tokens on [Llama3.1-8B](https://github.com/meta-llama/llama-cookbook) base specifically with a pooling factor of 8.
15
- - `ARC8-Encoder_Mistral`, trained on 6.5B tokens on [Mistral-7B](https://github.com/mistralai/mistral-finetune?tab=readme-ov-file) base specifically with a pooling factor of 8.
16
- - `ARC8-Encoder_multi`, trained by sampling among the two decoders above using 6.5B tokens for each one with a pooling factor of 8.
17
 
18
  ### Uses
19
 
 
11
  ## Models Details
12
 
13
  All the encoders released here are trained on web crawl filtered using [Dactory](https://github.com/kyutai-labs/dactory) based on a [Llama3.2-3B](https://github.com/meta-llama/llama-cookbook) base backbone. It consists in two ARC-Encoder specifically trained for one decoder and one for two decoders in the same time:
14
+ - `ARC8-Encoder_Llama`, trained on 2.6B tokens on [Llama3.1-8B](https://github.com/meta-llama/llama-cookbook) base specifically with a pooling factor of 8.
15
+ - `ARC8-Encoder_Mistral`, trained on 2.6B tokens on [Mistral-7B](https://github.com/mistralai/mistral-finetune?tab=readme-ov-file) base specifically with a pooling factor of 8.
16
+ - `ARC8-Encoder_multi`, trained by sampling among the two decoders with a pooling factor of 8.
17
 
18
  ### Uses
19