AshKetchumAI commited on
Commit
d6f969c
·
verified ·
1 Parent(s): 67a8bc9

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +26 -0
  2. model.safetensors +3 -0
  3. trainer_state.json +45 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Geotrend/distilbert-base-en-nl-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.42.4",
25
+ "vocab_size": 33203
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eedc428f503b8bae0e1bf08706d5bc371dbec187c9b7cb1293d412a0f7b0feb
3
+ size 276068600
trainer_state.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.95,
14
+ "eval_f1": 0.9743589743589743,
15
+ "eval_loss": 0.6675049662590027,
16
+ "eval_precision": 1.0,
17
+ "eval_recall": 0.95,
18
+ "eval_runtime": 0.0394,
19
+ "eval_samples_per_second": 507.232,
20
+ "eval_steps_per_second": 25.362,
21
+ "step": 1
22
+ }
23
+ ],
24
+ "logging_steps": 500,
25
+ "max_steps": 1,
26
+ "num_input_tokens_seen": 0,
27
+ "num_train_epochs": 1,
28
+ "save_steps": 500,
29
+ "stateful_callbacks": {
30
+ "TrainerControl": {
31
+ "args": {
32
+ "should_epoch_stop": false,
33
+ "should_evaluate": false,
34
+ "should_log": false,
35
+ "should_save": true,
36
+ "should_training_stop": true
37
+ },
38
+ "attributes": {}
39
+ }
40
+ },
41
+ "total_flos": 1552352328000.0,
42
+ "train_batch_size": 128,
43
+ "trial_name": null,
44
+ "trial_params": null
45
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1de69a675b50c494a883ec15042ade175e119cff3407971bff646ebfbbf14d
3
+ size 5048