Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ You can use this model directly with the `pipeline` function from the `transform
|
|
61 |
from transformers import pipeline
|
62 |
|
63 |
# Load the model from the Hub
|
64 |
-
model_id = "
|
65 |
classifier = pipeline("text-classification", model=model_id)
|
66 |
|
67 |
# --- Example Usage ---
|
@@ -113,7 +113,7 @@ This model was fine-tuned on the custom `YosefA/Adflufence-ad-comments` dataset.
|
|
113 |
|
114 |
The dataset was created through the following process:
|
115 |
|
116 |
-
* **Source:** Started with ~3180 English product reviews from an Amazon dataset.
|
117 |
* **Transformation:** Each review was programmatically rephrased and translated into a simulated social media comment using Google's Gemini Flash.
|
118 |
* **Stylization:** Comments were generated in three styles to mimic real-world Ethiopian user behavior:
|
119 |
* Amharic (Ge’ez script)
|
|
|
61 |
from transformers import pipeline
|
62 |
|
63 |
# Load the model from the Hub
|
64 |
+
model_id = "YosefA/adfluence-intent-model"
|
65 |
classifier = pipeline("text-classification", model=model_id)
|
66 |
|
67 |
# --- Example Usage ---
|
|
|
113 |
|
114 |
The dataset was created through the following process:
|
115 |
|
116 |
+
* **Source:** Started with ~3180 English product reviews from an Amazon dataset.(https://huggingface.co/datasets/hugginglearners/amazon-reviews-sentiment-analysis)
|
117 |
* **Transformation:** Each review was programmatically rephrased and translated into a simulated social media comment using Google's Gemini Flash.
|
118 |
* **Stylization:** Comments were generated in three styles to mimic real-world Ethiopian user behavior:
|
119 |
* Amharic (Ge’ez script)
|