star-predictor-v0.1 / README.md
Yanni8's picture
add widgets
ba5a300
---
license: apache-2.0
base_model: Yanni8/star-predictor
tags:
- generated_from_trainer
datasets:
- app_reviews
model-index:
- name: star-predictor
results: []
widget:
- text: This AI Model is great!
example_title: 5 Start Review
- text: The App gets the job done. But there are still some bugs.
example_title: 4 Start Review
- text: I hate this App.
example_title: 1 Start Review
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# star-predictor
This model is a fine-tuned version of [Yanni8/star-predictor](https://huggingface.co/Yanni8/star-predictor) on the app_reviews dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 1
### Training results
### Framework versions
- Transformers 4.35.0
- Pytorch 2.1.0+cu118
- Datasets 2.14.6
- Tokenizers 0.14.1