Spaces:
Runtime error
Runtime error
Improve README
#3
by
davebulaval
- opened
README.md
CHANGED
@@ -53,7 +53,7 @@ It also has several optional arguments:
|
|
53 |
|
54 |
`featurize_model_name`: name of the model from which features are obtained, from one of the following: `gpt2`, `gpt2-medium`, `gpt2-large`, `gpt2-xl`. The default is `gpt2-large`.
|
55 |
|
56 |
-
`device_id`: Device for featurization. Supply a GPU id (e.g. `0` or `3`) to use GPU. If no GPU with this id is found, the metric will use CPU.
|
57 |
|
58 |
`max_text_length`: maximum number of tokens to consider. The default is `1024`.
|
59 |
|
|
|
53 |
|
54 |
`featurize_model_name`: name of the model from which features are obtained, from one of the following: `gpt2`, `gpt2-medium`, `gpt2-large`, `gpt2-xl`. The default is `gpt2-large`.
|
55 |
|
56 |
+
`device_id`: Device for featurization. Supply a GPU id (int) (e.g. `0` or `3`) to use GPU. If no GPU with this id is found, the metric will use CPU.
|
57 |
|
58 |
`max_text_length`: maximum number of tokens to consider. The default is `1024`.
|
59 |
|