yeye776 commited on
Commit
1cd24a5
1 Parent(s): 0a2f455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  language:
6
  - ko
7
  widget:
8
- - text: "I love AutoTrain"
9
  datasets:
10
  - yeye776/autotrain-data-intent-classification-6categories-auto
11
  co2_eq_emissions:
@@ -32,6 +32,16 @@ co2_eq_emissions:
32
  - Micro Recall: 1.000
33
  - Weighted Recall: 1.000
34
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ## Usage
37
 
@@ -50,7 +60,7 @@ model = AutoModelForSequenceClassification.from_pretrained("yeye776/autotrain-in
50
 
51
  tokenizer = AutoTokenizer.from_pretrained("yeye776/autotrain-intent-classification-6categories-auto-88901143797", use_auth_token=True)
52
 
53
- inputs = tokenizer("I love AutoTrain", return_tensors="pt")
54
 
55
  outputs = model(**inputs)
56
  ```
 
5
  language:
6
  - ko
7
  widget:
8
+ - text: "익일 화물 알려줘"
9
  datasets:
10
  - yeye776/autotrain-data-intent-classification-6categories-auto
11
  co2_eq_emissions:
 
32
  - Micro Recall: 1.000
33
  - Weighted Recall: 1.000
34
 
35
+ ## Dataset Label
36
+ | Label | intent(category) |
37
+ | ------------ | ------------------- |
38
+ | 11 | 날씨 |
39
+ | 12 | 장소안내 |
40
+ | 13 | 전화연결 |
41
+ | 14 | 일상대화 |
42
+ | 15 | 화물추천 |
43
+ | 16 |검색|
44
+
45
 
46
  ## Usage
47
 
 
60
 
61
  tokenizer = AutoTokenizer.from_pretrained("yeye776/autotrain-intent-classification-6categories-auto-88901143797", use_auth_token=True)
62
 
63
+ inputs = tokenizer("익일 화물 알려줘", return_tensors="pt")
64
 
65
  outputs = model(**inputs)
66
  ```