Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
|
5 |
widget:
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# JoBert
|
@@ -72,5 +85,4 @@ inference_logits = inference_outputs.logits
|
|
72 |
inference_prediction = torch.argmax(inference_logits).item()
|
73 |
inference_label_name = label_names[inference_prediction]
|
74 |
|
75 |
-
print(f"Inference Result: Predicted Label - {inference_label_name}")
|
76 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
widget:
|
6 |
+
- text: >-
|
7 |
+
We work with political parties, investors, media organisations, think tanks,
|
8 |
+
NGOs and companies of all sizes around the world to help them understand
|
9 |
+
public opinion, how it affects them, and what they should do in response to
|
10 |
+
it.
|
11 |
+
- text: >-
|
12 |
+
5+ years of experience in data analysis, data science, decision science, or
|
13 |
+
similar quantitative fields, applying experimentation methods to test
|
14 |
+
various hypotheses for customer segmentation, consumer sentiment or
|
15 |
+
perception, and outbound online marketing campaign evaluation
|
16 |
+
- text: >-
|
17 |
+
We offer a competitive salaries based on candidate's qualifications. We also
|
18 |
+
offers three weeks paid vacation per year, paid holidays, a 401(k) plan with
|
19 |
+
employee matching funds, a discretionary bonus and an overall comprehensive
|
20 |
+
benefits package.
|
21 |
+
pipeline_tag: text-classification
|
22 |
---
|
23 |
|
24 |
# JoBert
|
|
|
85 |
inference_prediction = torch.argmax(inference_logits).item()
|
86 |
inference_label_name = label_names[inference_prediction]
|
87 |
|
88 |
+
print(f"Inference Result: Predicted Label - {inference_label_name}")
|
|