heruberuto
commited on
Commit
•
04a8970
1
Parent(s):
fcce420
add model
Browse files- README.md +42 -62
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,67 +1,47 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- ctu-aic/csfever
|
4 |
-
- xnli
|
5 |
-
languages:
|
6 |
-
- cs
|
7 |
-
license: cc-by-sa-4.0
|
8 |
tags:
|
9 |
-
-
|
10 |
-
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
@article{DBLP:journals/corr/abs-2201-11115,
|
49 |
-
author = {Jan Drchal and
|
50 |
-
Herbert Ullrich and
|
51 |
-
Martin R{'{y}}par and
|
52 |
-
Hana Vincourov{'{a}} and
|
53 |
-
V{'{a}}clav Moravec},
|
54 |
-
title = {CsFEVER and CTKFacts: Czech Datasets for Fact Verification},
|
55 |
-
journal = {CoRR},
|
56 |
-
volume = {abs/2201.11115},
|
57 |
-
year = {2022},
|
58 |
-
url = {https://arxiv.org/abs/2201.11115},
|
59 |
-
eprinttype = {arXiv},
|
60 |
-
eprint = {2201.11115},
|
61 |
-
timestamp = {Tue, 01 Feb 2022 14:59:01 +0100},
|
62 |
-
biburl = {https://dblp.org/rec/journals/corr/abs-2201-11115.bib},
|
63 |
-
bibsource = {dblp computer science bibliography, https://dblp.org}
|
64 |
-
}
|
65 |
-
|
66 |
-
```
|
67 |
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
+
- generated_from_keras_callback
|
4 |
+
model-index:
|
5 |
+
- name: xlm-roberta-large-xnli-csfever
|
6 |
+
results: []
|
7 |
---
|
8 |
|
9 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
+
probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# xlm-roberta-large-xnli-csfever
|
13 |
+
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- optimizer: None
|
36 |
+
- training_precision: float32
|
37 |
+
|
38 |
+
### Training results
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
### Framework versions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
+
- Transformers 4.21.0
|
45 |
+
- TensorFlow 2.7.1
|
46 |
+
- Datasets 2.4.0
|
47 |
+
- Tokenizers 0.12.1
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2240127640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27f26142310b6ed0fe315dedbe6534a869f93c04eff84dca17743746a804ed56
|
3 |
size 2240127640
|