hosseinhimself commited on
Commit
7ef8da9
1 Parent(s): c362ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -23
README.md CHANGED
@@ -19,29 +19,6 @@ tags:
19
 
20
  This model was fine-tuned on a dataset containing Persian question-answering pairs. It leverages the `roberta-base` architecture to provide answers based on the context provided. The training process was performed with a focus on improving the model's ability to handle Persian text and answer questions effectively.
21
 
22
- ## Training Details
23
-
24
- The model was trained for 3 epochs with the following training and validation losses:
25
-
26
- - **Epoch 1**:
27
- - Training Loss: 2.0713
28
- - Validation Loss: 2.1061
29
-
30
- - **Epoch 2**:
31
- - Training Loss: 2.1558
32
- - Validation Loss: 2.0121
33
-
34
- - **Epoch 3**:
35
- - Training Loss: 2.0951
36
- - Validation Loss: 2.0168
37
-
38
- ## Evaluation Results
39
-
40
- The model achieved the following results:
41
-
42
- - **Training Loss**: Decreased over the epochs, indicating effective learning.
43
- - **Validation Loss**: Slight variations were observed, reflecting the model's performance on unseen data.
44
-
45
  ## Usage
46
 
47
  To use this model for question-answering tasks, load it with the `transformers` library:
 
19
 
20
  This model was fine-tuned on a dataset containing Persian question-answering pairs. It leverages the `roberta-base` architecture to provide answers based on the context provided. The training process was performed with a focus on improving the model's ability to handle Persian text and answer questions effectively.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## Usage
23
 
24
  To use this model for question-answering tasks, load it with the `transformers` library: