Training in progress, epoch 1
Browse files- config.json +44 -0
- model.safetensors +3 -0
- runs/Sep07_10-02-16_bb7542dc50d5/events.out.tfevents.1725703374.bb7542dc50d5.412.0 +3 -0
- runs/Sep07_10-02-16_bb7542dc50d5/events.out.tfevents.1725703507.bb7542dc50d5.412.1 +3 -0
- runs/Sep07_10-48-41_bb7542dc50d5/events.out.tfevents.1725706129.bb7542dc50d5.2172.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Alibaba-NLP/gte-large-en-v1.5",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"NewModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "Alibaba-NLP/new-impl--configuration.NewConfig",
|
| 9 |
+
"AutoModel": "Alibaba-NLP/new-impl--modeling.NewModel",
|
| 10 |
+
"AutoModelForMaskedLM": "Alibaba-NLP/new-impl--modeling.NewForMaskedLM",
|
| 11 |
+
"AutoModelForMultipleChoice": "Alibaba-NLP/new-impl--modeling.NewForMultipleChoice",
|
| 12 |
+
"AutoModelForQuestionAnswering": "Alibaba-NLP/new-impl--modeling.NewForQuestionAnswering",
|
| 13 |
+
"AutoModelForSequenceClassification": "Alibaba-NLP/new-impl--modeling.NewForSequenceClassification",
|
| 14 |
+
"AutoModelForTokenClassification": "Alibaba-NLP/new-impl--modeling.NewForTokenClassification"
|
| 15 |
+
},
|
| 16 |
+
"classifier_dropout": null,
|
| 17 |
+
"hidden_act": "gelu",
|
| 18 |
+
"hidden_dropout_prob": 0.1,
|
| 19 |
+
"hidden_size": 1024,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 4096,
|
| 22 |
+
"layer_norm_eps": 1e-12,
|
| 23 |
+
"layer_norm_type": "layer_norm",
|
| 24 |
+
"logn_attention_clip1": false,
|
| 25 |
+
"logn_attention_scale": false,
|
| 26 |
+
"max_position_embeddings": 8192,
|
| 27 |
+
"model_type": "new",
|
| 28 |
+
"num_attention_heads": 16,
|
| 29 |
+
"num_hidden_layers": 24,
|
| 30 |
+
"pack_qkv": true,
|
| 31 |
+
"pad_token_id": 0,
|
| 32 |
+
"position_embedding_type": "rope",
|
| 33 |
+
"rope_scaling": {
|
| 34 |
+
"factor": 2.0,
|
| 35 |
+
"type": "ntk"
|
| 36 |
+
},
|
| 37 |
+
"rope_theta": 160000,
|
| 38 |
+
"torch_dtype": "float32",
|
| 39 |
+
"transformers_version": "4.44.2",
|
| 40 |
+
"type_vocab_size": 2,
|
| 41 |
+
"unpad_inputs": false,
|
| 42 |
+
"use_memory_efficient_attention": false,
|
| 43 |
+
"vocab_size": 30528
|
| 44 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c9c6f9c9a8d83d1b97999db015deabacecae30ba1ade274811efea0e1d03e1e
|
| 3 |
+
size 1736585680
|
runs/Sep07_10-02-16_bb7542dc50d5/events.out.tfevents.1725703374.bb7542dc50d5.412.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ceca257b44b47d5a3243b6cfbb8a856dc292afe9bb42b4267e95463824f9a2e
|
| 3 |
+
size 5309
|
runs/Sep07_10-02-16_bb7542dc50d5/events.out.tfevents.1725703507.bb7542dc50d5.412.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce7779912606090d6e185e94b91f32e8a59d85e130d9ffc168be25a56d1fa782
|
| 3 |
+
size 5309
|
runs/Sep07_10-48-41_bb7542dc50d5/events.out.tfevents.1725706129.bb7542dc50d5.2172.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0f8cba706288dc90dc12e1a6bd245474cc683afff806dfd23f15bbd91ea08f2
|
| 3 |
+
size 8684
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08c6f5a6ff1b74487b42397f4f211bcdd12a5f442b89d0e150c42b8313ce017a
|
| 3 |
+
size 5304
|