raghavdw commited on
Commit
838fc78
·
verified ·
1 Parent(s): f1bea5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,14 +6,14 @@ language: en
6
  license: apache-2.0
7
  ---
8
 
9
- # Customer Service Intelligence Model
10
 
11
  Last Updated: 2025-01-07 22:14:37
12
  Using Checkpoint: checkpoint-1170
13
 
14
  ## Model Configuration
15
  - Base: RoBERTa
16
- - Multi-task Classification
17
  - Checkpoint: checkpoint-1170
18
 
19
  ## Usage
@@ -27,3 +27,5 @@ text = "I need help with my flight booking"
27
  inputs = tokenizer(text, return_tensors="pt")
28
  outputs = model(**inputs)
29
  ```
 
 
 
6
  license: apache-2.0
7
  ---
8
 
9
+ # Airline Customer Service Intelligence Model
10
 
11
  Last Updated: 2025-01-07 22:14:37
12
  Using Checkpoint: checkpoint-1170
13
 
14
  ## Model Configuration
15
  - Base: RoBERTa
16
+ - Multi-task Classification (Intent, Sentiment, Topic)
17
  - Checkpoint: checkpoint-1170
18
 
19
  ## Usage
 
27
  inputs = tokenizer(text, return_tensors="pt")
28
  outputs = model(**inputs)
29
  ```
30
+
31
+