Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for v2 model #25

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cc3cdb5
refactor: use abstract class
p1atdev Apr 27, 2024
4f92c4a
chore: empty model
p1atdev Apr 27, 2024
1c99521
feat: v2 model
p1atdev Apr 27, 2024
6c55ed9
chore: safe args parser
p1atdev Apr 27, 2024
6a512d2
chore: renamed
p1atdev Apr 27, 2024
a6a41ce
refactor: analyzer base class
p1atdev Apr 27, 2024
3d30e59
fix: function name
p1atdev Apr 27, 2024
dbe2070
chore: remove escape_input_brackets option
p1atdev Apr 27, 2024
101a63b
chore: moved tags
p1atdev Apr 27, 2024
8e48747
feat: v1 model is working
p1atdev Apr 27, 2024
f37d60e
chore: set logger
p1atdev Apr 27, 2024
64bb6d0
chore: default tag fallback
p1atdev Apr 27, 2024
a49ef30
refactor: SpecialTagArgument
p1atdev Apr 28, 2024
53e1830
refactor: ModelParsedArguments
p1atdev Apr 28, 2024
636172a
chore: no more support of original transformers backend
p1atdev Apr 28, 2024
6024f63
fix: v2 model analyzer
p1atdev Apr 28, 2024
f15a9c9
fix: wrong rating option was passed
p1atdev Apr 28, 2024
899dd54
chore: changed the order of rating tags
p1atdev Apr 28, 2024
c404170
Use prompt seed by default, added unlink option
Cisney-Gassai May 1, 2024
da0381e
chore: added dartrs
p1atdev May 11, 2024
f9a2f00
feat: v2 model, refactor ui
p1atdev May 11, 2024
aebf2f7
chore: update dartrs version
p1atdev May 11, 2024
45945ce
chore: fuzzy ban tags
p1atdev May 11, 2024
8023333
Merge pull request #24 from Cisney-Gassai/seed-changes
p1atdev May 11, 2024
d3002c4
resolve conflict
p1atdev May 11, 2024
1abb0b9
chore: update text
p1atdev May 12, 2024
32c11af
chore: changed default variety level
p1atdev May 12, 2024
bf528ff
chore: update default generation config
p1atdev May 12, 2024
7293cc1
chore: add v2 tag list
p1atdev May 12, 2024
6ef38b0
feat: push back quality tags
p1atdev May 12, 2024
d7097a0
fix: tests
p1atdev May 12, 2024
1e02e79
fix: remove MODEL_BACKEND_TYPE
p1atdev May 12, 2024
121f488
fix: set "value" instead of "default"
p1atdev May 12, 2024
94b1be7
fix: settings info
p1atdev May 12, 2024
b3bb514
chore: update dartrs version
p1atdev May 12, 2024
9a8f06e
chore: use fp16
p1atdev May 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
241 changes: 0 additions & 241 deletions dart/analyzer.py

This file was deleted.

Loading