Ronysalem commited on
Commit
504029d
1 Parent(s): 8e82c30

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Edu",
13
+ "1": "Exp",
14
+ "2": "Obj",
15
+ "3": "PI",
16
+ "4": "QC",
17
+ "5": "Skill",
18
+ "6": "Sum"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "Edu": 0,
23
+ "Exp": 1,
24
+ "Obj": 2,
25
+ "PI": 3,
26
+ "QC": 4,
27
+ "Skill": 5,
28
+ "Sum": 6
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "pad_token_id": 0,
35
+ "problem_type": "single_label_classification",
36
+ "qa_dropout": 0.1,
37
+ "seq_classif_dropout": 0.2,
38
+ "sinusoidal_pos_embds": false,
39
+ "tie_weights_": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.38.2",
42
+ "vocab_size": 30522
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:093e61aebff011bd82f00500cf64b84ddee7cb9577946fac19c0ede2a07d8d53
3
+ size 267847948
runs/Apr01_22-52-59_2e8247b914f8/events.out.tfevents.1712011982.2e8247b914f8.221.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bd6b2cf428f209069baed40ee689b56d085b4bde7a2a6240f5aabc9b14d6c2b
3
+ size 6666
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e2f3afa527c5c5d988c8ca8e17de50d39198e79444b88607fae46ff4ccc551d
3
+ size 4920