Asna-DifiNative commited on
Commit
f43c210
·
1 Parent(s): bbce628

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Model Details
8
  Model: BART (facebook/bart-large)
9
  Task: CLI Command Generation from Human Instructions
10
  Tokenizer: BART Tokenizer (facebook/bart-large)
11
- Fine-Tuning Hyperparameters: num_epochs=8, batch_size=8, accumulation_steps=2, learning_rate=2e-5
12
 
13
  Usage
14
  You can use this model to generate CLI commands from human instructions. You can either directly use the model for inference or integrate it into applications using the provided Gradio interface.
 
8
  Model: BART (facebook/bart-large)
9
  Task: CLI Command Generation from Human Instructions
10
  Tokenizer: BART Tokenizer (facebook/bart-large)
11
+ Fine-Tuning Hyperparameters: num_epochs=2, batch_size=4, accumulation_steps=2, learning_rate=2e-5
12
 
13
  Usage
14
  You can use this model to generate CLI commands from human instructions. You can either directly use the model for inference or integrate it into applications using the provided Gradio interface.