ruanchaves commited on
Commit
0053d5b
1 Parent(s): 8dce701

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -6,9 +6,9 @@ datasets:
6
  ---
7
 
8
 
9
- # mDeBERTa base for Text Simplification
10
 
11
- This is the [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) model finetuned for
12
  Text Simplification with the [PorSimplesSent](https://huggingface.co/ruanchaves/porsimplessent) dataset.
13
  This model is suitable for Portuguese.
14
 
@@ -48,14 +48,6 @@ with torch.no_grad():
48
  print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
49
  ```
50
 
51
- Output:
52
-
53
- ```
54
- 1) Label: 0 Score: 1.0
55
- 2) Label: 1 Score: 0.0
56
- 3) Label: 2 Score: 0.0
57
- ```
58
-
59
  ## Citation
60
 
61
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
@@ -66,7 +58,7 @@ In the meanwhile, if you would like to cite our work or models before the public
66
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
67
  doi = {10.5281/zenodo.7781848},
68
  month = {3},
69
- title = {{eplm}},
70
  url = {https://github.com/ruanchaves/eplm},
71
  version = {1.0.0},
72
  year = {2023}
 
6
  ---
7
 
8
 
9
+ # mDeBERTa v3 base for Text Simplification
10
 
11
+ This is the [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) model finetuned for
12
  Text Simplification with the [PorSimplesSent](https://huggingface.co/ruanchaves/porsimplessent) dataset.
13
  This model is suitable for Portuguese.
14
 
 
48
  print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
49
  ```
50
 
 
 
 
 
 
 
 
 
51
  ## Citation
52
 
53
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
 
58
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
59
  doi = {10.5281/zenodo.7781848},
60
  month = {3},
61
+ title = ,
62
  url = {https://github.com/ruanchaves/eplm},
63
  version = {1.0.0},
64
  year = {2023}