ruanchaves commited on
Commit
1a63ea1
1 Parent(s): a85712e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -5,7 +5,6 @@ datasets:
5
  - assin2
6
  ---
7
 
8
-
9
  # BERTimbau large for Recognizing Textual Entailment
10
 
11
  This is the [neuralmind/bert-large-portuguese-cased](https://huggingface.co/neuralmind/bert-large-portuguese-cased) model finetuned for
@@ -13,7 +12,7 @@ Recognizing Textual Entailment with the [ASSIN 2](https://huggingface.co/dataset
13
  This model is suitable for Portuguese.
14
 
15
  - Git Repo: [Evaluation of Portuguese Language Models](https://github.com/ruanchaves/eplm).
16
- - Demo: [Hugging Face Space: Portuguese Text Simplification](https://ruanchaves-portuguese-text-simplification.hf.space)
17
 
18
  ### **Labels**:
19
  * 0 : There is no entailment between premise and hypothesis.
@@ -47,13 +46,6 @@ with torch.no_grad():
47
  print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
48
  ```
49
 
50
- Output:
51
-
52
- ```
53
- 1) Label: 1 Score: 1.0
54
- 2) Label: 0 Score: 0.0
55
- ```
56
-
57
  ## Citation
58
 
59
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
@@ -64,7 +56,7 @@ In the meanwhile, if you would like to cite our work or models before the public
64
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
65
  doi = {10.5281/zenodo.7781848},
66
  month = {3},
67
- title = {{eplm}},
68
  url = {https://github.com/ruanchaves/eplm},
69
  version = {1.0.0},
70
  year = {2023}
 
5
  - assin2
6
  ---
7
 
 
8
  # BERTimbau large for Recognizing Textual Entailment
9
 
10
  This is the [neuralmind/bert-large-portuguese-cased](https://huggingface.co/neuralmind/bert-large-portuguese-cased) model finetuned for
 
12
  This model is suitable for Portuguese.
13
 
14
  - Git Repo: [Evaluation of Portuguese Language Models](https://github.com/ruanchaves/eplm).
15
+ - Demo: [Portuguese Textual Entailment](https://ruanchaves-portuguese-textual-entailment.hf.space)
16
 
17
  ### **Labels**:
18
  * 0 : There is no entailment between premise and hypothesis.
 
46
  print(f"{i+1}) Label: {l} Score: {np.round(float(s), 4)}")
47
  ```
48
 
 
 
 
 
 
 
 
49
  ## Citation
50
 
51
  Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon.
 
56
  author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
57
  doi = {10.5281/zenodo.7781848},
58
  month = {3},
59
+ title = ,
60
  url = {https://github.com/ruanchaves/eplm},
61
  version = {1.0.0},
62
  year = {2023}