Fine Tune Adapter
-
Check Fine-Tune Adapter name available or not
To check Fine-Tune adapter name is available or not use command :
Usage - initz check training-adapter --name=<training-adapter-name>
Flags
--name
- Indicates the name of the Fine-tune adapter.
- required
- Shorthand :
n
-
Create Fine-Tune Adapter
To create a Fine-Tune adapter use command :
initz create training-adapter --name=<training-adapter-name> --file=<dataset-file>
Flags
--name
- Indicates the name of the Fine-tune adapter.
- required
- Shorthand :
n
--file
- Indicates the filepath of the dataset.
- It should be a conversational dataset.
- It should be
.jsonl
format. - required
-
List of All Adapters
To get the list of adapters use command :
initz get training-adapter
-
Describe Adapter
To describe an adapter use command :
initz describe training-adapter --name=<training-adapter-name>
Flags
--name
- Indicates the name of the Fine-tune adapter.
- required
- Shorthand :
n
-
Delete an Adapter
To Delete an adapter use command :
initz delete training-adapter --name=<training-adapter-name>
Flags
--name
- Indicates the name of the Fine-tune adapter.
- required
- Shorthand :
n