Skip to content

Commit a01076e

Browse files
authored
Removing trainable model
1 parent f5c827e commit a01076e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,7 @@ tar -xvzf java-large-model.tar.gz
8080
```
8181

8282
##### Note:
83-
This trained model is in a "released" state, which means that we stripped it from its training parameters and can thus be used for inference, but cannot be further trained.
84-
85-
#### Downloading a trained model that can be further trained (270 MB)
86-
This is the same model, that **can** be further trained:
87-
```
88-
wget https://code2seq.s3.amazonaws.com/model/java-large/java-large-trainable.tar.gz
89-
tar -xvzf java-large-trainable.tar.gz
90-
```
83+
This trained model is in a "released" state, which means that we stripped it from its training parameters.
9184

9285
#### Training a model from scratch
9386
To train a model from scratch:

0 commit comments

Comments
 (0)