Updated model card
Browse files
README.md
CHANGED
@@ -35,3 +35,11 @@ sentiment_pipeline = pipeline(
|
|
35 |
result = sentiment_pipeline("هذا المنتج رائع للغاية")
|
36 |
print(result)
|
37 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
result = sentiment_pipeline("هذا المنتج رائع للغاية")
|
36 |
print(result)
|
37 |
```
|
38 |
+
|
39 |
+
## Training Details
|
40 |
+
|
41 |
+
- **Number of Epochs**: 2
|
42 |
+
|
43 |
+
- **Training Loss**: 0.6
|
44 |
+
|
45 |
+
- **Validation Accuracy**: 0.5
|