"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "102174e968e6365a527e34ebffc31d5c674eff0c"
Commit a0be6885 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #10022 from kimwj94:wj

PiperOrigin-RevId: 378853085
parents dcdd2e40 87a04344
...@@ -22,7 +22,7 @@ modeling library: ...@@ -22,7 +22,7 @@ modeling library:
* [mobile_bert_encoder.py](https://github.com/tensorflow/models/blob/master/official/nlp/modeling/networks/mobile_bert_encoder.py) * [mobile_bert_encoder.py](https://github.com/tensorflow/models/blob/master/official/nlp/modeling/networks/mobile_bert_encoder.py)
contains `MobileBERTEncoder` implementation. contains `MobileBERTEncoder` implementation.
* [mobile_bert_layers.py](https://github.com/tensorflow/models/blob/master/official/nlp/modeling/layers/mobile_bert_layers.py) * [mobile_bert_layers.py](https://github.com/tensorflow/models/blob/master/official/nlp/modeling/layers/mobile_bert_layers.py)
contains `MobileBertEmbedding`, `MobileBertMaskedLM` and `MobileBertMaskedLM` contains `MobileBertEmbedding`, `MobileBertTransformer` and `MobileBertMaskedLM`
implementation. implementation.
## Pre-trained Models ## Pre-trained Models
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment