File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defmodule Tokenizers.Model do
12
12
@ doc """
13
13
Retrieves information about the model.
14
14
15
- Infomration retrieved differs per model but all include `model_type`.
15
+ Information retrieved differs per model but all include `model_type`.
16
16
"""
17
17
@ spec get_model_details ( model :: __MODULE__ . t ( ) ) :: map ( )
18
18
def get_model_details ( model ) , do: model |> Native . get_model_details ( ) |> Shared . unwrap ( )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ defmodule Tokenizers.Tokenizer do
42
42
The default HTTP client config is: `{Tokenizers.HTTPClient, []}`.
43
43
Since it's inspired by `Req`, it's possible to use that client without any adjustments.
44
44
45
- When making request, the options `:url` and `:method` are going to be overriden .
45
+ When making request, the options `:url` and `:method` are going to be overridden .
46
46
`:headers` contains the "user-agent" set by default.
47
47
48
48
* `:revision` - The revision name that should be used for fetching the tokenizers
You can’t perform that action at this time.
0 commit comments