Montazer commited on
Commit
2f5109d
โ€ข
1 Parent(s): a31f110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,12 +13,12 @@ briefly:
13
 
14
  ![alt text](./eval.jpg)
15
 
16
- * Trained model is available at [huggingface](https://huggingface.co/ArefSadeghian/arabert-finetuned-caner) and you can use it with the following code snippet:
17
 
18
  ```python
19
  !pip install transformers
20
  from transformers import pipeline
21
- model_checkpoint = "ArefSadeghian/arabert-finetuned-caner"
22
  # Replace this with above latest checkpoint
23
  token_classifier = pipeline(
24
  "token-classification", model=model_checkpoint, aggregation_strategy="simple"
@@ -27,4 +27,4 @@ s = "ุญูŽุฏู‘ูŽุซูŽู†ูŽุง ุนูŽุจู’ุฏ ุงู„ู„ู‘ูŽู‡ูุŒ ุญูŽุฏู‘ูŽุซูŽู†ููŠ ุนู
27
  token_classifier(s)
28
  ```
29
 
30
- * This model is deployed on a Huggingface space using Gradio. So you can use it online [here](https://huggingface.co/spaces/ArefSadeghian/ArefSadeghian-arabert-finetuned-caner)!
 
13
 
14
  ![alt text](./eval.jpg)
15
 
16
+ * Trained model is available at [huggingface](https://huggingface.co/Montazer/arabert-finetuned-caner) and you can use it with the following code snippet:
17
 
18
  ```python
19
  !pip install transformers
20
  from transformers import pipeline
21
+ model_checkpoint = "Montazer/arabert-finetuned-caner"
22
  # Replace this with above latest checkpoint
23
  token_classifier = pipeline(
24
  "token-classification", model=model_checkpoint, aggregation_strategy="simple"
 
27
  token_classifier(s)
28
  ```
29
 
30
+ * This model is deployed on a Huggingface space using Gradio. So you can use it online [here](https://huggingface.co/spaces/Montazer/Montazer-arabert-finetuned-caner)!