pvaluedotone commited on
Commit
66b3af9
·
verified ·
1 Parent(s): d8b4aec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -15,9 +15,12 @@ metrics:
15
  pipeline_tag: text-classification
16
  ---
17
 
18
- # Model use case
19
- Big Bird Flight is fine-tuned from Google's Big Bird model which is designed for long text sentiment analysis. Big Bird Flight was trained on 2598 flight experience reviews with a 10-point rating. The model uses 10-point ordinal scale to capture emotion embedded within text data with 1 being extremely negative and 10 being extremely positive. This achor provides richer information for sentiment analysis compared to a binary sentiment class (e.g., positive/negative).
20
- - Problem type: Text Classification
 
 
 
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 Googles 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