lostelf commited on
Commit
d928ba4
·
verified ·
1 Parent(s): e4435ec

Training in progress, step 100

Browse files
Files changed (3) hide show
  1. config.json +42 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "Introduction",
15
+ "1": "Methods",
16
+ "2": "Results",
17
+ "3": "Related Work",
18
+ "4": "Discussion"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "Discussion": 4,
23
+ "Introduction": 0,
24
+ "Methods": 1,
25
+ "Related Work": 3,
26
+ "Results": 2
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
+ "tie_word_embeddings": true,
39
+ "transformers_version": "5.3.0",
40
+ "use_cache": false,
41
+ "vocab_size": 30522
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1f5ef0371e2743493e8e4c65df92124c3f74643fd9961f7ab4f8c2340efe62
3
+ size 267841796
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a69f8bcf8c8a97acb0e68eb13b03148ca884b0edab81da2f514612602c79d47
3
+ size 5329