mstatt commited on
Commit
11c1462
1 Parent(s): dad52d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ During the fine-tuning process, a batch size of 8 for efficient computation and
18
  Additionally, a learning rate (2e-5) was selected to strike a balance between rapid convergence and steady optimization,
19
  ensuring the model not only learns quickly but also steadily refines its capabilities throughout training.
20
 
21
- This model has been trained on a rather small dataset of under 50k, specifically designed for user intent classification.
22
  The dataset consists of text samples, each labeled with different user intents, such as "information seeking," "question asking," or "opinion expressing." The diversity within the dataset allowed the model to learn to identify user intent accurately. This dataset was carefully curated from a variety of sources.
23
 
24
  The goal of this meticulous training process is to equip the model with the ability to classify user intent in text data effectively, making it ready to contribute to a wide range of applications involving user interaction analysis and personalization.
 
18
  Additionally, a learning rate (2e-5) was selected to strike a balance between rapid convergence and steady optimization,
19
  ensuring the model not only learns quickly but also steadily refines its capabilities throughout training.
20
 
21
+ This model has been trained on a rather small dataset of under 50k, 100 epochs, specifically designed for user intent classification.
22
  The dataset consists of text samples, each labeled with different user intents, such as "information seeking," "question asking," or "opinion expressing." The diversity within the dataset allowed the model to learn to identify user intent accurately. This dataset was carefully curated from a variety of sources.
23
 
24
  The goal of this meticulous training process is to equip the model with the ability to classify user intent in text data effectively, making it ready to contribute to a wide range of applications involving user interaction analysis and personalization.