Translation
jwang214 commited on
Commit
8c1a458
·
verified ·
1 Parent(s): 11a53fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -112,7 +112,7 @@ Or using Python:
112
  ```python
113
  from comet import download_model, load_from_checkpoint
114
 
115
- model_path = download_model("masakhane/africomet-qe-stl")
116
  model = load_from_checkpoint(model_path)
117
  data = [
118
  {
 
112
  ```python
113
  from comet import download_model, load_from_checkpoint
114
 
115
+ model_path = download_model("masakhane/africomet-qe-stl-1.1")
116
  model = load_from_checkpoint(model_path)
117
  data = [
118
  {