add model
Browse files- README.md +46 -0
- config.json +2 -2
- tf_model.h5 +3 -0
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_keras_callback
|
4 |
+
model-index:
|
5 |
+
- name: tf version
|
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 |
+
# tf version
|
13 |
+
|
14 |
+
This model is a fine-tuned version of [antypasd/tweet-topic-21-multi](https://huggingface.co/antypasd/tweet-topic-21-multi) 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.19.2
|
45 |
+
- TensorFlow 2.8.2
|
46 |
+
- Tokenizers 0.12.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -64,7 +64,7 @@
|
|
64 |
"position_embedding_type": "absolute",
|
65 |
"problem_type": "multi_label_classification",
|
66 |
"torch_dtype": "float32",
|
67 |
-
"transformers_version": "4.
|
68 |
"type_vocab_size": 1,
|
69 |
"use_cache": true,
|
70 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "antypasd/tweet-topic-21-multi",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
64 |
"position_embedding_type": "absolute",
|
65 |
"problem_type": "multi_label_classification",
|
66 |
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.19.2",
|
68 |
"type_vocab_size": 1,
|
69 |
"use_cache": true,
|
70 |
"vocab_size": 50265
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e8a502c449ee300305442f555e20a006af45853d8a7d005fc0dd9c771b184d
|
3 |
+
size 498930560
|