BenhamdaneNawfal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -64,11 +64,11 @@ The model was fine-tuned using the following:
|
|
64 |
|
65 |
The model's performance was evaluated using the following metrics:
|
66 |
|
67 |
-
- **Accuracy**:
|
68 |
-
- **Precision**:
|
69 |
-
- **Recall**:
|
70 |
-
- **F1-Score**:
|
71 |
-
|
72 |
---
|
73 |
|
74 |
## Publishing on Hugging Face
|
@@ -81,16 +81,6 @@ The model and tokenizer were saved and uploaded to Hugging Face using the `huggi
|
|
81 |
tokenizer.save_pretrained("darija-bert-model")
|
82 |
```
|
83 |
|
84 |
-
2. Upload the model to Hugging Face:
|
85 |
-
```python
|
86 |
-
from huggingface_hub import upload_folder
|
87 |
-
|
88 |
-
upload_folder(
|
89 |
-
folder_path="darija-bert-model",
|
90 |
-
repo_id="BenhamdaneNawfal/sentiment-analysis-darija",
|
91 |
-
repo_type="model"
|
92 |
-
)
|
93 |
-
```
|
94 |
|
95 |
---
|
96 |
|
@@ -118,5 +108,5 @@ If you use this model, please cite it as:
|
|
118 |
---
|
119 |
|
120 |
## Contact
|
121 |
-
For any questions or issues, feel free to contact me at: [
|
122 |
|
|
|
64 |
|
65 |
The model's performance was evaluated using the following metrics:
|
66 |
|
67 |
+
- **Accuracy**: 80%
|
68 |
+
- **Precision**: 0.81%
|
69 |
+
- **Recall**: 0.79%
|
70 |
+
- **F1-Score**: 0.80%
|
71 |
+
|
72 |
---
|
73 |
|
74 |
## Publishing on Hugging Face
|
|
|
81 |
tokenizer.save_pretrained("darija-bert-model")
|
82 |
```
|
83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
---
|
86 |
|
|
|
108 |
---
|
109 |
|
110 |
## Contact
|
111 |
+
For any questions or issues, feel free to contact me at: [n.benhamdane2003@gmail.com].
|
112 |
|