pserna commited on
Commit
33c1198
1 Parent(s): 4f6f57d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,11 +1,10 @@
 
 
 
 
1
  # Spanish Bert2Bert fine-tuned on Quora question pairs dataset
2
 
3
  Fine-tuning of a [question generator model](https://huggingface.co/mrm8488/bert2bert-spanish-question-generation) into a rephraser model using a poor-man's translation of the Quora question pairs dataset.
4
 
5
  - Original models: [mrm8488/bert2bert-spanish-question-generation](https://huggingface.co/mrm8488/bert2bert-spanish-question-generation?text=Manuel+vive+en+Murcia%2C+Espa%C3%B1a), which is based on [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) (?).
6
  - Custom database: "Poor-man's" translation of duplicated questions in Quora (translated with [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es))
7
-
8
-
9
- ---
10
- license: apache-2.0
11
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
  # Spanish Bert2Bert fine-tuned on Quora question pairs dataset
6
 
7
  Fine-tuning of a [question generator model](https://huggingface.co/mrm8488/bert2bert-spanish-question-generation) into a rephraser model using a poor-man's translation of the Quora question pairs dataset.
8
 
9
  - Original models: [mrm8488/bert2bert-spanish-question-generation](https://huggingface.co/mrm8488/bert2bert-spanish-question-generation?text=Manuel+vive+en+Murcia%2C+Espa%C3%B1a), which is based on [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) (?).
10
  - Custom database: "Poor-man's" translation of duplicated questions in Quora (translated with [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es))