H2OTest / tests /ui /llm_studio.feature
elineve's picture
Upload 301 files
07423df
raw
history blame
985 Bytes
Feature: LLM Studio
Background: LLM Studio user
Given LLM Studio home page is opened
When I login to LLM Studio
Then I see the home page
Scenario: Import dataset using filesystem
When I upload dataset train_full.pq
And I name the dataset train-full.pq
Then I should see the dataset train-full.pq
When I delete dataset train-full.pq
Then I should not see the dataset train-full.pq
Scenario: Create experiment
When I create experiment test-experiment
And I update LLM Backbone to h2oai/llama2-0b-unit-test
And I tweak data sampling to 0.5
And I tweak max length prompt to 128
And I tweak max length answer to 128
And I tweak max length to 32
And I run the experiment
Then I should see the test-experiment should finish successfully
When I delete experiment test-experiment
Then I should not see the experiment test-experiment