File size: 759 Bytes
b1fac33
2041d85
 
 
 
 
d3b7e82
2041d85
 
b1fac33
 
2041d85
b1fac33
2041d85
 
b1fac33
2041d85
 
 
 
 
 
 
 
 
 
 
 
d3b7e82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Airline Review Rating Prediction
emoji: ✈️
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.46.0
app_file: app.py
license: mit
---

# ✈️ Airline Review Rating Prediction

This Space predicts a rating (from 1 to 10) based on a written review of a flight.  
The model was trained using DistilBERT as a regressor on real airline review data.

## How does it work?

1. Select an airline from the dropdown menu.
2. Write your flight review.
3. Click **Predict Rating**.
4. The system will return a predicted score (from 1 to 10) based on your input.

## Model

- Base model: `distilbert-base-uncased`
- Fine-tuned and published as: [`ManuelMC/TFM_Modelo`](https://huggingface.co/ManuelMC/TFM_Modelo)

Thanks for trying it out! ✈️