Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a control model. Converted directly from the original TF dataset format.
|
| 2 |
+
|
| 3 |
+
````
|
| 4 |
+
gsutil cp -R gs://t5-data/pretrained_models/small/ .
|
| 5 |
+
|
| 6 |
+
wget https://huggingface.co/t5-small/raw/main/config.json
|
| 7 |
+
|
| 8 |
+
python3 convert_t5_original_tf_checkpoint_to_pytorch.py --tf_checkpoint_path "dump/small/" --config_file "config.json" --pytorch_dump_path "/home/perk/dirconv"
|
| 9 |
+
```
|