BenhamdaneNawfal commited on
Commit
c8e8b07
·
verified ·
1 Parent(s): d76305d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -16
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**: 85%
68
- - **Precision**: 87%
69
- - **Recall**: 83%
70
- - **F1-Score**: 85%
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: [your-email@example.com].
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