Upload BertForSequenceClassification
Browse files- README.md +2 -3
- config.json +1 -1
README.md
CHANGED
@@ -15,9 +15,8 @@ library_name: vllm
|
|
15 |
inference: false
|
16 |
base_model:
|
17 |
- mistralai/Mistral-Small-24B-Base-2501
|
18 |
-
extra_gated_description:
|
19 |
-
|
20 |
-
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
21 |
tags:
|
22 |
- transformers
|
23 |
---
|
|
|
15 |
inference: false
|
16 |
base_model:
|
17 |
- mistralai/Mistral-Small-24B-Base-2501
|
18 |
+
extra_gated_description: If you want to learn more about how we process your personal
|
19 |
+
data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
|
|
20 |
tags:
|
21 |
- transformers
|
22 |
---
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 5,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nikitagreb/test-upload",
|
3 |
"_num_labels": 5,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|