Mainak Manna commited on
Commit
68357c5
1 Parent(s): cf37fcf

First version of the model

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
- - text: "The discharging procedure was stipulated in the Bulgarian Trade Banks Law."
10
 
11
  ---
12
 
@@ -38,7 +38,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
38
  device=0
39
  )
40
 
41
- fr_text = "The discharging procedure was stipulated in the Bulgarian Trade Banks Law."
42
 
43
  pipeline([fr_text], max_length=512)
44
  ```
@@ -71,3 +71,5 @@ Test results :
71
 
72
 
73
  ### BibTeX entry and citation info
 
 
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
+ - text: "i) oiseaux sortant pour abattage"
10
 
11
  ---
12
 
38
  device=0
39
  )
40
 
41
+ fr_text = "i) oiseaux sortant pour abattage"
42
 
43
  pipeline([fr_text], max_length=512)
44
  ```
71
 
72
 
73
  ### BibTeX entry and citation info
74
+
75
+ > Created by [Ahmed Elnaggar/@Elnaggar_AI](https://twitter.com/Elnaggar_AI) | [LinkedIn](https://www.linkedin.com/in/prof-ahmed-elnaggar/)