orisuchy commited on
Commit
94635db
1 Parent(s): 859d88f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,11 +8,11 @@ widget:
8
  - text: "ואז הוא הלך לטייל בתוך היער השחור והגדול"
9
  datasets:
10
  - Descriptive_Sentences_He
11
- models:
12
- - AlephBERT
13
  ---
14
- # Descriptive Sentences Classifier
15
- ## Hebrew Language Model
 
16
 
17
  ## How to Use the model:
18
  ```python
@@ -40,7 +40,7 @@ Output:
40
  [{'label': 'Not Descriptive', 'score': 0.9999438524246216}]
41
  """
42
  ```
43
-
44
  <iframe src="https://wandb.ai/orisuchy/huggingface/reports/Shared-panel-22-03-01-15-03-08--VmlldzoxNjI5MjM0?highlightShare" style="border:none;height:1024px;width:100%">
45
 
46
 
 
8
  - text: "ואז הוא הלך לטייל בתוך היער השחור והגדול"
9
  datasets:
10
  - Descriptive_Sentences_He
11
+
 
12
  ---
13
+ # **Descriptive Sentences Classifier**
14
+
15
+ Based on [AlephBERT](https://huggingface.co/onlplab/alephbert-base) model.
16
 
17
  ## How to Use the model:
18
  ```python
 
40
  [{'label': 'Not Descriptive', 'score': 0.9999438524246216}]
41
  """
42
  ```
43
+ Created by Daniel Smotritsky & Ori Suchy
44
  <iframe src="https://wandb.ai/orisuchy/huggingface/reports/Shared-panel-22-03-01-15-03-08--VmlldzoxNjI5MjM0?highlightShare" style="border:none;height:1024px;width:100%">
45
 
46