model documentation (#2)
Browse files- model documentation (3f2b42e8881f9a1e19d0720abc0c36228d554770)
Co-authored-by: Nazneen Rajani <[email protected]>
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- flax
|
| 4 |
+
---
|
| 5 |
+
# Model Card for flax-tiny-random-bert-sharded
|
| 6 |
+
|
| 7 |
+
# Model Details
|
| 8 |
+
|
| 9 |
+
## Model Description
|
| 10 |
+
This model is used to check that the sharding of a flax_model works properly. See [`test_checkpoint_sharding_from_hub`](https://github.com/huggingface/transformers/blob/main/tests/test_modeling_flax_common.py#L1049).
|
| 11 |
+
|
| 12 |
+
# Uses
|
| 13 |
+
|
| 14 |
+
The model is not designed to be used and serves a testing purpose.
|
| 15 |
+
|
| 16 |
+
### Software
|
| 17 |
+
- Transformers 4.21.0.dev0
|
| 18 |
+
- TensorFlow 2.9.0
|
| 19 |
+
- Datasets 2.2.2
|
| 20 |
+
- Tokenizers 0.12.1
|