SimulSt commited on
Commit
7a0dc7a
·
1 Parent(s): 5c75fb4

Training in progress, step 500

Browse files
Files changed (22) hide show
  1. .gitignore +1 -0
  2. config.json +41 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jun02_19-58-54_db594cc5bbcc/1654200247.0921974/events.out.tfevents.1654200247.db594cc5bbcc.73.1 +3 -0
  5. runs/Jun02_19-58-54_db594cc5bbcc/1654200261.4900293/events.out.tfevents.1654200261.db594cc5bbcc.73.3 +3 -0
  6. runs/Jun02_19-58-54_db594cc5bbcc/1654200722.7081342/events.out.tfevents.1654200722.db594cc5bbcc.73.5 +3 -0
  7. runs/Jun02_19-58-54_db594cc5bbcc/1654200738.2951174/events.out.tfevents.1654200738.db594cc5bbcc.73.7 +3 -0
  8. runs/Jun02_19-58-54_db594cc5bbcc/1654200749.962307/events.out.tfevents.1654200749.db594cc5bbcc.73.9 +3 -0
  9. runs/Jun02_19-58-54_db594cc5bbcc/1654201156.6706586/events.out.tfevents.1654201156.db594cc5bbcc.73.11 +3 -0
  10. runs/Jun02_19-58-54_db594cc5bbcc/1654201233.58694/events.out.tfevents.1654201233.db594cc5bbcc.73.13 +3 -0
  11. runs/Jun02_19-58-54_db594cc5bbcc/1654201253.6373303/events.out.tfevents.1654201253.db594cc5bbcc.73.15 +3 -0
  12. runs/Jun02_19-58-54_db594cc5bbcc/1654201524.700738/events.out.tfevents.1654201524.db594cc5bbcc.73.17 +3 -0
  13. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200247.db594cc5bbcc.73.0 +3 -0
  14. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200261.db594cc5bbcc.73.2 +3 -0
  15. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200722.db594cc5bbcc.73.4 +3 -0
  16. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200738.db594cc5bbcc.73.6 +3 -0
  17. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200749.db594cc5bbcc.73.8 +3 -0
  18. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201156.db594cc5bbcc.73.10 +3 -0
  19. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201233.db594cc5bbcc.73.12 +3 -0
  20. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201253.db594cc5bbcc.73.14 +3 -0
  21. runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201524.db594cc5bbcc.73.16 +3 -0
  22. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4,
26
+ "LABEL_5": 5
27
+ },
28
+ "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.11.3",
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efbef5a56bed96f36cff9eb1dada1103d76cfc144ef0528f6e9e5b2715cf97ea
3
+ size 267872369
runs/Jun02_19-58-54_db594cc5bbcc/1654200247.0921974/events.out.tfevents.1654200247.db594cc5bbcc.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ce4c63532b011884cc4ba6f4825a5680f35d68d6e3921e80a0157780558d5b
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654200261.4900293/events.out.tfevents.1654200261.db594cc5bbcc.73.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc730eee7e65b8416ff25f0b194154950d39b9d61e2037fda8d7d93ac3c1eb40
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654200722.7081342/events.out.tfevents.1654200722.db594cc5bbcc.73.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f29c17585e0e6bbee1846a8d88fd28aea74edcc4c70dd0ba134fa4c09784a9
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654200738.2951174/events.out.tfevents.1654200738.db594cc5bbcc.73.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b31f11ddda050daa932da5491ef5256a06d8159e92733ed9b4b6660410cf3ef
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654200749.962307/events.out.tfevents.1654200749.db594cc5bbcc.73.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30977f895b4b986826d9a46f730f1c203c3c5d45721a6af31274586e0bfb5da
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654201156.6706586/events.out.tfevents.1654201156.db594cc5bbcc.73.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8495a1c54fe6ecbcb5bafaf9a0b1ed8a4954a5f414733089a74f6e0675308eaf
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654201233.58694/events.out.tfevents.1654201233.db594cc5bbcc.73.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24c16ba1bce6832601b7d8fea1da2dce57d2a7fd510adc206467affbd3104fe
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654201253.6373303/events.out.tfevents.1654201253.db594cc5bbcc.73.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7668ead9151bc44c62220d5f8a1f6efc75124b3dd9131efb9563750322bd0a12
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/1654201524.700738/events.out.tfevents.1654201524.db594cc5bbcc.73.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb824b447bf91a66715d745bda206f692d222de8dd2dc4ee3eed07553a1f042
3
+ size 4582
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200247.db594cc5bbcc.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11728403a95a89b96b148b346158a3ffb27f387ef0db2d42e168aa7032316da8
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200261.db594cc5bbcc.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ba41c62f15832b92e092203737173600ee595f125c4b4da9effd90cb6ae34a
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200722.db594cc5bbcc.73.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7b5351b3b60eadd39e68a80b57747d4a8965e1cdd752df8fb08a9b64d93baa
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200738.db594cc5bbcc.73.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb7640d685e7e93ba0c9262afdff05ababae311b7b918cc2896fedf1d957e8f
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654200749.db594cc5bbcc.73.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051325ab23889f09c28a211098c26cf7b777c2814da32772d0f320bb700c575b
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201156.db594cc5bbcc.73.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef3cf466aa77b0d61d3a35c2340e6ad36fc0febe46717f37d58925864366f9b5
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201233.db594cc5bbcc.73.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46dd96689c0853d5bf6cf4e61501d4ac37f2e98ec6f1c369aad8063a6573b441
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201253.db594cc5bbcc.73.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab4d2a23b0788a5182d6afbe9cadee3beb053ab6cb77944f2d9986929a53732
3
+ size 3374
runs/Jun02_19-58-54_db594cc5bbcc/events.out.tfevents.1654201524.db594cc5bbcc.73.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5f7d78fd24b504b3b72fc46857047b4f5a687ef79a6b0782bef607c922a3ed
3
+ size 4057
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b824b727c64ff1268e087e7b8aba00657be1622a4a4f97a4c9e152d953cc2936
3
+ size 2863