nazneen commited on
Commit
3f2b42e
1 Parent(s): 52b09e4

model documentation

Browse files
Files changed (1) hide show
  1. README.md +20 -0
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