cngchis commited on
Commit
2e6cea3
·
verified ·
1 Parent(s): 12cab26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -87,17 +87,20 @@ The model outputs a class index, which can be mapped to intent labels:
87
 
88
  ### Model Details
89
 
90
- Architecture: Transformer-based classification model
91
- Task: Intent classification
92
- Format: PyTorch (safetensors)
93
- Library: Hugging Face Transformers
94
- Input: Natural language text
95
- Output: Single intent class
96
- Notes
97
- Best performance when input format matches training data
98
- Requires label mapping for interpretation
99
- Works with GPU
100
- Supports batch inference via Transformers
 
 
 
101
 
102
  ---
103
 
 
87
 
88
  ### Model Details
89
 
90
+ - Architecture: Transformer-based classification model
91
+ - Task: Intent classification
92
+ - Format: PyTorch (safetensors)
93
+ - Library: Hugging Face Transformers
94
+ - Input: Natural language text
95
+ - Output: Single intent class
96
+
97
+ ---
98
+
99
+ ### Notes
100
+ - Best performance when input format matches training data
101
+ - Requires label mapping for interpretation
102
+ - Works with GPU
103
+ - Supports batch inference via Transformers
104
 
105
  ---
106