p1atdev commited on
Commit
5e60fa0
·
verified ·
1 Parent(s): d97bc57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -72,15 +72,19 @@ results = {
72
  k: v for k, v in sorted(results.items(), key=lambda item: item[1], reverse=True)
73
  }
74
  print(results) # rating tags and character tags are also included
75
- #{'1girl': tensor(0.9968),
76
- # 'solo': tensor(0.9584),
77
- # 'dress': tensor(0.9418),
78
- # 'hat': tensor(0.9264),
79
- # 'sitting': tensor(0.9178),
80
- # 'looking_up': tensor(0.8978),
81
- # 'short_hair': tensor(0.8243),
82
- # 'sky': tensor(0.7846),
83
- # 'outdoors': tensor(0.7676),
84
- # 'rating:general': tensor(0.7562),
 
 
 
 
85
  # ...
86
  ```
 
72
  k: v for k, v in sorted(results.items(), key=lambda item: item[1], reverse=True)
73
  }
74
  print(results) # rating tags and character tags are also included
75
+ #{'1girl': tensor(0.9974),
76
+ # 'solo': tensor(0.9720),
77
+ # 'dress': tensor(0.9539),
78
+ # 'hat': tensor(0.9512),
79
+ # 'outdoors': tensor(0.9439),
80
+ # 'sky': tensor(0.9196),
81
+ # 'sitting': tensor(0.9179),
82
+ # 'looking up': tensor(0.9122),
83
+ # 'short hair': tensor(0.8630),
84
+ # 'cloud': tensor(0.8609),
85
+ # 'brown hair': tensor(0.7724),
86
+ # 'short sleeves': tensor(0.7649),
87
+ # 'day': tensor(0.7642),
88
+ # 'rating:general': tensor(0.7605),
89
  # ...
90
  ```