ruanchaves commited on
Commit
6689a56
1 Parent(s): fadf9d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -6,10 +6,10 @@ datasets:
6
  ---
7
 
8
 
9
- # mDeBERTa base for Semantic Textual Similarity
10
 
11
  This is the [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) model finetuned for
12
- Semantic Textual Similarity with the [ASSIN 2](huggingface.co/datasets/assin2) dataset.
13
  This model is suitable for Portuguese.
14
 
15
  - Git Repo: [Evaluation of Portuguese Language Models](https://github.com/ruanchaves/eplm).
@@ -35,12 +35,6 @@ with torch.no_grad():
35
  print(f"Similarity Score: {np.round(float(score), 4)}")
36
  ```
37
 
38
- Output:
39
-
40
- ```
41
- Similarity Score: 3.274
42
- ```
43
-
44
  ## Citation
45
 
46
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
@@ -51,7 +45,7 @@ In the meanwhile, if you would like to cite our work or models before the public
51
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
52
  doi = {10.5281/zenodo.7781848},
53
  month = {3},
54
- title = {{eplm}},
55
  url = {https://github.com/ruanchaves/eplm},
56
  version = {1.0.0},
57
  year = {2023}
 
6
  ---
7
 
8
 
9
+ # mDeBERTa v3 base for Semantic Textual Similarity
10
 
11
  This is the [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) model finetuned for
12
+ Semantic Textual Similarity with the [ASSIN 2](https://huggingface.co/datasets/assin2) dataset.
13
  This model is suitable for Portuguese.
14
 
15
  - Git Repo: [Evaluation of Portuguese Language Models](https://github.com/ruanchaves/eplm).
 
35
  print(f"Similarity Score: {np.round(float(score), 4)}")
36
  ```
37
 
 
 
 
 
 
 
38
  ## Citation
39
 
40
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
 
45
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
46
  doi = {10.5281/zenodo.7781848},
47
  month = {3},
48
+ title = ,
49
  url = {https://github.com/ruanchaves/eplm},
50
  version = {1.0.0},
51
  year = {2023}