mini1013 commited on
Commit
95864f5
·
verified ·
1 Parent(s): 8457b62

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +22 -23
  2. model.safetensors +1 -1
  3. model_head.pkl +1 -1
README.md CHANGED
@@ -10,11 +10,11 @@ tags:
10
  - text-classification
11
  - generated_from_setfit_trainer
12
  widget:
13
- - text: 디퓨저 용기 미니프레쉬블랙무광50ml-1개/디퓨져 공병 옵션없음 케이지
14
- - text: 아쿠아디파르마 퀘르시아 오드퍼퓸 20ml [백화점 상품] 쇼핑백 신청 다원인사이트
15
- - text: '데메테르 시티에디션 송풍구 디퓨저 샤이니아이슬란드 13ml 2+1 옵션없음 '
16
- - text: 다타 퍼퓸 자동차 벤트스틱 선물용 2개입 아쿠아시크릿 3.5g 차량용방향제 디퓨저 옵션없음 다타상점
17
- - text: '센티드 캔들 인센스 S 블루_170g '
18
  inference: true
19
  model-index:
20
  - name: SetFit with mini1013/master_domain
@@ -28,7 +28,7 @@ model-index:
28
  split: test
29
  metrics:
30
  - type: accuracy
31
- value: 0.9879518072289156
32
  name: Accuracy
33
  ---
34
 
@@ -60,18 +60,18 @@ The model has been trained using an efficient few-shot learning technique that i
60
  - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
61
 
62
  ### Model Labels
63
- | Label | Examples |
64
- |:------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
- | 1.0 | <ul><li>'딥티크 뗌포 오드 퍼퓸 75ml 옵션없음 대박컴퍼니'</li><li>'[태국] 저널 퍼퓸 컬렉션 2.3ml x 5개 1세트 옵션없음 코브네트웍스'</li><li>'[로에베](신세계 강남점)아구아 마이애미 오 드 뚜왈렛 100ML 옵션없음 주식회사 에스에스지닷컴'</li></ul> |
66
- | 0.0 | <ul><li>'디퓨저 섬유 리드스틱 화이트 50개입 디퓨저 섬유 옵션없음 '</li><li>'에코야 - 리드 디퓨저 - 블러드 오렌지 200ml/6.8oz 스트로베리넷 (홍콩)'</li><li>'아베르힐 아로마 전자 디퓨저 전자디퓨저 1개 러브바니'</li></ul> |
67
- | 2.0 | <ul><li>'가정용 실내방향제 인센스향 라벤더향 20개입 옵션없음 '</li><li>'인센스 스틱 홀더 인센스스틱홀더 인센스스틱 옵션없음 '</li><li>'홀더 인센스 스틱 옵션없음 '</li></ul> |
68
 
69
  ## Evaluation
70
 
71
  ### Metrics
72
  | Label | Accuracy |
73
  |:--------|:---------|
74
- | **all** | 0.9880 |
75
 
76
  ## Uses
77
 
@@ -91,7 +91,7 @@ from setfit import SetFitModel
91
  # Download from the 🤗 Hub
92
  model = SetFitModel.from_pretrained("mini1013/master_cate_bt10_test")
93
  # Run inference
94
- preds = model("센티드 캔들 인센스 S 블루_170g ")
95
  ```
96
 
97
  <!--
@@ -133,10 +133,10 @@ preds = model("센티드 캔들 인센스 S 블루_170g ")
133
 
134
  ### Training Hyperparameters
135
  - batch_size: (512, 512)
136
- - num_epochs: (40, 40)
137
  - max_steps: -1
138
  - sampling_strategy: oversampling
139
- - num_iterations: 50
140
  - body_learning_rate: (2e-05, 1e-05)
141
  - head_learning_rate: 0.01
142
  - loss: CosineSimilarityLoss
@@ -151,14 +151,13 @@ preds = model("센티드 캔들 인센스 S 블루_170g ")
151
  - load_best_model_at_end: False
152
 
153
  ### Training Results
154
- | Epoch | Step | Training Loss | Validation Loss |
155
- |:-------:|:----:|:-------------:|:---------------:|
156
- | 0.1429 | 1 | 0.4985 | - |
157
- | 7.1429 | 50 | 0.1411 | - |
158
- | 14.2857 | 100 | 0.0 | - |
159
- | 21.4286 | 150 | 0.0 | - |
160
- | 28.5714 | 200 | 0.0 | - |
161
- | 35.7143 | 250 | 0.0 | - |
162
 
163
  ### Framework Versions
164
  - Python: 3.10.12
 
10
  - text-classification
11
  - generated_from_setfit_trainer
12
  widget:
13
+ - text: '우드볼 디퓨저 발향볼 나무 스틱 디퓨저 나무봉 '
14
+ - text: 르라보 오드퍼퓸 5종 디스커버리 세트 5 X 1.5ML 상품미개봉(검수불가) DOLLOO LTD
15
+ - text: '밀라노 디퓨저 리필 250ml 메디테리안 베르가못 옵션없음 '
16
+ - text: 이너케어젤+시에라샤통 향수 세트 여성 남성 이너퍼퓸 50ml [5] 7개입3개+2개입1개+폭스1개+울프1개 주식회사 솔루온
17
+ - text: 도자기 연꽃 인센스 홀더 인센스 스틱 향꽂이 (WD4985E) 본상품선택 기타/해당사항 없음
18
  inference: true
19
  model-index:
20
  - name: SetFit with mini1013/master_domain
 
28
  split: test
29
  metrics:
30
  - type: accuracy
31
+ value: 0.9759036144578314
32
  name: Accuracy
33
  ---
34
 
 
60
  - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
61
 
62
  ### Model Labels
63
+ | Label | Examples |
64
+ |:------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
+ | 1.0 | <ul><li>'로얄워터 블랑쉬 코튼 비누향 베이비파우더 살냄새 수제 승무원 엑스트레 드 퍼퓸 30ml 24. 블루밍 (판매 1위) 주식회사 로얄워터'</li><li>'[바이레도](대구신세계)헤어퍼퓸 - 로즈 오브 맨즈 랜드 (rose of no mans land) 옵션없음 주식회사 에스에스지닷컴'</li><li>'DIOR 미스 디올 로즈 앤 로지스 오 드 뚜왈렛 30ml 옵션없음 호이컴퍼니'</li></ul> |
66
+ | 0.0 | <ul><li>'디퓨저 500ml 블랙체리향 리필액 옵션없음 '</li><li>'소소모소 디퓨저리필 500ml_프레쉬라벤더 _salestrNo:2449_지점명:emartNE.O.002 ()리빙탑스/해당사항 없음'</li><li>' 센트 오브 페이지 디퓨저 리필액 250ml 교보문고 옵션없음 협력사/상품 상세설명 참조'</li></ul> |
67
+ | 2.0 | <ul><li>'인센스홀더향 향꽂이 홀더 물방울 인테리어 인센스 (WD2F3FF) 본상품선택 기타/해당사항 없음'</li><li>'인센스 스틱 홀더 인센스스틱홀더 인센스스틱 옵션없음 '</li><li>'인센스 스틱 홀더 잎사귀 인센스스틱 인센스스틱홀더 옵션없음 '</li></ul> |
68
 
69
  ## Evaluation
70
 
71
  ### Metrics
72
  | Label | Accuracy |
73
  |:--------|:---------|
74
+ | **all** | 0.9759 |
75
 
76
  ## Uses
77
 
 
91
  # Download from the 🤗 Hub
92
  model = SetFitModel.from_pretrained("mini1013/master_cate_bt10_test")
93
  # Run inference
94
+ preds = model("우드볼 디퓨저 발향볼 나무 스틱 디퓨저 나무봉 ")
95
  ```
96
 
97
  <!--
 
133
 
134
  ### Training Hyperparameters
135
  - batch_size: (512, 512)
136
+ - num_epochs: (30, 30)
137
  - max_steps: -1
138
  - sampling_strategy: oversampling
139
+ - num_iterations: 60
140
  - body_learning_rate: (2e-05, 1e-05)
141
  - head_learning_rate: 0.01
142
  - loss: CosineSimilarityLoss
 
151
  - load_best_model_at_end: False
152
 
153
  ### Training Results
154
+ | Epoch | Step | Training Loss | Validation Loss |
155
+ |:-----:|:----:|:-------------:|:---------------:|
156
+ | 0.125 | 1 | 0.4894 | - |
157
+ | 6.25 | 50 | 0.1164 | - |
158
+ | 12.5 | 100 | 0.0 | - |
159
+ | 18.75 | 150 | 0.0 | - |
160
+ | 25.0 | 200 | 0.0 | - |
 
161
 
162
  ### Framework Versions
163
  - Python: 3.10.12
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b47a374331ee92321a52345a935f3588d24fece9f07c68af5cb438a388e72bbe
3
  size 442494816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ef9424f0e431989f1127fab6ddc4a044ba1d057ae329a4a3679f1f49fb2a87
3
  size 442494816
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09b48f3e8e926c7accb3017567cc38c8b302268a7336d265ad2a69e02d5c2096
3
  size 19295
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ea510aeb80231e3958dc615971a663539b878848d43de7612f2583f70c1964
3
  size 19295