Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
a1a8ffa5
Unverified
Commit
a1a8ffa5
authored
Sep 28, 2020
by
Manuel Romero
Committed by
GitHub
Sep 28, 2020
Browse files
Update README.md (#7429)
Add links to models fine-tuned on a downstream task
parent
f62f2ffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
model_cards/mrm8488/electricidad-base-discriminator/README.md
...l_cards/mrm8488/electricidad-base-discriminator/README.md
+13
-1
No files found.
model_cards/mrm8488/electricidad-base-discriminator/README.md
View file @
a1a8ffa5
...
...
@@ -59,9 +59,21 @@ predictions = torch.round((torch.sign(discriminator_outputs[0]) + 1) / 2)
el rapido zorro marro ##n amar sobre el perro pere ##zoso 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0[None, None, None, None, None, None, None, None, None, None, None, None, None
'''
```
As you can see there are
**1s**
in the places where the model detected a fake token. So, it works! 🎉
### Some models fine-tuned on a downstream task 🛠️
[
Question Answering
](
https://huggingface.co/mrm8488/electricidad-base-finetuned-squadv1-es
)
[
POS
](
https://huggingface.co/mrm8488/electricidad-base-finetuned-pos
)
[
NER
](
https://huggingface.co/mrm8488/electricidad-base-finetuned-ner
)
[
Paraphrase Identification
](
https://huggingface.co/mrm8488/RuPERTa-base-finetuned-pawsx-es
)
## Acknowledgments
I thank
[
🤗/transformers team
](
https://github.com/huggingface/transformers
)
for allowing me to train the model (specially to
[
Julien Chaumond
](
https://twitter.com/julien_c
)
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment