Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: Bert-Contact-NLI
|
14 |
results: []
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,7 +38,7 @@ More information needed
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training and evaluation data
|
41 |
|
@@ -66,4 +69,4 @@ The following hyperparameters were used during training:
|
|
66 |
- Transformers 4.46.2
|
67 |
- Pytorch 2.5.1+cu121
|
68 |
- Datasets 3.1.0
|
69 |
-
- Tokenizers 0.20.3
|
|
|
12 |
model-index:
|
13 |
- name: Bert-Contact-NLI
|
14 |
results: []
|
15 |
+
datasets:
|
16 |
+
- kiddothe2b/contract-nli
|
17 |
+
pipeline_tag: zero-shot-classification
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
+
print("helo")
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
|
|
69 |
- Transformers 4.46.2
|
70 |
- Pytorch 2.5.1+cu121
|
71 |
- Datasets 3.1.0
|
72 |
+
- Tokenizers 0.20.3
|