Ceyda Cinarel commited on
Commit ·
ee8b306
1
Parent(s): 1ce75c1
add some logs
Browse files- output/config.json +10 -10
- output/flax_model.msgpack +2 -2
- output/logs/events.out.tfevents.1626397194.t1v-n-04cac4e5-w-0.2932924.3.v2 +3 -0
- output/logs/events.out.tfevents.1626397873.t1v-n-04cac4e5-w-0.2952575.3.v2 +3 -0
- output/logs/events.out.tfevents.1626399003.t1v-n-04cac4e5-w-0.2967544.3.v2 +3 -0
- requirements.txt +8 -0
output/config.json
CHANGED
|
@@ -7,21 +7,21 @@
|
|
| 7 |
"projection_dim": 512,
|
| 8 |
"seed": 42,
|
| 9 |
"text_config": {
|
| 10 |
-
"_name_or_path": "",
|
| 11 |
"add_cross_attention": false,
|
| 12 |
"architectures": [
|
| 13 |
-
"
|
| 14 |
],
|
| 15 |
"attention_probs_dropout_prob": 0.1,
|
| 16 |
"bad_words_ids": null,
|
| 17 |
-
"bos_token_id":
|
| 18 |
"chunk_size_feed_forward": 0,
|
| 19 |
"decoder_start_token_id": null,
|
| 20 |
"diversity_penalty": 0.0,
|
| 21 |
"do_sample": false,
|
| 22 |
"early_stopping": false,
|
| 23 |
"encoder_no_repeat_ngram_size": 0,
|
| 24 |
-
"eos_token_id":
|
| 25 |
"finetuning_task": null,
|
| 26 |
"forced_bos_token_id": null,
|
| 27 |
"forced_eos_token_id": null,
|
|
@@ -41,12 +41,12 @@
|
|
| 41 |
"LABEL_0": 0,
|
| 42 |
"LABEL_1": 1
|
| 43 |
},
|
| 44 |
-
"layer_norm_eps": 1e-
|
| 45 |
"length_penalty": 1.0,
|
| 46 |
"max_length": 20,
|
| 47 |
-
"max_position_embeddings":
|
| 48 |
"min_length": 0,
|
| 49 |
-
"model_type": "
|
| 50 |
"no_repeat_ngram_size": 0,
|
| 51 |
"num_attention_heads": 12,
|
| 52 |
"num_beam_groups": 1,
|
|
@@ -56,7 +56,7 @@
|
|
| 56 |
"output_attentions": false,
|
| 57 |
"output_hidden_states": false,
|
| 58 |
"output_scores": false,
|
| 59 |
-
"pad_token_id":
|
| 60 |
"position_embedding_type": "absolute",
|
| 61 |
"prefix": null,
|
| 62 |
"problem_type": null,
|
|
@@ -76,10 +76,10 @@
|
|
| 76 |
"torch_dtype": null,
|
| 77 |
"torchscript": false,
|
| 78 |
"transformers_version": "4.9.0.dev0",
|
| 79 |
-
"type_vocab_size":
|
| 80 |
"use_bfloat16": false,
|
| 81 |
"use_cache": true,
|
| 82 |
-
"vocab_size":
|
| 83 |
},
|
| 84 |
"transformers_version": null,
|
| 85 |
"vision_config": {
|
|
|
|
| 7 |
"projection_dim": 512,
|
| 8 |
"seed": 42,
|
| 9 |
"text_config": {
|
| 10 |
+
"_name_or_path": "tweeteval/roberta-base-rt/",
|
| 11 |
"add_cross_attention": false,
|
| 12 |
"architectures": [
|
| 13 |
+
"RobertaForMaskedLM"
|
| 14 |
],
|
| 15 |
"attention_probs_dropout_prob": 0.1,
|
| 16 |
"bad_words_ids": null,
|
| 17 |
+
"bos_token_id": 0,
|
| 18 |
"chunk_size_feed_forward": 0,
|
| 19 |
"decoder_start_token_id": null,
|
| 20 |
"diversity_penalty": 0.0,
|
| 21 |
"do_sample": false,
|
| 22 |
"early_stopping": false,
|
| 23 |
"encoder_no_repeat_ngram_size": 0,
|
| 24 |
+
"eos_token_id": 2,
|
| 25 |
"finetuning_task": null,
|
| 26 |
"forced_bos_token_id": null,
|
| 27 |
"forced_eos_token_id": null,
|
|
|
|
| 41 |
"LABEL_0": 0,
|
| 42 |
"LABEL_1": 1
|
| 43 |
},
|
| 44 |
+
"layer_norm_eps": 1e-05,
|
| 45 |
"length_penalty": 1.0,
|
| 46 |
"max_length": 20,
|
| 47 |
+
"max_position_embeddings": 514,
|
| 48 |
"min_length": 0,
|
| 49 |
+
"model_type": "roberta",
|
| 50 |
"no_repeat_ngram_size": 0,
|
| 51 |
"num_attention_heads": 12,
|
| 52 |
"num_beam_groups": 1,
|
|
|
|
| 56 |
"output_attentions": false,
|
| 57 |
"output_hidden_states": false,
|
| 58 |
"output_scores": false,
|
| 59 |
+
"pad_token_id": 1,
|
| 60 |
"position_embedding_type": "absolute",
|
| 61 |
"prefix": null,
|
| 62 |
"problem_type": null,
|
|
|
|
| 76 |
"torch_dtype": null,
|
| 77 |
"torchscript": false,
|
| 78 |
"transformers_version": "4.9.0.dev0",
|
| 79 |
+
"type_vocab_size": 1,
|
| 80 |
"use_bfloat16": false,
|
| 81 |
"use_cache": true,
|
| 82 |
+
"vocab_size": 50265
|
| 83 |
},
|
| 84 |
"transformers_version": null,
|
| 85 |
"vision_config": {
|
output/flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7779dc8df8f0fc24f3045334bfe4d1210679bb541125196b95e28172556fdfe1
|
| 3 |
+
size 851566424
|
output/logs/events.out.tfevents.1626397194.t1v-n-04cac4e5-w-0.2932924.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a469f950626b7893779b18f1a1f2ba41c4794e7aa43c55b2597e2785d22fadd
|
| 3 |
+
size 50528
|
output/logs/events.out.tfevents.1626397873.t1v-n-04cac4e5-w-0.2952575.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab7b8046d155e3a4b8ea488ab5607aa7a310406e943ca31fe4ff66471872e64e
|
| 3 |
+
size 156472
|
output/logs/events.out.tfevents.1626399003.t1v-n-04cac4e5-w-0.2967544.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78be6854f124a2beeed73b20d4c1d00231098e5ad77e67e4b0b8d02b59d2570f
|
| 3 |
+
size 145320
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
jax>=0.2.8
|
| 2 |
+
jaxlib>=0.1.59
|
| 3 |
+
flax>=0.3.4
|
| 4 |
+
optax>=0.0.8
|
| 5 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
| 6 |
+
torch==1.9.0+cpu
|
| 7 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
| 8 |
+
torchvision==0.10.0+cpu
|