pere commited on
Commit
925da3a
1 Parent(s): 9a13ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ datasets:
12
  This is a Norwegian T5-base model trained on the Norwegian Colossal Corpus (NCC) on a TPU v3-8. It needs to be finetuned on a specific task before being used for anything.
13
 
14
  The following setting were used in training:
15
- ```bash
16
  ./run_t5_mlm_flax.py \
17
  --output_dir="./" \
18
  --model_type="t5" \
@@ -37,4 +37,4 @@ This is a Norwegian T5-base model trained on the Norwegian Colossal Corpus (NCC)
37
  --preprocessing_num_workers 96 \
38
  --adafactor \
39
  --push_to_hub
40
- ```
 
12
  This is a Norwegian T5-base model trained on the Norwegian Colossal Corpus (NCC) on a TPU v3-8. It needs to be finetuned on a specific task before being used for anything.
13
 
14
  The following setting were used in training:
15
+ ```bash
16
  ./run_t5_mlm_flax.py \
17
  --output_dir="./" \
18
  --model_type="t5" \
 
37
  --preprocessing_num_workers 96 \
38
  --adafactor \
39
  --push_to_hub
40
+ ```