jacobfulano commited on
Commit
7b2f449
1 Parent(s): 69ac42c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -49,9 +49,9 @@ classifier = pipeline('fill-mask', model=mlm, tokenizer=tokenizer)
49
  classifier("I [MASK] to the store yesterday.")
50
  ```
51
 
52
- **To continue MLM pretraining**, follow the [MLM pre-training section of the mosaicml/examples/bert repo](https://github.com/mosaicml/examples/tree/main/examples/benchmarks/bert#pre-training).
53
 
54
- **To fine-tune this model for classification**, follow the [Single-task fine-tuning section of the mosaicml/examples/bert repo](https://github.com/mosaicml/examples/tree/main/examples/benchmarks/bert#fine-tuning).
55
 
56
  ### Remote Code
57
 
 
49
  classifier("I [MASK] to the store yesterday.")
50
  ```
51
 
52
+ **To continue MLM pretraining**, follow the [MLM pre-training section of the mosaicml/examples/benchmarks/bert repo](https://github.com/mosaicml/examples/tree/main/examples/benchmarks/bert#pre-training).
53
 
54
+ **To fine-tune this model for classification**, follow the [Single-task fine-tuning section of the mosaicml/examples/benchmarks/bert repo](https://github.com/mosaicml/examples/tree/main/examples/benchmarks/bert#fine-tuning).
55
 
56
  ### Remote Code
57