orisuchy commited on
Commit
83b925c
1 Parent(s): 6231555

update metrics

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,11 +10,17 @@ datasets:
10
  - orisuchy/Descriptive_Sentences_He
11
  metrics:
12
  - accuracy
 
 
13
  ---
14
  # **Descriptive Sentences Classifier**
15
 
16
  Based on [AlephBERT](https://huggingface.co/onlplab/alephbert-base) model.
17
 
 
 
 
 
18
  ## How to Use the model:
19
  ```python
20
  from transformers import pipeline
 
10
  - orisuchy/Descriptive_Sentences_He
11
  metrics:
12
  - accuracy
13
+ - f1
14
+
15
  ---
16
  # **Descriptive Sentences Classifier**
17
 
18
  Based on [AlephBERT](https://huggingface.co/onlplab/alephbert-base) model.
19
 
20
+ # **Metrics**
21
+ [accuracy](https://huggingface.co/metrics/accuracy): 0.813953488372093
22
+ </br>
23
+ [f1](https://huggingface.co/metrics/f1): 0.8181818181818182
24
  ## How to Use the model:
25
  ```python
26
  from transformers import pipeline