Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ metrics:
|
|
15 |
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
18 |
-
# Model
|
19 |
-
Big Bird Flight is fine-tuned
|
20 |
-
|
|
|
|
|
|
|
21 |
|
22 |
## Validation metrics
|
23 |
loss: 1.798496961593628
|
|
|
15 |
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
18 |
+
# Model description
|
19 |
+
Big Bird Flight is a fine-tuned version of Google’s BigBird model, optimised for long-text sentiment analysis in the context of airline passenger experiences. It was trained on 2,598 flight review texts, each annotated with a 10-point ordinal sentiment rating ranging from 1 (extremely negative) to 10 (extremely positive).
|
20 |
+
|
21 |
+
Big Bird Flight captures nuanced emotional gradients in text, offering richer sentiment analysis than conventional binary classification (e.g., positive vs. negative). This makes it particularly useful for applications requiring fine-grained sentiment understanding from lengthy or detailed customer feedback.
|
22 |
+
- Use case: text classification
|
23 |
+
- Sentiment class: 1 (extremely negative) to 10 (extremely positive)
|
24 |
|
25 |
## Validation metrics
|
26 |
loss: 1.798496961593628
|